Injector

Extension for local, dynamic addition of js/css to the any page

ما هو Injector؟

Injector هو إضافة Chrome تم تطويرها بواسطة rozov1، والميزة الرئيسية لها هي "Extension for local, dynamic addition of js/css to the any page".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Injector

قم بتنزيل ملفات الامتداد Injector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Using with gulp and gulp-ws-sender. For more information see readme in github repo https://github.com/bercly0b/injector-chrome-extension
If you have any question feel free to contact me                    

معلومات أساسية عن التمديد

الاسم Injector Injector
ID fopkjckkihccjckhmikeclmkghlipbil
عنوان URL الرسمي https://chromewebstore.google.com/detail/injector/fopkjckkihccjckhmikeclmkghlipbil
الوصف Extension for local, dynamic addition of js/css to the any page
حجم الملف 13.47 KB
عدد التثبيتات 30
النسخة الحالية 1.2.1
آخر تحديث 2019-02-03
تاريخ النشر 2019-01-31
تقييم 5.00/5 مجموع تقييمات 1
المطور rozov1
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/bercly0b/injector-chrome-extension
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Injector",
    "short_name": "si",
    "version": "1.2.1",
    "description": "Extension for local, dynamic addition of js\/css to the any page",
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        ""
    ],
    "icons": {
        "64": "icons\/off-64.png",
        "128": "icons\/off-128.png"
    },
    "browser_action": {
        "default_icon": {
            "64": "icons\/off-64.png",
            "128": "icons\/off-128.png"
        },
        "default_title": "You should have a Websocket server. Use with gulp and gulp-ws-sender",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}