Amazon Prime Launcher

Turn on 1-click settings to access Amazon Prime

Qu'est-ce que Amazon Prime Launcher ?

Amazon Prime Launcher est une extension Chrome développée par http://primebrowser.com, et sa fonction principale est "Turn on 1-click settings to access Amazon Prime".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Amazon Prime Launcher

Téléchargez les fichiers d'extension Amazon Prime Launcher 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

                        Instantly launch Amazon Prime with the click of a button!

Amazon buries the Prime section of their site, but now you can access it with one click rather than having to root through their promotional pages to get to it. Avoid the hassle of trying to keep up with the Amazon's ever-changing navigation and access Prime when you need it.

This extension does not need access to your Amazon account nor your login credentials.                    

Informations de Base sur l'Extension

Nom Amazon Prime Launcher Amazon Prime Launcher
ID pmpholhcmokmdhgabmilkfljpoifopma
URL Officiel https://chrome.google.com/webstore/detail/amazon-prime-launcher/pmpholhcmokmdhgabmilkfljpoifopma
Description Turn on 1-click settings to access Amazon Prime
Taille du Fichier 131 KB
Nombre d'Installations 20,000
Version Actuelle 1.2.2
Dernière Mise à Jour 2019-05-28
Date de Publication 2019-05-28
Évaluation 4.74/5 Total 133 Évaluations
Développeur http://primebrowser.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://amazon.com?tag=amzn-prime01-20
Langues Prises en Charge en-US
manifest.json
{
    "manifest_version": 2,
    "name": "Amazon Prime Launcher",
    "permissions": [
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.2",
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "main.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "a-19.png",
            "38": "a-38.png"
        },
        "default_title": "Amazon - One Click"
    },
    "description": "Turn on 1-click settings to access Amazon Prime",
    "icons": {
        "128": "a-128.png",
        "16": "a-16.png",
        "48": "a-48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0w6duGG3muSvrxNc3GVPpimRMSRAp5QkeoRCqYYZcfxYs1QYmA9RNbktqL7ohRbC0ZOjvcvXYqNTE4BVQlyvntJgmUVMuZxkSJqJwYFguDjG+DCymjk\/fBDJtBFjvjjpF9nb5LqOZcNckghWut6FcJ7Z78mQiBMs+suQL+PZxJKcYx3YoFV5Gtbw2PlN0dTm\/UNZ227xmbABBS6zByeto2QsEpL42MF+UcNXobnfFVud3XozjSVkphp+KLX8hr\/fEERSaLdwr64nRmCBaYQTVjDo99NG9WI2Zg12MmjAksF\/NZwLmG5Lhk3yKDr9NDVsUFbiUCo8ty4SR2kjMWu7\/QIDAQAB"
}