Amazon Prime Filter
Automatically filters for Prime Eligible items.
Amazon Prime Filter क्या है?
Amazon Prime Filter liviequinns द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically filters for Prime Eligible items."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Amazon Prime Filter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Automatically selects "Prime" checkbox where available to filter for Prime Eligible products only. Works for Amazon US and Canada.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bjiabhljmbamaakkggminoeemnkngdga |
आधिकारिक URL | https://chromewebstore.google.com/detail/amazon-prime-filter/bjiabhljmbamaakkggminoeemnkngdga |
विवरण | Automatically filters for Prime Eligible items. |
फ़ाइल का आकार | 16.31 KB |
स्थापना संख्या | 53 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2021-09-08 |
प्रकाशन तिथि | 2021-08-14 |
डेवलपर | liviequinns |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon Prime Filter", "version": "0.0.2", "manifest_version": 2, "description": "Automatically filters for Prime Eligible items.", "icons": { "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": false }, "options_page": "src\/options\/index.html", "page_action": { "default_icon": "icons\/icon48.png" }, "permissions": [ "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.amazon.ca\/*", "https:\/\/*.amazon.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |