Images ON/OFF

Disable images on current site.

ما هو Images ON/OFF؟

Images ON/OFF هو إضافة Chrome تم تطويرها بواسطة https://singleclickapps.com، والميزة الرئيسية لها هي "Disable images on current site.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Images ON/OFF

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

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

                        Use this extension to disable/enable images on the current site. 

It's a simple switch: click to disable, click to enable.

It works on "per host" basis and will disable images for the given host (the currently selected tab), not for all hosts.

There are some options available, but basically, the extension does just that and nothing more.                    

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

الاسم Images ON/OFF Images ON/OFF
ID nfmlhilnjccdggifdbhnhkffmjgalbgg
عنوان URL الرسمي https://chromewebstore.google.com/detail/images-onoff/nfmlhilnjccdggifdbhnhkffmjgalbgg
الوصف Disable images on current site.
حجم الملف 50.33 KB
عدد التثبيتات 29,934
النسخة الحالية 2.3.1
آخر تحديث 2020-03-12
تاريخ النشر 2020-03-12
تقييم 4.18/5 مجموع تقييمات 97
المطور https://singleclickapps.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://singleclickapps.com/images-on-off/
عنوان صفحة سياسة الخصوصية https://singleclickapps.com/privacy.html
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Images ON\/OFF",
    "version": "2.3.1",
    "minimum_chrome_version": "16.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/singleclickapps.com\/images-on-off",
    "description": "Disable images on current site.",
    "icons": {
        "16": "icon.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "contentSettings",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Images On\/Off"
    },
    "incognito": "spanning",
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html"
}