Ace AdBlocker
Simple to use ad blocker for all websites.
Τι είναι το Ace AdBlocker;
Το Ace AdBlocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://adcutblocker.com, και η κύρια λειτουργία του είναι "Simple to use ad blocker for all websites.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Ace AdBlocker
Λήψη αρχείων επέκτασης Ace AdBlocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
🚀 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Ace AdBlocker |
ID | hkndpggkglmmjapagndfgpfhpdoimeag |
Επίσημο URL | https://chromewebstore.google.com/detail/ace-adblocker/hkndpggkglmmjapagndfgpfhpdoimeag |
Περιγραφή | Simple to use ad blocker for all websites. |
Μέγεθος Αρχείου | 1.14 MB |
Αριθμός Εγκαταστάσεων | 1,134 |
Τρέχουσα Έκδοση | 2.0.5 |
Τελευταία Ενημέρωση | 2024-02-25 |
Ημερομηνία Δημοσίευσης | 2023-04-17 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://adcutblocker.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://adcutblocker.com/privacy |
Υποστηριζόμενες Γλώσσες | 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": [ " |