Js-Injection

Javascript Injection Extenstion Tool for Chromium-based Web browsers

What is Js-Injection?

Js-Injection is a Chrome extension developed by AnOldStory, and its main feature is "Javascript Injection Extenstion Tool for Chromium-based Web browsers".

Extension Screenshots

screenshot

Download Js-Injection Extension CRX File

Download Js-Injection 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

                        Javascript Injection Extension Tool for Chromium-based Web browsers

This Project is based on opensource 
visit https://github.com/AnOldStory/Js-Injection and make good extension together                    

Extension Basic Information

Name Js-Injection Js-Injection
ID mijnijeicfcodlijkmafknapfcilffni
Official URL https://chromewebstore.google.com/detail/js-injection/mijnijeicfcodlijkmafknapfcilffni
Description Javascript Injection Extenstion Tool for Chromium-based Web browsers
File Size 1.11 MB
Installation Count 49
Current Version 2.0.2
Last Updated 2020-04-02
Publish Date 2020-03-27
Developer AnOldStory
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Js-Injection",
    "author": "AnOldStory",
    "version": "2.0.2",
    "description": "Javascript Injection Extenstion Tool for Chromium-based Web browsers",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "injection.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Js-Injection"
    },
    "icons": {
        "128": "icon128.png"
    },
    "options_page": "index.html",
    "permissions": [
        "storage",
        ""
    ]
}