Wallpapers new tab extension by WallpaperCave
Wallpapers for your browser! New wallpaper when you open a tab.
Wallpapers new tab extension by WallpaperCave là gì?
Wallpapers new tab extension by WallpaperCave là một tiện ích mở rộng Chrome được phát triển bởi http://wallpapercave.com, và tính năng chính của nó là "Wallpapers for your browser! New wallpaper when you open a tab.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Wallpapers new tab extension by WallpaperCave
Tải xuống các tệp mở rộng Wallpapers new tab extension by WallpaperCave dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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/
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hmhfpallpiebbcpamaojeimahcengdhd |
URL Chính Thức | https://chrome.google.com/webstore/detail/wallpapers-new-tab-extens/hmhfpallpiebbcpamaojeimahcengdhd |
Mô tả | Wallpapers for your browser! New wallpaper when you open a tab. |
Kích Thước Tệp | 59.87 KB |
Số Lần Cài Đặt | 40,000 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2022-06-07 |
Ngày Phát Hành | 2021-12-29 |
Đánh Giá | 4.54/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | http://wallpapercave.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://wallpapercave.com |
URL Trang Chính Sách Bảo Mật | https://wallpapercave.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |