TotalBlocker
TotalBlocker will help you to easily get rid of annoying ads and you can use it just in one click
TotalBlocker क्या है?
TotalBlocker Fon Fon द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TotalBlocker will help you to easily get rid of annoying ads and you can use it just in one click"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TotalBlocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
TotalBlocker is tailored to keep your browser experience smooth and private. It prevents you from possible threats and unwanted trackers and annoying ads. To add TotalBlocker to your browser please click on "Add to Chrome". And then "Add Extension". Click on the TotalBlocker icon to see how many ads are blocked. And you can stop blocking by pressing a green button.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ajeinooldbnffpfflmjikhcibnjlmael |
आधिकारिक URL | https://chrome.google.com/webstore/detail/totalblocker/ajeinooldbnffpfflmjikhcibnjlmael |
विवरण | TotalBlocker will help you to easily get rid of annoying ads and you can use it just in one click |
फ़ाइल का आकार | 267 KB |
स्थापना संख्या | 792 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2022-12-23 |
प्रकाशन तिथि | 2022-12-23 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Fon Fon |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/adblocker-for-all-websites/home |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_icon": { "16": "assets\/icons\/active\/icon_16.png", "24": "assets\/icons\/active\/icon_24.png", "32": "assets\/icons\/active\/icon_32.png" }, "default_popup": "popup.html", "default_title": "TotalBlocker" }, "background": { "service_worker": ".\/background.js" }, "content_scripts": [ { "all_frames": true, "js": [ ".\/content.js" ], "match_about_blank": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_description__", "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "128": "assets\/icons\/active\/icon_128.png", "16": "assets\/icons\/active\/icon_16.png", "32": "assets\/icons\/active\/icon_32.png", "64": "assets\/icons\/active\/icon_64.png" }, "manifest_version": 3, "name": "TotalBlocker", "permissions": [ "storage", "tabs", "unlimitedStorage", "alarms", "scripting", "declarativeNetRequest", "declarativeNetRequestFeedback", "declarativeNetRequestWithHostAccess" ], "version": "1.1.1", "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "tbLogic.js", "tbVideoBlock.js" ] } ] } |