Cats! Cats Everywhere!
Cats... they're everywhere! Tab+B... it does what it sounds like.
Cos'è Cats! Cats Everywhere!?
Cats! Cats Everywhere! è un'estensione di Chrome sviluppata da Bob Hensley, e la sua funzione principale è "Cats... they're everywhere! Tab+B... it does what it sounds like.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cats! Cats Everywhere!
Scarica i file di estensione Cats! Cats Everywhere! 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
Cats, they're everywhere! Just press Tab+B on any webpage and enjoy the glorious cats.
Informazioni di Base sull'Estensione
Nome | Cats! Cats Everywhere! |
ID | oilfbkpdgicpkfbfaaapepcgacpndddo |
URL Ufficiale | https://chromewebstore.google.com/detail/cats-cats-everywhere/oilfbkpdgicpkfbfaaapepcgacpndddo |
Descrizione | Cats... they're everywhere! Tab+B... it does what it sounds like. |
Dimensione del File | 1.81 MB |
Conteggio Installazioni | 69 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2018-08-24 |
Data di Pubblicazione | 2018-08-24 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Bob Hensley |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://rcbrayshaw.com |
Lingue Supportate | 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 } |