Amazon Is Burning
Turn your attention to the Amazon that really matters.
Amazon Is Burningคืออะไร?
Amazon Is Burning เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeremiah Johnson / Nullsleep และคุณลักษณะหลักของมันคือ "Turn your attention to the Amazon that really matters."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Amazon Is Burning
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } |