Image Remover
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…
Image Remover क्या है?
Image Remover https://danielw.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Image Remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. ===== Testimonials ===== Person A: "No feedback needed, it's that effective." Person B: "What A said."
एक्सटेंशन की मूल जानकारी
नाम | Image Remover |
ID | keimggighiknpiiloncafdmhopgccbbk |
आधिकारिक URL | https://chromewebstore.google.com/detail/image-remover/keimggighiknpiiloncafdmhopgccbbk |
विवरण | It's simple: Click the extension once to remove all images from the webpage you're looking at! Lasts until refresh. =====… |
फ़ाइल का आकार | 7.88 KB |
स्थापना संख्या | 1,528 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2016-03-03 |
प्रकाशन तिथि | 2016-03-02 |
रेटिंग | 4.44/5 कुल 9 रेटिंग्स |
डेवलपर | https://danielw.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.danielw.org |
सहायता पृष्ठ URL | http://www.danielw.org |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Remover", "version": "1.0", "permissions": [ "background", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "icons": { "16": "16.png", "48": "48.png", "128": "imgremove.png" }, "browser_action": { "default_title": "Click to remove all images", "default_icon": "imgremove.png" }, "manifest_version": 2, "short_name": "Image Remover" } |