Reclaim the Amazon
Show photos of the Amazon when browsing to Amazon.com
O que é Reclaim the Amazon?
Reclaim the Amazon é uma extensão do Chrome desenvolvida por What matters, e sua principal característica é "Show photos of the Amazon when browsing to Amazon.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reclaim the Amazon
Baixe arquivos de extensão Reclaim the Amazon no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | |
ID | homocecfbbmmljacijppegoeipleelci |
URL Oficial | https://chrome.google.com/webstore/detail/homocecfbbmmljacijppegoeipleelci |
Descrição | Show photos of the Amazon when browsing to Amazon.com |
Tamanho do Arquivo | 86.27 KB |
Contagem de Instalações | 31 |
Versão Atual | 1.2 |
Última Atualização | 2019-03-21 |
Data de Publicação | 2019-03-21 |
Classificação | 5.00/5 Total de 5 Avaliações |
Desenvolvedor | What matters |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |