Images ON/OFF

Disable images on current site.

Images ON/OFF क्या है?

Images ON/OFF https://singleclickapps.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disable images on current site."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Images ON/OFF एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
गोपनीयता नीति पृष्ठ URL 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"
}