Cats! Cats Everywhere!
Cats... they're everywhere! Tab+B... it does what it sounds like.
Wat is Cats! Cats Everywhere!?
Cats! Cats Everywhere! is een Chrome-extensie ontwikkeld door Bob Hensley, en de belangrijkste functie is "Cats... they're everywhere! Tab+B... it does what it sounds like.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cats! Cats Everywhere!
Download Cats! Cats Everywhere!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Cats, they're everywhere! Just press Tab+B on any webpage and enjoy the glorious cats.
Basisinformatie over de Extensie
Naam | Cats! Cats Everywhere! |
ID | oilfbkpdgicpkfbfaaapepcgacpndddo |
Officiële URL | https://chromewebstore.google.com/detail/cats-cats-everywhere/oilfbkpdgicpkfbfaaapepcgacpndddo |
Beschrijving | Cats... they're everywhere! Tab+B... it does what it sounds like. |
Bestandsgrootte | 1.81 MB |
Aantal Installaties | 69 |
Huidige Versie | 1.1.1 |
Laatst Bijgewerkt | 2018-08-24 |
Publicatiedatum | 2018-08-24 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Bob Hensley |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://rcbrayshaw.com |
Ondersteunde Talen | 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 } |