Amazon Is Burning
Turn your attention to the Amazon that really matters.
Amazon Is Burning क्या है?
Amazon Is Burning Jeremiah Johnson / Nullsleep द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Turn your attention to the Amazon that really matters."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Amazon Is Burning एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lpmkddgpfdeaibpnmmlbaodoplcefjpp |
आधिकारिक URL | 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" ] } |