Cute Zoo
Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.
Wat is Cute Zoo?
Cute Zoo is een Chrome-extensie ontwikkeld door http://www.mytab.net, en de belangrijkste functie is "Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cute Zoo
Download Cute Zoo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | homobhfpjhbmmgngnaocdhdhgabpcojl |
Officiële URL | https://chrome.google.com/webstore/detail/homobhfpjhbmmgngnaocdhdhgabpcojl |
Beschrijving | Watch the cutest animals on the planet! No more boring white page get a new cute picture every time. |
Bestandsgrootte | 24.59 MB |
Aantal Installaties | 118 |
Huidige Versie | 2.4 |
Laatst Bijgewerkt | 2016-11-30 |
Publicatiedatum | 2016-11-30 |
Beoordeling | 3.88/5 Totaal 8 Beoordelingen |
Ontwikkelaar | http://www.mytab.net |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.mytab.net/ |
Ondersteunde Talen | 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" ] } } |