Cats! Cats Everywhere!
Cats... they're everywhere! Tab+B... it does what it sounds like.
Co to jest Cats! Cats Everywhere!?
Cats! Cats Everywhere! to rozszerzenie Chrome opracowane przez Bob Hensley, a jego główną funkcją jest „Cats... they're everywhere! Tab+B... it does what it sounds like.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cats! Cats Everywhere!
Pobierz pliki rozszerzeń Cats! Cats Everywhere! 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
Cats, they're everywhere! Just press Tab+B on any webpage and enjoy the glorious cats.
Podstawowe informacje o rozszerzeniu
Nazwa | Cats! Cats Everywhere! |
ID | oilfbkpdgicpkfbfaaapepcgacpndddo |
Oficjalny URL | https://chromewebstore.google.com/detail/cats-cats-everywhere/oilfbkpdgicpkfbfaaapepcgacpndddo |
Opis | Cats... they're everywhere! Tab+B... it does what it sounds like. |
Rozmiar pliku | 1.81 MB |
Liczba instalacji | 69 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2018-08-24 |
Data Publikacji | 2018-08-24 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Bob Hensley |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://rcbrayshaw.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cats! Cats Everywhere!", "version": "1.1.1", "description": "Cats... they're everywhere! Tab+B... it does what it sounds like.", "background": { "scripts": [ "jquery-3.3.1.min.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-3.3.1.min.js", "tabby_cats.js" ], "run_at": "document_end" } ], "browser_action": { "default_icon": "icon-32.png" }, "web_accessible_resources": [ "cats\/*" ], "manifest_version": 2 } |