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
Eメール [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'"
}