Chrome Cats Inc
Second Extension focusing on the worldwide issue of feline absence!
What is Chrome Cats Inc?
Chrome Cats Inc is a Chrome extension developed by ChromeCats, and its main feature is "Second Extension focusing on the worldwide issue of feline absence!".
Extension Screenshots
Download Chrome Cats Inc Extension CRX File
Download Chrome Cats Inc 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
Extension Basic Information
Name | |
ID | aojakjhbmglakfcpjfkloleajbdhbppl |
Official URL | https://chromewebstore.google.com/detail/chrome-cats-inc/aojakjhbmglakfcpjfkloleajbdhbppl |
Description | Second Extension focusing on the worldwide issue of feline absence! |
File Size | 18.15 KB |
Installation Count | 21 |
Current Version | 0.1 |
Last Updated | 2019-02-05 |
Publish Date | 2019-02-04 |
Rating | 5.00/5 Total 1 Ratings |
Developer | ChromeCats |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Cats Inc", "version": "0.1", "description": "Second Extension focusing on the worldwide issue of feline absence!", "permissions": [ "storage", "declarativeContent", "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": "images\/cat48.png" }, "icons": { "16": "images\/cat16.png", "32": "images\/cat32.png", "48": "images\/cat48.png" }, "options_page": "options.html", "manifest_version": 2 } |