Reclaim the Amazon
Show photos of the Amazon when browsing to Amazon.com
Qu'est-ce que Reclaim the Amazon ?
Reclaim the Amazon est une extension Chrome développée par What matters, et sa fonction principale est "Show photos of the Amazon when browsing to Amazon.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reclaim the Amazon
Téléchargez les fichiers d'extension Reclaim the Amazon 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
Learn more about the Amazon forest, view gorgeous photos and shop less! We show you beautiful photos of the Amazon when browsing to Amazon.com (or it's international domains). You're always in control, and can set the time you want to spend on Amazon.com without seeing our photos. Project by: Olya Irzak, Tilek Mamutov, Pasha Tsier, Witnesses of Climatology
Informations de Base sur l'Extension
Nom | |
ID | homocecfbbmmljacijppegoeipleelci |
URL Officiel | https://chrome.google.com/webstore/detail/homocecfbbmmljacijppegoeipleelci |
Description | Show photos of the Amazon when browsing to Amazon.com |
Taille du Fichier | 86.27 KB |
Nombre d'Installations | 31 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2019-03-21 |
Date de Publication | 2019-03-21 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | What matters |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reclaim the Amazon", "version": "1.2", "description": "Show photos of the Amazon when browsing to Amazon.com", "permissions": [ "activeTab", "storage" ], "icons": { "16": "tree_16.png", "48": "tree_48.png", "128": "tree_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.amazon.com\/*", "https:\/\/smile.amazon.com\/*", "https:\/\/www.amazon.ca\/*", "https:\/\/www.amazon.com.au\/*", "https:\/\/www.amazon.com.br\/*", "https:\/\/www.amazon.in\/*", "https:\/\/www.amazon.fr\/*", "https:\/\/www.amazon.de\/*", "https:\/\/smile.amazon.de\/*", "https:\/\/www.amazon.nl\/*", "https:\/\/www.amazon.co.uk\/*", "https:\/\/smile.amazon.co.uk\/*" ], "run_at": "document_start", "js": [ "contentscript.js" ], "css": [ "amazon.css" ] } ], "manifest_version": 2, "web_accessible_resources": [ "images\/*.png" ] } |