All Cat Everything!
Throw some cats on that bitch.
Wat is All Cat Everything!?
All Cat Everything! is een Chrome-extensie ontwikkeld door bruce.conner.ii, en de belangrijkste functie is "Throw some cats on that bitch.".
Download het CRX-bestand van de extensie All Cat Everything!
Download All Cat Everything!-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
Throw some cats on that bitch!
Basisinformatie over de Extensie
Naam | ![]() |
ID | adbbggcbmgniipcimchdmgpgbpgeljki |
Officiële URL | https://chrome.google.com/webstore/detail/all-cat-everything/adbbggcbmgniipcimchdmgpgbpgeljki |
Beschrijving | Throw some cats on that bitch. |
Bestandsgrootte | 106 KB |
Aantal Installaties | 53 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2015-07-28 |
Publicatiedatum | 2015-07-28 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | bruce.conner.ii |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |