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文件

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

擴展使用說明

                        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
官方網址 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
}