JS Injector
Allows you to store scripts and inject them in pages
What is JS Injector?
JS Injector is a Chrome extension developed by smku1992, and its main feature is "Allows you to store scripts and inject them in pages".
Extension Screenshots
Download JS Injector Extension CRX File
Download JS Injector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The extension allows you to inject any javascript/css library available on www.cdnjs.com.
Extension Basic Information
Name | |
ID | jnndejfmeclkfmhnpkaajaemkdjeddbb |
Official URL | https://chrome.google.com/webstore/detail/js-injector/jnndejfmeclkfmhnpkaajaemkdjeddbb |
Description | Allows you to store scripts and inject them in pages |
File Size | 78.59 KB |
Installation Count | 188 |
Current Version | 1.0 |
Last Updated | 2014-07-03 |
Publish Date | 2014-07-03 |
Rating | 3.57/5 Total 7 Ratings |
Developer | smku1992 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JS Injector", "description": "Allows you to store scripts and inject them in pages", "version": "1.0", "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": ".\/images\/icon.png", "default_popup": "popup.html" } } |