Tabs Against Humanity
Draws cards when opening a new tab.
What is Tabs Against Humanity?
Tabs Against Humanity is a Chrome extension developed by Twan, and its main feature is "Draws cards when opening a new tab.".
Extension Screenshots
Download Tabs Against Humanity Extension CRX File
Download Tabs Against Humanity extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | ocncoapbbdeecpggmoebhoamgkjinapn |
Official URL | https://chrome.google.com/webstore/detail/tabs-against-humanity/ocncoapbbdeecpggmoebhoamgkjinapn |
Description | Draws cards when opening a new tab. |
File Size | 56.27 KB |
Installation Count | 132 |
Current Version | 1.3 |
Last Updated | 2017-05-02 |
Publish Date | 2017-05-02 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Twan |
Payment Type | in_app |
Supported Languages | 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" } } |