Reclaim the Amazon
Show photos of the Amazon when browsing to Amazon.com
Reclaim the Amazon क्या है?
Reclaim the Amazon What matters द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show photos of the Amazon when browsing to Amazon.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Reclaim the Amazon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
ID | homocecfbbmmljacijppegoeipleelci |
आधिकारिक URL | https://chrome.google.com/webstore/detail/homocecfbbmmljacijppegoeipleelci |
विवरण | Show photos of the Amazon when browsing to Amazon.com |
फ़ाइल का आकार | 86.27 KB |
स्थापना संख्या | 31 |
वर्तमान संस्करण | 1.2 |
अंतिम अपडेट | 2019-03-21 |
प्रकाशन तिथि | 2019-03-21 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | What matters |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } |