Amazon Is Burning

Turn your attention to the Amazon that really matters.

什麼是Amazon Is Burning?

Amazon Is Burning是由Jeremiah Johnson / Nullsleep開發的Chrome擴展程式,該擴展的主要功能是“Turn your attention to the Amazon that really matters.”。

擴展截圖

screenshot

下載Amazon Is Burning擴展crx文件

下載Amazon Is Burning擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Amazon Is Burning Amazon Is Burning
ID lpmkddgpfdeaibpnmmlbaodoplcefjpp
官方網址 https://chromewebstore.google.com/detail/amazon-is-burning/lpmkddgpfdeaibpnmmlbaodoplcefjpp
簡介 Turn your attention to the Amazon that really matters.
檔案大小 312 KB
安裝次數 21
目前版本 0.1.4
更新時間 2019-08-28
上架時間 2019-08-28
評分 4.50/5 共 4 次評分
開發者 Jeremiah Johnson / Nullsleep
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.jeremiahjohnson.rip
支援的語言 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"
    ]
}