Catbob Extension
Insert a bobbing cat!
Wat is Catbob Extension?
Catbob Extension is een Chrome-extensie ontwikkeld door Christopher Rybicki, en de belangrijkste functie is "Insert a bobbing cat!".
Extensie Screenshots
Download het CRX-bestand van de extensie Catbob Extension
Download Catbob Extension-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
Lets you insert a bobbing cat to improve the vibes of any 2020 web page. Basisinformatie over de Extensie
| Naam | |
| ID | kpgagnjpcohmbekajogmimfjhkmekbfc |
| Officiële URL | https://chromewebstore.google.com/detail/catbob-extension/kpgagnjpcohmbekajogmimfjhkmekbfc |
| Beschrijving | Insert a bobbing cat! |
| Bestandsgrootte | 846 KB |
| Aantal Installaties | 38 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2020-11-23 |
| Publicatiedatum | 2020-11-22 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Christopher Rybicki |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |