Tropic Storm Access
Play Tropic Storm using this extension from Playkot LTD.
Tropic Storm Accessคืออะไร?
Tropic Storm Access เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://playkot.com และคุณลักษณะหลักของมันคือ "Play Tropic Storm using this extension from Playkot LTD."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tropic Storm Access
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } |