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"
    ]
}