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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में Wordle Helper - Hackle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } ] } } |