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 |
官方網址 | 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" ] } |