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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
}