Reclaim the Amazon
Show photos of the Amazon when browsing to Amazon.com
什么是Reclaim the Amazon?
Reclaim the Amazon是由What matters开发的Chrome扩展程序,该扩展的主要功能是“Show photos of the Amazon when browsing to Amazon.com”。
扩展截图
下载Reclaim the Amazon扩展crx文件
下载Reclaim the Amazon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | homocecfbbmmljacijppegoeipleelci |
官方URL | https://chrome.google.com/webstore/detail/homocecfbbmmljacijppegoeipleelci |
简介 | Show photos of the Amazon when browsing to Amazon.com |
文件大小 | 86.27 KB |
安装次数 | 31 |
当前版本 | 1.2 |
更新时间 | 2019-03-21 |
上架时间 | 2019-03-21 |
评分 | 5.00/5 共5次评分 |
开发者 | What matters |
付费类型 | free |
支持的语言 | 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" ] } |