Tabs Against Humanity

Draws cards when opening a new tab.

Co to jest Tabs Against Humanity?

Tabs Against Humanity to rozszerzenie Chrome opracowane przez Twan, a jego główną funkcją jest „Draws cards when opening a new tab.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Tabs Against Humanity

Pobierz pliki rozszerzeń Tabs Against Humanity w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tabs Against Humanity Tabs Against Humanity
ID ocncoapbbdeecpggmoebhoamgkjinapn
Oficjalny URL https://chrome.google.com/webstore/detail/tabs-against-humanity/ocncoapbbdeecpggmoebhoamgkjinapn
Opis Draws cards when opening a new tab.
Rozmiar pliku 56.27 KB
Liczba instalacji 132
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2017-05-02
Data Publikacji 2017-05-02
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Twan
Typ Płatności in_app
Obsługiwane Języki 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"
    }
}