Ace AdBlocker
Simple to use ad blocker for all websites.
Co je Ace AdBlocker?
Ace AdBlocker je rozšíření Chrome vyvinuté https://adcutblocker.com, a jeho hlavní funkcí je „Simple to use ad blocker for all websites.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Ace AdBlocker
Stáhněte si soubory rozšíření Ace AdBlocker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
🚀 Ace AdBlocker is a Chrome extension designed to provide users with a more enjoyable browsing experience by preventing ads from appearing on websites. The extension is regularly updated to ensure that its blocking rules are up-to-date and effective in blocking unwanted ads. 🎯 Ace AdBlocker uses a set of pre-defined rules to identify and block ads automatically. This makes it easy for users to install and use the extension without having to configure complicated settings. 🎉 Ace AdBlocker is a user-friendly tool that helps to make browsing the web more enjoyable by reducing the number of ads that users see.
Základní Informace o Rozšíření
Název | Ace AdBlocker |
ID | hkndpggkglmmjapagndfgpfhpdoimeag |
Oficiální URL | https://chromewebstore.google.com/detail/ace-adblocker/hkndpggkglmmjapagndfgpfhpdoimeag |
Popis | Simple to use ad blocker for all websites. |
Velikost souboru | 1.14 MB |
Počet instalací | 1,134 |
Aktuální Verze | 2.0.5 |
Poslední Aktualizace | 2024-02-25 |
Datum Vydání | 2023-04-17 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://adcutblocker.com |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://adcutblocker.com/privacy |
Podporované Jazyky | id,de,en,fr,nl,no,vi,da,es,it,pt-BR,fi,sv,th |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDesc__", "version": "2.0.5", "default_locale": "en", "action": { "default_title": "__MSG_appName__", "default_popup": "action.html" }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "match_about_blank": true, "all_frames": true, "js": [ "extended.js", "block.js" ], "run_at": "document_start", "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "alarms", "scripting", "storage", "unlimitedStorage", "declarativeNetRequest", "webNavigation" ], "host_permissions": [ " |