Catify - Cute cat in New Tab.
A cute cat in every new tab.
What is Catify - Cute cat in New Tab.?
Catify - Cute cat in New Tab. is a Chrome extension developed by Demoncious, and its main feature is "A cute cat in every new tab.".
Extension Screenshots
Download Catify - Cute cat in New Tab. Extension CRX File
Download Catify - Cute cat in New Tab. 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
A cute cat in every new tab. Every time you open a New Tab a new animated cat will appear to make your day better. UPDATED --- V (0.4) - More animations added. - Top visited websites badges added. - Search issue fixed. - Design Update. *Note (I don't own any Rights to images used in this extension they are from all over the internet to spread Love for cats :) If you are Owner of images Contact me and i will remove them right away.)
Extension Basic Information
Name | |
ID | pmjcfdncnnnjddcfljhhmllmbkkgbhea |
Official URL | https://chrome.google.com/webstore/detail/catify-cute-cat-in-new-ta/pmjcfdncnnnjddcfljhhmllmbkkgbhea |
Description | A cute cat in every new tab. |
File Size | 167 MB |
Installation Count | 4,309 |
Current Version | 0.4 |
Last Updated | 2020-02-01 |
Publish Date | 2020-01-28 |
Rating | 4.26/5 Total 65 Ratings |
Developer | Demoncious |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "src\/browser_action\/browser_action.js" ] }, "browser_action": { "default_icon": "icons\/icon19.png", "default_popup": "src\/browser_action\/browser_action.html", "default_title": "Catify - Cute cat in New Tab" }, "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "description": "A cute cat in every new tab.", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "19": "icons\/icon19.png", "48": "icons\/icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsVrb8aBIQb3c\/19Yt2xFKuoVJUyuSzCAwSGbY1a1ZmjjfMkPTde26\/xzW1TWPuvP3z8ytXbvWDu6S5Mml9pn7Y0XSKaieaFBy3bdDXBu2f1lAnWSyxNJkyFeboXkaPPlOpcluZp5rw3qGRdvqU9cP8xeqkokOZZ0Hulop7Sc+8kIdhudkAAW2Evv2TCb6ZOXa8RjX2QSxwFBdAudnceyabTPqoa73h7S1+9v8w39Z7LdlFJlvpy4quBkA3yI3ddS7WCIVdhGlywMvbjgb6kas5Vbw7QVrMmc7FYJsSxQLLTNxzrZlMfzcIhPK4NZeGQCWVG75EC9VYizG2n0iQakLQIDAQAB", "manifest_version": 2, "name": "Catify - Cute cat in New Tab.", "permissions": [ "tabs", "topSites" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.4" } |