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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة Web Code Injector

قم بتنزيل ملفات الامتداد Web Code Injector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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'"
}