Tabs Against Humanity
Draws cards when opening a new tab.
Tabs Against Humanity क्या है?
Tabs Against Humanity Twan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Draws cards when opening a new tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tabs Against Humanity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Generates a random combination of Cards Against Humanity cards on the new tab page. You don't need friends anymore. Play CAH alone. Have fun. v1.3 : Click on a white card to redraw.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ocncoapbbdeecpggmoebhoamgkjinapn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/tabs-against-humanity/ocncoapbbdeecpggmoebhoamgkjinapn |
विवरण | Draws cards when opening a new tab. |
फ़ाइल का आकार | 56.27 KB |
स्थापना संख्या | 132 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2017-05-02 |
प्रकाशन तिथि | 2017-05-02 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Twan |
भुगतान के प्रकार | in_app |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tabs Against Humanity", "description": "Draws cards when opening a new tab.", "version": "1.3", "icons": { "128": "128.png" }, "author": "Twan", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "management" ], "chrome_url_overrides": { "newtab": "newtab.html" } } |