Aon Adblock Mini
It blocks unwanted advertisements.
Aon Adblock Mini क्या है?
Aon Adblock Mini Aon Adblock Mini द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It blocks unwanted advertisements."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Aon Adblock Mini एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
No Annoying ads anymore with Aon Adblock Mini. It uses simple filter rules so it uses less energy and time. Aon Adblock Mini is a fork of open source Adsweep ad blocker. Clean all ads and enjoy web without annoying ads. Adblock mini compatible with Chrome, and other chromimum based web browsers like Yandex Browser, UC Browser and Baidu browser. Source of another fork https://github.com/Anasthase/TintBrowserAdblockAddon If you enjoy Aon adblock mini for Chrome, Uc Browser, Yandex Browser and Baidu browser and you are using Android Phone or Tablet please install our adblock browser : https://play.google.com/store/apps/details?id=tr.abak.simsekTarayici
एक्सटेंशन की मूल जानकारी
नाम | |
ID | nldifmjnaeokhdgcmlmfnhcnalapdjbg |
आधिकारिक URL | https://chrome.google.com/webstore/detail/aon-adblock-mini/nldifmjnaeokhdgcmlmfnhcnalapdjbg |
विवरण | It blocks unwanted advertisements. |
फ़ाइल का आकार | 70.81 KB |
स्थापना संख्या | 294 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2017-03-15 |
प्रकाशन तिथि | 2017-03-15 |
रेटिंग | 3.80/5 कुल 15 रेटिंग्स |
डेवलपर | Aon Adblock Mini |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,tr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": "__MSG_application_title__", "short_name": "__MSG_application_short_name__", "description": "__MSG_application_description__", "default_locale": "en", "homepage_url": "http:\/\/aonbrowser.com", "minimum_chrome_version": "30.0.1599", "offline_enabled": false, "author": "Tar\u0131k Sucu", "icons": { "16": "assets\/img\/16_icon.png", "32": "assets\/img\/32_icon.png", "48": "assets\/img\/48_icon.png", "64": "assets\/img\/64_icon.png", "128": "assets\/img\/128_icon.png" }, "browser_action": { "default_icon": { "19": "assets\/img\/19_action.png", "38": "assets\/img\/38_action.png" }, "default_title": " " }, "background": { "scripts": [ "assets\/js\/bg.js" ], "persistent": true }, "content_scripts": [ { "js": [ "assets\/js\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "all_frames": true } ], "permissions": [ "storage" ], "web_accessible_resources": [ "assets\/img\/*.png", "assets\/js\/content.js" ] } |