Amazon Is Burning

Turn your attention to the Amazon that really matters.

Amazon Is Burning là gì?

Amazon Is Burning là một tiện ích mở rộng Chrome được phát triển bởi Jeremiah Johnson / Nullsleep, và tính năng chính của nó là "Turn your attention to the Amazon that really matters.".

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

screenshot

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

Tải xuống các tệp mở rộng Amazon Is Burning 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

                        To help bring awareness to the devastating fires ravaging the Amazon, the world’s largest rain forest and one of our most important natural resources, we've created a Chrome extension that reminds people about the environmental crisis when they’re least likely to be thinking about it—while shopping on Amazon.com, the world’s largest retailer. Help save one of our most important natural resources by donating and learning more about how your actions can directly impact the rain forest.

Creative: Cole Orloff & Jeremiah Johnson
Development: Jeremiah Johnson                    

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

Tên Amazon Is Burning Amazon Is Burning
ID lpmkddgpfdeaibpnmmlbaodoplcefjpp
URL Chính Thức https://chromewebstore.google.com/detail/amazon-is-burning/lpmkddgpfdeaibpnmmlbaodoplcefjpp
Mô tả Turn your attention to the Amazon that really matters.
Kích Thước Tệp 312 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 0.1.4
Cập Nhật Lần Cuối 2019-08-28
Ngày Phát Hành 2019-08-28
Đánh Giá 4.50/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Jeremiah Johnson / Nullsleep
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.jeremiahjohnson.rip
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Is Burning",
    "version": "0.1.4",
    "description": "Turn your attention to the Amazon that really matters.",
    "homepage_url": "http:\/\/www.jeremiahjohnson.rip",
    "author": "Jeremiah Johnson \/ Nullsleep",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.amazon.com\/*"
            ],
            "js": [
                "popup.js"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "*:\/\/*.amazon.com\/*",
        "activeTab",
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "web_accessible_resources": [
        "fire.gif"
    ]
}