Injector

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

什么是Injector?

Injector是由rozov1开发的Chrome扩展程序,该扩展的主要功能是“Extension for local, dynamic addition of js/css to the any page”。

扩展截图

screenshot
screenshot

下载Injector扩展crx文件

下载Injector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Injector Injector
ID fopkjckkihccjckhmikeclmkghlipbil
官方URL https://chromewebstore.google.com/detail/injector/fopkjckkihccjckhmikeclmkghlipbil
简介 Extension for local, dynamic addition of js/css to the any page
文件大小 13.47 KB
安装次数 30
当前版本 1.2.1
更新时间 2019-02-03
上架时间 2019-01-31
评分 5.00/5 共1次评分
开发者 rozov1
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/bercly0b/injector-chrome-extension
支持的语言 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'"
}