Supreme Practice - Manual Cop Emulator Bot

Supreme Practice

Supreme Practice - Manual Cop Emulator Bot란 무엇입니까?

Supreme Practice - Manual Cop Emulator Bot은(는) SocketsDev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Supreme Practice"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Supreme Practice - Manual Cop Emulator Bot 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Supreme Practice

Practice copping supreme in this emulator!

It emulates the product / add-to-cart page as well as checkout and more.

Early version, might contain bugs.                    

확장 프로그램 기본 정보

이름 Supreme Practice - Manual Cop Emulator Bot Supreme Practice - Manual Cop Emulator Bot
ID akldenbhecmjgihnckjohjgbiaepifnc
공식 URL https://chromewebstore.google.com/detail/supreme-practice-manual-c/akldenbhecmjgihnckjohjgbiaepifnc
설명 Supreme Practice
파일 크기 2.57 MB
설치 횟수 598
현재 버전 0.1
최근 업데이트 2018-02-16
출시 날짜 2018-02-16
평점 3.70/5 총 10 개의 평점
개발자 SocketsDev
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Supreme Practice - Manual Cop Emulator Bot",
    "short_name": "Supreme Practice",
    "version": "0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Supreme Practice",
    "icons": {
        "19": "images\/icon_19.png",
        "38": "images\/icon_38.png",
        "128": "images\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Supreme Practice",
        "default_icon": {
            "19": "images\/icon_19.png",
            "38": "images\/icon_38.png"
        },
        "default_popup": "html\/main.html"
    }
}