Cute Zoo
Watch the cutest animals on the planet! No more boring white page get a new cute picture every time.
Cute Zoo क्या है?
Cute Zoo http://www.mytab.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch the cutest animals on the planet! No more boring white page get a new cute picture every time."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cute Zoo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | homobhfpjhbmmgngnaocdhdhgabpcojl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/homobhfpjhbmmgngnaocdhdhgabpcojl |
विवरण | Watch the cutest animals on the planet! No more boring white page get a new cute picture every time. |
फ़ाइल का आकार | 24.59 MB |
स्थापना संख्या | 118 |
वर्तमान संस्करण | 2.4 |
अंतिम अपडेट | 2016-11-30 |
प्रकाशन तिथि | 2016-11-30 |
रेटिंग | 3.88/5 कुल 8 रेटिंग्स |
डेवलपर | http://www.mytab.net |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.mytab.net/ |
समर्थित भाषाएँ | 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" ] } } |