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
官方網址 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'"
}