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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } ] } } |