Web Code Injector

Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.

什么是Web Code Injector?

Web Code Injector是由Jon Ander Echeverria Sanchez开发的Chrome扩展程序,该扩展的主要功能是“Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.”。

扩展截图

screenshot

下载Web Code Injector扩展crx文件

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

扩展使用说明

                        Add your own code (HTML, CSS, JS) to your favourite websites. You have 3 different ways to work, from the popup in the top icon, from a browser tab or from the development tools (Ctrl + Shift + I or F12)                    

扩展基本信息

名称 Web Code Injector Web Code Injector
ID gffmljieoedhigbaagdjoipecmbiifkf
官方URL https://chromewebstore.google.com/detail/web-code-injector/gffmljieoedhigbaagdjoipecmbiifkf
简介 Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.
文件大小 2.36 MB
安装次数 1,130
当前版本 3.0.2
更新时间 2022-05-26
上架时间 2019-09-12
评分 5.00/5 共5次评分
开发者 Jon Ander Echeverria Sanchez
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Code Injector",
    "description": "Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites.",
    "manifest_version": 2,
    "version": "3.0.2",
    "short_name": "WCI",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "cs.js"
            ]
        }
    ],
    "devtools_page": "devBg.html",
    "browser_action": {
        "default_title": "Web Code Injector",
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "downloads",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}