скрипты нельзя подключать по http[s]
<!doctype html>
<html>
    <head>
        <meta http-equiv="x-ua-compatible" content="ie=edge">
        <script src="http//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
    </head>
    <body>
        <p>Some text.</p>
        <script>
            alert(navigator.userAgent);
            $(document.body).css('color: red');
        </script>
    </body>
</html>
 
В прочем в расширениях для Chrome тоже