Answer the question
In order to leave comments, you need to log in
How to connect JS library to Chrome Extensions?
The manifest file itself:
{
"name": "CHANGE THIS",
"version": "0.0.1",
"manifest_version": 2,
"description": "This extension was created with the awesome extensionizr.io",
"homepage_url": " extensionizr. com ",
"default_locale": "en",
"content_scripts": [
{
"matches": [" vk.com/* "],
"js": [
"src/inject/inject.js",
"src/jqury .min.js"
]
}
]
}
$('#side_bar').append('!!!!!!!!!!!!!!!!!!');<br>
Uncaught ReferenceError: $is not defined
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question