AdEraser
Erase Annoying ADs
AdEraser क्या है?
AdEraser Vinod Kumar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Erase Annoying ADs"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AdEraser एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Annoyed with intrusive Ads? AdEraser helps you remove Ads from any webpage. Steps to remove Ads Press Control Key. Move cusror over the Ad block. Hold for half a second.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fjdelnndmmlhciepkjipfammigimegfa |
आधिकारिक URL | https://chrome.google.com/webstore/detail/aderaser/fjdelnndmmlhciepkjipfammigimegfa |
विवरण | Erase Annoying ADs |
फ़ाइल का आकार | 40.42 KB |
स्थापना संख्या | 36 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2017-02-23 |
प्रकाशन तिथि | 2017-02-23 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Vinod Kumar |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AdEraser", "description": "Erase Annoying ADs", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "48": "icon48.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "css": [ "style.css" ], "js": [ "jquery-3.1.1.min.js", "script.js" ] } ] } |