Kode Injector
Helps to inject JavaScript and CSS from local files
What is Kode Injector?
Kode Injector is a Chrome extension developed by maximtop, and its main feature is "Helps to inject JavaScript and CSS from local files".
Extension Screenshots
Download Kode Injector Extension CRX File
Download Kode 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
Kode Injector helps you to modify sites you are visiting with you browser via injecting JavaScript or CSS code. IMPORTANT: This extension need "Allow access to file URLs" to be activated Links to local files should have "file" protocol, for example: "file:///index.js" Please fill free to submit your issues here: https://gitlab.com/maximtop/kode-injector/issues
Extension Basic Information
Name | Kode Injector |
ID | fgdehkdkmaiedleekbjpfoicpmodbicg |
Official URL | https://chromewebstore.google.com/detail/kode-injector/fgdehkdkmaiedleekbjpfoicpmodbicg |
Description | Helps to inject JavaScript and CSS from local files |
File Size | 547 KB |
Installation Count | 237 |
Current Version | 0.7.4 |
Last Updated | 2023-05-01 |
Publish Date | 2018-03-06 |
Developer | maximtop |
[email protected] | |
Payment Type | free |
Extension Website | https://gitlab.com/maximtop/kode-injector |
Help Page URL | https://gitlab.com/maximtop/kode-injector/issues |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "description": "__MSG_description__", "default_locale": "en", "options_page": "options.html", "icons": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png", "48": "assets\/img\/icon-48.png", "128": "assets\/img\/icon-128.png" }, "background": { "page": "background.html" }, "browser_action": { "default_icon": { "16": "assets\/img\/icon-16.png", "32": "assets\/img\/icon-32.png" }, "default_title": "__MSG_name__", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ " |