Drunk Test
Preform the 'User is Drunk' test on a given site
Drunk Test क्या है?
Drunk Test Rob द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preform the 'User is Drunk' test on a given site"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Drunk Test एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Drunks have blurry vision. Give users one important thing to concentrate on, whether it’s signing up for your service or buying a kebab. You should still be able to understand the main actions and areas.
एक्सटेंशन की मूल जानकारी
नाम | Drunk Test |
ID | dagffinidcaimphpapaaagmbcahdllpg |
आधिकारिक URL | https://chromewebstore.google.com/detail/drunk-test/dagffinidcaimphpapaaagmbcahdllpg |
विवरण | Preform the 'User is Drunk' test on a given site |
फ़ाइल का आकार | 99.32 KB |
स्थापना संख्या | 77 |
वर्तमान संस्करण | 1.2.1 |
अंतिम अपडेट | 2021-01-20 |
प्रकाशन तिथि | 2014-03-02 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Rob |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Drunk Test", "description": "Preform the 'User is Drunk' test on a given site", "version": "1.2.1", "permissions": [ "tabs" ], "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "author": "Robert Nunez" } |