Amazin Amazon Filter
Reduce browse time and useless clicking: Show items in search results, sort by price on any page, and/or filter listings with items
Amazin Amazon Filter क्या है?
Amazin Amazon Filter https://amazi.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reduce browse time and useless clicking: Show items in search results, sort by price on any page, and/or filter listings with items"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Amazin Amazon Filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
From the maker of Ebay Filter and Sort Results Chrome extension: Ever wish the recommendations from Amazon were sorted so you could easily determine which products have the lowest price? Look no further, this extension does all that tedious clicking for you! If you're OCD and anal about getting the best deal using the most information, this extension was designed with you in mind. That's because, I'm that way too. When I research a product, I want to make sure I'm getting the best value for my money. That can't be done without looking at all the pages that are hidden behind lists, only accessible until now by clicking, waiting, sifting through useless screens, and calculating shipping cost and cost per item. Bypass all the sponsored ads to get to the thing that you want most!
एक्सटेंशन की मूल जानकारी
नाम | Amazin Amazon Filter |
ID | bjfbcnchbjhbfjpjhfpcahdlcehkbfja |
आधिकारिक URL | https://chromewebstore.google.com/detail/amazin-amazon-filter/bjfbcnchbjhbfjpjhfpcahdlcehkbfja |
विवरण | Reduce browse time and useless clicking: Show items in search results, sort by price on any page, and/or filter listings with items |
फ़ाइल का आकार | 9 KB |
स्थापना संख्या | 36 |
वर्तमान संस्करण | 0.2 |
अंतिम अपडेट | 2022-02-10 |
प्रकाशन तिथि | 2022-01-16 |
डेवलपर | https://amazi.me |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.amazi.me |
सहायता पृष्ठ URL | https://www.amazi.me |
गोपनीयता नीति पृष्ठ URL | https://www.amazi.me/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazin Amazon Filter", "description": "Reduce browse time and useless clicking: Show items in search results, sort by price on any page, and\/or filter listings with items", "version": "0.2", "background": { "page": "background.html" }, "page_action": { "default_icon": "tab-icon.png", "default_title": "Amazin Amazon Filter" }, "content_scripts": [ { "run_at": "document_end", "matches": [ "*:\/\/*.amazon.com\/*", "*:\/\/*.amazon.ca\/*", "*:\/\/*.amazon.co.uk\/*", "*:\/\/*.amazon.com.au\/*", "*:\/\/*.amazon.eg\/*", "*:\/\/*.amazon.com.br\/*", "*:\/\/*.amazon.com.mx\/*", "*:\/\/*.amazon.cn\/*", "*:\/\/*.amazon.in\/*", "*:\/\/*.amazon.co.jp\/*", "*:\/\/*.amazon.sg\/*", "*:\/\/*.amazon.ae\/*", "*:\/\/*.amazon.sa\/*", "*:\/\/*.amazon.fr\/*", "*:\/\/*.amazon.de\/*", "*:\/\/*.amazon.it\/*", "*:\/\/*.amazon.nl\/*", "*:\/\/*.amazon.pl\/*", "*:\/\/*.amazon.es\/*", "*:\/\/*.amazon.se\/*", "*:\/\/*.amazon.com.tr\/*" ], "js": [ "filter.js" ] } ], "permissions": [ "activeTab", "storage" ] } |