Tropic Storm Access

Play Tropic Storm using this extension from Playkot LTD.

Tropic Storm Access란 무엇입니까?

Tropic Storm Access은(는) https://playkot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play Tropic Storm using this extension from Playkot LTD."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Tropic Storm Access 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        An official extension from Playkot to allow using Flash once and for all.

You don’t have to deal with Flash permission settings each time you launch Tropic Storm. All Flash games will launch automatically, no squabble!

In addition, Tropic Storm Access provides a shortcut to Tropic Storm game page right to your browser control panel for super-fast one-click entry.

Please note that Tropic Storm Access only turns Flash on, and nothing more. Your data and any other information you share is under protection due to our Privacy Policy.

By using this extension you confirm the acceptance of Terms of Service, and Privacy Policy by Playkot Ltd

Terms of Service: https://en.playkot.com/terms.htm
Privacy Policy: https://playkot.com/privacy.htm                    

확장 프로그램 기본 정보

이름 Tropic Storm Access Tropic Storm Access
ID okkobeojihghldlofbhjoenijjblmiag
공식 URL https://chromewebstore.google.com/detail/tropic-storm-access/okkobeojihghldlofbhjoenijjblmiag
설명 Play Tropic Storm using this extension from Playkot LTD.
파일 크기 55.75 KB
설치 횟수 8,287
현재 버전 0.1.0
최근 업데이트 2018-09-24
출시 날짜 2018-09-24
평점 4.15/5 총 40 개의 평점
개발자 https://playkot.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://playkot.helpshift.com/a/tropic-storm/?p=web&l=en
개인정보 보호 정책 페이지 URL https://playkot.com/privacy.htm
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tropic Storm Access",
    "version": "0.1.0",
    "description": "Play Tropic Storm using this extension from Playkot LTD.",
    "permissions": [
        "contentSettings",
        "background",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.vk.com\/*",
        "*:\/\/*.ok.ru\/*",
        "*:\/\/*.odnoklassniki.ru\/*"
    ],
    "browser_action": {
        "default_icon": "assets\/icon_48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "minimum_chrome_version": "59",
    "manifest_version": 2
}