Tropics Wallpapers
Tropics wallpapers.
Qu'est-ce que Tropics Wallpapers ?
Tropics Wallpapers est une extension Chrome développée par Browser Labs Pty Ltd, et sa fonction principale est "Tropics wallpapers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Tropics Wallpapers
Téléchargez les fichiers d'extension Tropics Wallpapers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | Tropics Wallpapers |
ID | jaojlipebniecibfojijkgbnghacnecl |
URL Officiel | https://chromewebstore.google.com/detail/tropics-wallpapers/jaojlipebniecibfojijkgbnghacnecl |
Description | Tropics wallpapers. |
Taille du Fichier | 6.99 MB |
Nombre d'Installations | 28,639 |
Version Actuelle | 0.1 |
Dernière Mise à Jour | 2021-07-31 |
Date de Publication | 2021-07-31 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Browser Labs Pty Ltd |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://browser-labs.com.au/privacy-policy |
Langues Prises en Charge | 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": [] } |