JS URL Injector

Inject JS code from custom URL into every web frame

什麼是JS URL Injector?

JS URL Injector是由https://mm.js.org開發的Chrome擴展程式,該擴展的主要功能是“Inject JS code from custom URL into every web frame”。

擴展截圖

screenshot

下載JS URL Injector擴展crx文件

下載JS URL Injector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        It allows you to inject JavaScript file specified by URL to every web site. You should NOT use it, unless you know what you are doing. And the source code is on: https://github.com/1ocalhost/js_injector                    

擴展基本資訊

名稱 JS URL Injector JS URL Injector
ID lenanbaimefdmgblhojehfjooimmboch
官方網址 https://chromewebstore.google.com/detail/js-url-injector/lenanbaimefdmgblhojehfjooimmboch
簡介 Inject JS code from custom URL into every web frame
檔案大小 19.49 KB
安裝次數 32
目前版本 0.0.1
更新時間 2018-12-19
上架時間 2018-12-15
評分 5.00/5 共 1 次評分
開發者 https://mm.js.org
付費類型 free
擴展官網 https://github.com/1ocalhost/js_injector
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JS URL Injector",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Inject JS code from custom URL into every web frame",
    "icons": {
        "128": "rat.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "",
        "https:\/\/www.google.com\/_\/chrome\/newtab*",
        "tabs",
        "webNavigation",
        "storage"
    ]
}