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" ] } |