Catbob Extension
Insert a bobbing cat!
Vad är Catbob Extension?
Catbob Extension är en Chrome-tillägg utvecklad av Christopher Rybicki, och dess huvudfunktion är "Insert a bobbing cat!".
Tilläggsskärmbilder
Ladda ner Catbob Extension-förlängningens CRX-fil
Ladda ner Catbob Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Lets you insert a bobbing cat to improve the vibes of any 2020 web page. Grundläggande Information om Tillägg
| Namn | |
| ID | kpgagnjpcohmbekajogmimfjhkmekbfc |
| Officiell webbadress | https://chromewebstore.google.com/detail/catbob-extension/kpgagnjpcohmbekajogmimfjhkmekbfc |
| Beskrivning | Insert a bobbing cat! |
| Filstorlek | 846 KB |
| Antal Installationer | 38 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2020-11-23 |
| Publiceringsdatum | 2020-11-22 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Christopher Rybicki |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |