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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add your own code (HTML, CSS, JS) to your favourite websites. A simple fast way to improve :) your favourite websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Web Code Injector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

संबंधित एक्सटेंशन्स