Catbob Extension
Insert a bobbing cat!
What is Catbob Extension?
Catbob Extension is a Chrome extension developed by Christopher Rybicki, and its main feature is "Insert a bobbing cat!".
Extension Screenshots
Download Catbob Extension Extension CRX File
Download Catbob Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Lets you insert a bobbing cat to improve the vibes of any 2020 web page.
Extension Basic Information
Name | Catbob Extension |
ID | kpgagnjpcohmbekajogmimfjhkmekbfc |
Official URL | https://chromewebstore.google.com/detail/catbob-extension/kpgagnjpcohmbekajogmimfjhkmekbfc |
Description | Insert a bobbing cat! |
File Size | 846 KB |
Installation Count | 38 |
Current Version | 0.1 |
Last Updated | 2020-11-23 |
Publish Date | 2020-11-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Christopher Rybicki |
[email protected] | |
Payment Type | free |
Supported Languages | 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 } |