Kitty Wallpaper
Kitty Wallpaper turn new tab to custom HD Kitty background. Kitty wallpaper background themes created for fans.
Kitty Wallpaper क्या है?
Kitty Wallpaper Techsy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Kitty Wallpaper turn new tab to custom HD Kitty background. Kitty wallpaper background themes created for fans."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Kitty Wallpaper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Hello Kitty New Tab Wallpapers, created specifically for cute Hello Kitty fans. Changes your tab with a cool Hello Kitty new tab. Instead of the simple gray background, sublime HD wallpapers will appear in hello kitty theme. FEATURES: * Surprising animation effects: rain, snow, slow motion and rain drops with each new tab. * Quick access to your google apps. * Quick access to recent tab. * Easy Sharing to Social Media * Add website to Shortcut panel for quick access * Show current date and time automatically We really wish you have fun using our beautiful Hello Kitty new tab and let your friends know so they can also enjoy it! Give your browser boost with a custom hello kitty new tab!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | moohcnfdkcnaimlcldpcgehflkiaeoef |
आधिकारिक URL | https://chrome.google.com/webstore/detail/kitty-wallpaper/moohcnfdkcnaimlcldpcgehflkiaeoef |
विवरण | Kitty Wallpaper turn new tab to custom HD Kitty background. Kitty wallpaper background themes created for fans. |
फ़ाइल का आकार | 8.12 MB |
स्थापना संख्या | 1,126 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2022-11-06 |
प्रकाशन तिथि | 2022-10-17 |
डेवलपर | Techsy |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | id,de,en,fil,fr,vi,tr,ca,da,es,it,pl,pt-BR,pt-PT,fi,sv,cs,el,ru,hi,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "description": "__MSG_appDesc__", "default_locale": "en", "name": "__MSG_appName__", "background": { "service_worker": "bg.js" }, "action": { "default_icon": "img\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" }, "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png" }, "version": "1.1.1", "permissions": [ "topSites", "unlimitedStorage", "storage" ] } |