Ads Remove
This ad blocker removes all ads.
Ads Remove क्या है?
Ads Remove Ads Remove द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This ad blocker removes all ads."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ads Remove एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Ads Remove is the most advanced adsblock tool for Chrome Do you want to block advertisement? Here is Ads Remove that automatically blocks all ad including pre-roll video ads, text & banner ads. Save your time by stopping those useless advertisements. It's is an easy-to-use tool that blocks video and social media advertising. More than an adblocker, this tool lets you take control of your internet, block viruses and stop tracking. This ad blocker removes all ads.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | llncminnaabnpemjjldjomiccnhnpmoh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/ads-remove/llncminnaabnpemjjldjomiccnhnpmoh |
विवरण | This ad blocker removes all ads. |
फ़ाइल का आकार | 78.93 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2019-05-02 |
प्रकाशन तिथि | 2019-04-27 |
रेटिंग | 4.10/5 कुल 29 रेटिंग्स |
डेवलपर | Ads Remove |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://getadblock.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ads Remove", "description": "This ad blocker removes all ads.", "version": "1.0.0", "manifest_version": 2, "default_locale": "en", "minimum_chrome_version": "16.0.884", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "background": { "scripts": [ "js\/socket.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/contentscript.js" ], "all_frames": true, "run_at": "document_start" } ], "browser_action": { "default_icon": { "19": "images\/icon-19.png", "38": "images\/icon-38.png" }, "default_title": "Ads Remove", "default_popup": "html\/popup.html" }, "permissions": [ "tabs", " |