Amazon Prime Launcher

Turn on 1-click settings to access Amazon Prime

什麼是Amazon Prime Launcher?

Amazon Prime Launcher是由http://primebrowser.com開發的Chrome擴展程式,該擴展的主要功能是“Turn on 1-click settings to access Amazon Prime”。

擴展截圖

screenshot
screenshot

下載Amazon Prime Launcher擴展crx文件

下載Amazon Prime Launcher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Amazon Prime Launcher Amazon Prime Launcher
ID pmpholhcmokmdhgabmilkfljpoifopma
官方網址 https://chrome.google.com/webstore/detail/amazon-prime-launcher/pmpholhcmokmdhgabmilkfljpoifopma
簡介 Turn on 1-click settings to access Amazon Prime
檔案大小 131 KB
安裝次數 20,000
目前版本 1.2.2
更新時間 2019-05-28
上架時間 2019-05-28
評分 4.74/5 共 133 次評分
開發者 http://primebrowser.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://amazon.com?tag=amzn-prime01-20
支援的語言 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"
}