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

Qu'est-ce que Amazin Amazon Filter ?

Amazin Amazon Filter est une extension Chrome développée par https://amazi.me, et sa fonction principale est "Reduce browse time and useless clicking: Show items in search results, sort by price on any page, and/or filter listings with items".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Amazin Amazon Filter

Téléchargez les fichiers d'extension Amazin Amazon Filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Amazin Amazon Filter Amazin Amazon Filter
ID bjfbcnchbjhbfjpjhfpcahdlcehkbfja
URL Officiel https://chromewebstore.google.com/detail/amazin-amazon-filter/bjfbcnchbjhbfjpjhfpcahdlcehkbfja
Description Reduce browse time and useless clicking: Show items in search results, sort by price on any page, and/or filter listings with items
Taille du Fichier 9 KB
Nombre d'Installations 36
Version Actuelle 0.2
Dernière Mise à Jour 2022-02-10
Date de Publication 2022-01-16
Développeur https://amazi.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.amazi.me
URL de la Page d'Aide https://www.amazi.me
URL de la Page de Politique de Confidentialité https://www.amazi.me/privacy
Langues Prises en Charge 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"
    ]
}