Wallpapers new tab extension by WallpaperCave
Wallpapers for your browser! New wallpaper when you open a tab.
Wallpapers new tab extension by WallpaperCave क्या है?
Wallpapers new tab extension by WallpaperCave http://wallpapercave.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Wallpapers for your browser! New wallpaper when you open a tab."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Wallpapers new tab extension by WallpaperCave एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The best wallpapers from the best community and website, WallpaperCave.com now directly as the background of browser! Customize your browser with our free wallpapers extension! Open a new tab and discover some of the best featured images by wallpaperCave. The wallpaper will rotate every 7 seconds, so you will always have new incredible images to discover. Our new tab page includes a search box to preform your search queries and get redirected to Wallpaper's Cave search router that will ensure that you get the most relevant search results offered by Google, Bing and Yahoo! Like a wallpaper? Download it, directly from your new tab page. No matter if you love Fortnite wallpapers, BTS wallpapers, anime, pokemon... or just looking for nice aesthetic HD wallpapers to make your browser more personal, we have them! Our images are categorized to make it easy to find what you like most and new wallpapers are added daily! Amazing features: * Select a category or load 'featured wallpapers' to get a curated selection of the best HD images to use as your background * 15 different categories of wallpapers to choose from * Go to our website page to comment and participate on our wallpaper lovers community * Download and save the images to share them or use in other devices - We love hearing your ideas and feedback. If you have any suggestions, email us at [email protected] or send us a message on Instagram 🙌 Instagram: https://www.instagram.com/wallpapercave/
एक्सटेंशन की मूल जानकारी
नाम | |
ID | hmhfpallpiebbcpamaojeimahcengdhd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/wallpapers-new-tab-extens/hmhfpallpiebbcpamaojeimahcengdhd |
विवरण | Wallpapers for your browser! New wallpaper when you open a tab. |
फ़ाइल का आकार | 59.87 KB |
स्थापना संख्या | 40,000 |
वर्तमान संस्करण | 0.1.3 |
अंतिम अपडेट | 2022-06-07 |
प्रकाशन तिथि | 2021-12-29 |
रेटिंग | 4.54/5 कुल 13 रेटिंग्स |
डेवलपर | http://wallpapercave.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://wallpapercave.com |
गोपनीयता नीति पृष्ठ URL | https://wallpapercave.com/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wallpapers new tab extension by WallpaperCave", "description": "Wallpapers for your browser! New wallpaper when you open a tab.", "version": "0.1.3", "manifest_version": 3, "chrome_url_overrides": { "newtab": ".\/index.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*, http:s\/\/*\/*" ], "js": [ "jquery.min.js" ] } ], "host_permissions": [ "https:\/\/*.google.com\/", "*:\/\/*.wallpapercave.com\/*" ], "permissions": [ "storage" ] } |