Web page modification

Web page modification

ما هو Web page modification؟

Web page modification هو إضافة Chrome تم تطويرها بواسطة https://ita-in-ua.herokuapp.com، والميزة الرئيسية لها هي "Web page modification".

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

screenshot

تحميل ملف CRX للإضافة Web page modification

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

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

                        1.Сhange background color and text of any element of any page on the Internet. 
2.Меняйте цвет фона и текста любого элемента любой страницы в интернете.
3.e-mail: [email protected]                    

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

الاسم Web page modification Web page modification
ID ngdiongcifgelapcafnomekolgmaflad
عنوان URL الرسمي https://chromewebstore.google.com/detail/web-page-modification/ngdiongcifgelapcafnomekolgmaflad
الوصف Web page modification
حجم الملف 691 KB
عدد التثبيتات 18
النسخة الحالية 0.0.0.9
آخر تحديث 2017-01-25
تاريخ النشر 2017-01-25
تقييم 2.50/5 مجموع تقييمات 4
المطور https://ita-in-ua.herokuapp.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://ita-in-ua.herokuapp.com/
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.0.9",
    "name": "Web page modification",
    "description": "Web page modification",
    "permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "modification_web_page_min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "start.js"
        ]
    },
    "icons": {
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "settings_32.png",
        "default_title": "page modification"
    }
}