Tropics Wallpapers
Tropics wallpapers.
Vad är Tropics Wallpapers?
Tropics Wallpapers är en Chrome-tillägg utvecklad av Browser Labs Pty Ltd, och dess huvudfunktion är "Tropics wallpapers.".
Tilläggsskärmbilder
Ladda ner Tropics Wallpapers-förlängningens CRX-fil
Ladda ner Tropics Wallpapers-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Enjoy beautiful tropics wallpapers each time you open a new tab, and take yourself away from wherever you are in the world, right from your computer Install this extension, surf the web and view different tropical pictures from around the world directly from your computer Features - A different stunning tropical wallpaper each time you open a new tab - Fast & relevant web search in an instant - Quick links to your favorite social media platforms By clicking "Add to chrome", I accept and agree to installing the Tropics Wallpapers Chrome extension and setting Chrome™ New Tab to that provided by the service and the Privacy(https://browser-labs.com.au/privacy-policy) and Terms of Use(https://browser-labs.com.au/terms-and-conditions).
Grundläggande Information om Tillägg
Namn | Tropics Wallpapers |
ID | jaojlipebniecibfojijkgbnghacnecl |
Officiell webbadress | https://chromewebstore.google.com/detail/tropics-wallpapers/jaojlipebniecibfojijkgbnghacnecl |
Beskrivning | Tropics wallpapers. |
Filstorlek | 6.99 MB |
Antal Installationer | 28,639 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2021-07-31 |
Publiceringsdatum | 2021-07-31 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Browser Labs Pty Ltd |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://browser-labs.com.au/privacy-policy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tropics Wallpapers", "author": "Frooty Studios", "description": "Tropics wallpapers.", "version": "0.1", "manifest_version": 2, "icons": { "128": "assets\/imgs\/ex_logo_128.png" }, "chrome_url_overrides": { "newtab": "views\/tabs\/tabs.html" }, "browser_action": [], "background": { "scripts": [ ".\/backgroundScript\/backgroundScript.js" ], "persistent": true }, "permissions": [] } |