All Cat Everything!

Throw some cats on that bitch.

Co to jest All Cat Everything!?

All Cat Everything! to rozszerzenie Chrome opracowane przez bruce.conner.ii, a jego główną funkcją jest „Throw some cats on that bitch.”.

Pobierz plik CRX rozszerzenia All Cat Everything!

Pobierz pliki rozszerzeń All Cat Everything! 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

                        Throw some cats on that bitch!                    

Podstawowe informacje o rozszerzeniu

Nazwa All Cat Everything! All Cat Everything!
ID adbbggcbmgniipcimchdmgpgbpgeljki
Oficjalny URL https://chrome.google.com/webstore/detail/all-cat-everything/adbbggcbmgniipcimchdmgpgbpgeljki
Opis Throw some cats on that bitch.
Rozmiar pliku 106 KB
Liczba instalacji 53
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2015-07-28
Data Publikacji 2015-07-28
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper bruce.conner.ii
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "All Cat Everything!",
    "description": "Throw some cats on that bitch.",
    "version": "1.0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "popup.js",
                "content.js"
            ]
        }
    ]
}