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
公式URL 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"
    ]
}