Reclaim the Amazon

Show photos of the Amazon when browsing to Amazon.com

Reclaim the Amazon là gì?

Reclaim the Amazon là một tiện ích mở rộng Chrome được phát triển bởi What matters, và tính năng chính của nó là "Show photos of the Amazon when browsing to Amazon.com".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reclaim the Amazon

Tải xuống các tệp mở rộng Reclaim the Amazon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reclaim the Amazon Reclaim the Amazon
ID homocecfbbmmljacijppegoeipleelci
URL Chính Thức https://chrome.google.com/webstore/detail/homocecfbbmmljacijppegoeipleelci
Mô tả Show photos of the Amazon when browsing to Amazon.com
Kích Thước Tệp 86.27 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-03-21
Ngày Phát Hành 2019-03-21
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển What matters
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}