Wordle Helper - Hackle
Hackle shows the number of solutions left when you click the word 'Wordle'. It also blocks NYT ad trackers on Wordle.
ما هو Wordle Helper - Hackle؟
Wordle Helper - Hackle هو إضافة Chrome تم تطويرها بواسطة https://everythingishacked.com، والميزة الرئيسية لها هي "Hackle shows the number of solutions left when you click the word 'Wordle'. It also blocks NYT ad trackers on Wordle.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Wordle Helper - Hackle
قم بتنزيل ملفات الامتداد Wordle Helper - Hackle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Hackle shows the number of solutions left when you click the word 'Wordle' and logs remaining words to the console. It also blocks the New York Times ad trackers added to Wordle.
معلومات أساسية عن التمديد
الاسم | Wordle Helper - Hackle |
ID | oogeahpiahbgnhjphohomnckbidgdhhd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/wordle-helper-hackle/oogeahpiahbgnhjphohomnckbidgdhhd |
الوصف | Hackle shows the number of solutions left when you click the word 'Wordle'. It also blocks NYT ad trackers on Wordle. |
حجم الملف | 25.59 KB |
عدد التثبيتات | 27 |
النسخة الحالية | 0.1 |
آخر تحديث | 2022-03-03 |
تاريخ النشر | 2022-03-02 |
المطور | https://everythingishacked.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wordle Helper - Hackle", "description": "Hackle shows the number of solutions left when you click the word 'Wordle'. It also blocks NYT ad trackers on Wordle.", "version": "0.1", "manifest_version": 3, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.nytimes.com\/games\/wordle\/*" ], "js": [ "count.js" ] } ], "permissions": [ "declarativeNetRequest" ], "action": [], "declarative_net_request": { "rule_resources": [ { "id": "ruleset", "enabled": true, "path": "rule.json" } ] } } |