Cute Zoo
Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.
What is Cute Zoo?
Cute Zoo is a Chrome extension developed by http://www.mytab.net, and its main feature is "Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.".
Extension Screenshots
Download Cute Zoo Extension CRX File
Download Cute Zoo 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
Watch the cutest animals on the planet! No more boring white page get a new cute picture every time. Install our gorgeous extension and start each day with a lovely one looking at you. Extreme cuteness guaranteed!
Extension Basic Information
Name | |
ID | homobhfpjhbmmgngnaocdhdhgabpcojl |
Official URL | https://chrome.google.com/webstore/detail/homobhfpjhbmmgngnaocdhdhgabpcojl |
Description | Watch the cutest animals on the planet! No more boring white page get a new cute picture every time. |
File Size | 24.59 MB |
Installation Count | 118 |
Current Version | 2.4 |
Last Updated | 2016-11-30 |
Publish Date | 2016-11-30 |
Rating | 3.88/5 Total 8 Ratings |
Developer | http://www.mytab.net |
[email protected] | |
Payment Type | free |
Extension Website | http://www.mytab.net/ |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cute Zoo", "manifest_version": 2, "version": "2.4", "description": "Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.", "chrome_url_overrides": { "newtab": "myPage.html" }, "permissions": [ "tabs", "geolocation", "http:\/\/www.mytab.net\/" ], "icons": { "16": "icon_16.png", "32": "icon_32.png", "128": "icon_128.png" }, "web_accessible_resources": [ "icon_16.png", "animals\/*.jpg" ], "chrome_settings_overrides": { "homepage": "http:\/\/www.mytab.net\/animals", "search_provider": { "name": "name.my-tab", "keyword": "keyword.my-tab", "is_default": true, "encoding": "UTF-8", "search_url": "http:\/\/www.mytab.net\/search?term={searchTerms}", "favicon_url": "http:\/\/www.mytab.net\/favicon.ico", "suggest_url": "http:\/\/www.mytab.net\/yahooSearch\/suggestions?term={searchTerms}" }, "startup_pages": [ "http:\/\/www.mytab.net\/animals" ] }, "background": { "scripts": [ "background.js" ] }, "externally_connectable": { "matches": [ "http:\/\/www.mytab.net\/animals" ] } } |