Crowwwww
A judgmental crow for your browser
Crowwwww क्या है?
Crowwwww davidmaamoaix द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A judgmental crow for your browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Crowwwww एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The one and only Crow of Judgment, now in your Chrome to judge your life choices. Crowwwww is a Chrome plugin that keeps you from getting distracted by irrelevant websites during your work. Whenever you look at random websites such as Facebook or YouTube, a judgmental crow will appear to stare at you in the eye, forcing you to reconsider your life decisions and go back to work. Settings: - Appear Frequency (seconds): How frequent the crow should appear to judge you. - Stay Duration (seconds): How long the crow should stay each time. Set to -1 for infinite duration. - Crow Size: Crows come in all sizes. Select a crow size in the drop-down menu. - Site List: A list of (work-irrelevant/entertainment) sites on which the crow should appear to remind you to get back to work. Settings are updated after refreshing the page.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ijnloopngpeiofbploocgggghjocpgol |
आधिकारिक URL | https://chromewebstore.google.com/detail/crowwwww/ijnloopngpeiofbploocgggghjocpgol |
विवरण | A judgmental crow for your browser |
फ़ाइल का आकार | 150 KB |
स्थापना संख्या | 47 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-06-10 |
प्रकाशन तिथि | 2021-06-09 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | davidmaamoaix |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/davidmaamoaix/crowwwww |
सहायता पृष्ठ URL | https://github.com/davidmaamoaix/crowwwww/issues |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crowwwww", "description": "A judgmental crow for your browser", "version": "1.0.0", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "page_load.js" ] } ], "permissions": [ "storage" ], "action": { "default_popup": "options.html", "default_icon": { "16": "\/images\/crow_icon.png", "32": "\/images\/crow_icon.png", "64": "\/images\/crow_icon.png", "128": "\/images\/crow_icon.png" } }, "icons": { "16": "\/images\/crow_icon.png", "32": "\/images\/crow_icon.png", "64": "\/images\/crow_icon.png", "128": "\/images\/crow_icon.png" }, "web_accessible_resources": [ { "resources": [ "crows\/crow.jpg", "crows\/crow_hd.jpg" ], "matches": [ "*:\/\/*\/*" ] } ] } |