Injector

Extension for local, dynamic addition of js/css to the any page

What is Injector?

Injector is a Chrome extension developed by rozov1, and its main feature is "Extension for local, dynamic addition of js/css to the any page".

Extension Screenshots

screenshot
screenshot

Download Injector Extension CRX File

Download 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

                        Using with gulp and gulp-ws-sender. For more information see readme in github repo https://github.com/bercly0b/injector-chrome-extension
If you have any question feel free to contact me                    

Extension Basic Information

Name Injector Injector
ID fopkjckkihccjckhmikeclmkghlipbil
Official URL https://chromewebstore.google.com/detail/injector/fopkjckkihccjckhmikeclmkghlipbil
Description Extension for local, dynamic addition of js/css to the any page
File Size 13.47 KB
Installation Count 30
Current Version 1.2.1
Last Updated 2019-02-03
Publish Date 2019-01-31
Rating 5.00/5 Total 1 Ratings
Developer rozov1
Email [email protected]
Payment Type free
Extension Website https://github.com/bercly0b/injector-chrome-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Injector",
    "short_name": "si",
    "version": "1.2.1",
    "description": "Extension for local, dynamic addition of js\/css to the any page",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        ""
    ],
    "icons": {
        "64": "icons\/off-64.png",
        "128": "icons\/off-128.png"
    },
    "browser_action": {
        "default_icon": {
            "64": "icons\/off-64.png",
            "128": "icons\/off-128.png"
        },
        "default_title": "You should have a Websocket server. Use with gulp and gulp-ws-sender",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}