TakiBlock
TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!
Τι είναι το TakiBlock;
Το TakiBlock είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον TakiDev, και η κύρια λειτουργία του είναι "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TakiBlock
Λήψη αρχείων επέκτασης TakiBlock σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Fully undetectable ad blocker! TakiBlock will get rid of any of the ads and most trackers on your browser. It blocks the websites that supply these annoying things, which makes it undetectable so websites won't beg you to whitelist their site. This extension runs in the background of every page and will not track you at all. Soon there will be a UI and a function to whitelist sites. There will also be a paid version containing many more features.
Βασικές Πληροφορίες Επέκτασης
Όνομα | TakiBlock |
ID | mindlkbjpaiehbfjaofhmhoalcmncelg |
Επίσημο URL | https://chromewebstore.google.com/detail/takiblock/mindlkbjpaiehbfjaofhmhoalcmncelg |
Περιγραφή | TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free! |
Μέγεθος Αρχείου | 3.24 KB |
Αριθμός Εγκαταστάσεων | 26 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2023-10-15 |
Ημερομηνία Δημοσίευσης | 2023-10-15 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | TakiDev |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://takiblock.netlify.app |
URL της Σελίδας Πολιτικής Απορρήτου | https://takiblock.netlify.app/privacy/privacy_policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TakiBlock", "version": "1.0.0", "description": "TakiBlock - TakiDev's Undetectable ad blocker that blocks the requests from sites that supply the ads. This is 100% free!", "manifest_version": 3, "permissions": [ "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] } } |