Catbob Extension
Insert a bobbing cat!
Qu'est-ce que Catbob Extension ?
Catbob Extension est une extension Chrome développée par Christopher Rybicki, et sa fonction principale est "Insert a bobbing cat!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Catbob Extension
Téléchargez les fichiers d'extension Catbob Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Lets you insert a bobbing cat to improve the vibes of any 2020 web page.
Informations de Base sur l'Extension
Nom | Catbob Extension |
ID | kpgagnjpcohmbekajogmimfjhkmekbfc |
URL Officiel | https://chromewebstore.google.com/detail/catbob-extension/kpgagnjpcohmbekajogmimfjhkmekbfc |
Description | Insert a bobbing cat! |
Taille du Fichier | 846 KB |
Nombre d'Installations | 38 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2020-11-23 |
Date de Publication | 2020-11-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Christopher Rybicki |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Catbob Extension", "version": "0.1", "description": "Insert a bobbing cat!", "permissions": [ "activeTab" ], "background": { "scripts": [ "main.js" ], "persistent": false }, "web_accessible_resources": [ "catbob.webm" ], "browser_action": { "default_icon": { "128": "cat128.png" }, "default_title": "Catbob Extension" }, "icons": { "128": "cat128.png", "512": "cat512.png" }, "manifest_version": 2 } |