Tabs Against Humanity

Draws cards when opening a new tab.

Cos'è Tabs Against Humanity?

Tabs Against Humanity è un'estensione di Chrome sviluppata da Twan, e la sua funzione principale è "Draws cards when opening a new tab.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tabs Against Humanity

Scarica i file di estensione Tabs Against Humanity in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Tabs Against Humanity Tabs Against Humanity
ID ocncoapbbdeecpggmoebhoamgkjinapn
URL Ufficiale https://chrome.google.com/webstore/detail/tabs-against-humanity/ocncoapbbdeecpggmoebhoamgkjinapn
Descrizione Draws cards when opening a new tab.
Dimensione del File 56.27 KB
Conteggio Installazioni 132
Versione Corrente 1.3
Ultimo Aggiornamento 2017-05-02
Data di Pubblicazione 2017-05-02
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Twan
Tipo di Pagamento in_app
Lingue Supportate 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"
    }
}