Tabs Against Humanity
Draws cards when opening a new tab.
Wat is Tabs Against Humanity?
Tabs Against Humanity is een Chrome-extensie ontwikkeld door Twan, en de belangrijkste functie is "Draws cards when opening a new tab.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tabs Against Humanity
Download Tabs Against Humanity-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ocncoapbbdeecpggmoebhoamgkjinapn |
Officiële URL | https://chrome.google.com/webstore/detail/tabs-against-humanity/ocncoapbbdeecpggmoebhoamgkjinapn |
Beschrijving | Draws cards when opening a new tab. |
Bestandsgrootte | 56.27 KB |
Aantal Installaties | 132 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2017-05-02 |
Publicatiedatum | 2017-05-02 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Twan |
Betalingswijze | in_app |
Ondersteunde Talen | 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" } } |