Imageless

Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.

Imageless क्या है?

Imageless omar.w.qureshi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Imageless एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Imageless allows you to toggle image visibility on any webpage. Just press ESC to hide all the images and press '~' (tilde) to show images.                    

एक्सटेंशन की मूल जानकारी

नाम Imageless Imageless
ID ceagmcmlnnpcdhnlocedfdciecplcpgj
आधिकारिक URL https://chrome.google.com/webstore/detail/imageless/ceagmcmlnnpcdhnlocedfdciecplcpgj
विवरण Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.
फ़ाइल का आकार 36.47 KB
स्थापना संख्या 351
वर्तमान संस्करण 1.1.2
अंतिम अपडेट 2014-08-13
प्रकाशन तिथि 2014-08-13
रेटिंग 3.90/5 कुल 10 रेटिंग्स
डेवलपर omar.w.qureshi
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://pixelblock.neocities.org
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imageless",
    "version": "1.1.2",
    "permissions": [
        "tabs",
        ""
    ],
    "description": "Removes images from any webpage. It's Simple, press 'ESC' to hide images, '~' (tilde) to show.",
    "icons": {
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "ld.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}