YS Loopy (Yeezy Supply Monitor)

An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.

YS Loopy (Yeezy Supply Monitor)란 무엇입니까?

YS Loopy (Yeezy Supply Monitor)은(는) wordoncode에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout."입니다.

확장 프로그램 스크린샷

screenshot

YS Loopy (Yeezy Supply Monitor) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Don't wait for your friends to tell you when you can buy the newest release! This extension will monitor yeezysupply.com for the newest release. An alarm will sound when you're ready to checkout! Brand new extension and will be free for the blush release!                    

확장 프로그램 기본 정보

이름 YS Loopy (Yeezy Supply Monitor) YS Loopy (Yeezy Supply Monitor)
ID fbhnndogmpmjcmhepjehpoakdfecenen
공식 URL https://chrome.google.com/webstore/detail/fbhnndogmpmjcmhepjehpoakdfecenen
설명 An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.
파일 크기 15.56 KB
설치 횟수 30
현재 버전 0.5.0.0 blush
최근 업데이트 2018-04-12
출시 날짜 2018-04-12
평점 4.00/5 총 1 개의 평점
개발자 wordoncode
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YS Loopy (Yeezy Supply Monitor)",
    "version": "0.5.0.0",
    "version_name": "0.5.0.0 blush",
    "manifest_version": 2,
    "description": "An assistant for yeezysupply.com. It monitors for the latest drop and can assist in a speedy checkout.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "homepage_url": "http:\/\/wordoncode.com",
    "author": "@wordoncode",
    "short_name": "YSLoopy",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/yeezysupply.com\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "actions.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "YS Loopy (Yeezy Supply Monitor)"
    },
    "permissions": [
        "https:\/\/yeezysupply.com\/*",
        "tabs",
        "storage"
    ]
}