Reclaim the Amazon

Show photos of the Amazon when browsing to Amazon.com

What is Reclaim the Amazon?

Reclaim the Amazon is a Chrome extension developed by What matters, and its main feature is "Show photos of the Amazon when browsing to Amazon.com".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Reclaim the Amazon Extension CRX File

Download Reclaim the Amazon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Reclaim the Amazon Reclaim the Amazon
ID homocecfbbmmljacijppegoeipleelci
Official URL https://chrome.google.com/webstore/detail/homocecfbbmmljacijppegoeipleelci
Description Show photos of the Amazon when browsing to Amazon.com
File Size 86.27 KB
Installation Count 31
Current Version 1.2
Last Updated 2019-03-21
Publish Date 2019-03-21
Rating 5.00/5 Total 5 Ratings
Developer What matters
Payment Type free
Supported Languages 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"
    ]
}