GamePoint Flash Enabler

This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.

GamePoint Flash Enablerคืออะไร?

GamePoint Flash Enabler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://www.gamepoint.com และคุณลักษณะหลักของมันคือ "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GamePoint Flash Enabler

ดาวน์โหลดไฟล์ส่วนขยาย GamePoint Flash Enabler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension enables flash for the GamePoint games so you don't have to.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ GamePoint Flash Enabler GamePoint Flash Enabler
ID hondlccdejidmimngjiikdpfojbkamlf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/gamepoint-flash-enabler/hondlccdejidmimngjiikdpfojbkamlf
คำอธิบาย This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.
ขนาดไฟล์ 701 KB
จำนวนการติดตั้ง 50,000
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2020-05-29
วันที่เผยแพร่ 2020-05-28
คะแนน 2.95/5 รวมทั้งหมด 41 คะแนน
ผู้พัฒนา http://www.gamepoint.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.gamepoint.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GamePoint Flash Enabler",
    "short_name": "GamePoint Flash Enabler",
    "description": "This extension makes sure you never have to press allow Flash again in any of the GamePoint Games.",
    "version": "1.3",
    "permissions": [
        "contentSettings"
    ],
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png",
            "256": "images\/icon256.png"
        },
        "default_title": "GamePoint Flash Enabler"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png",
        "256": "images\/icon256.png"
    },
    "incognito": "split",
    "background": {
        "scripts": [
            "js\/flashenabler.js"
        ],
        "persistent": false
    }
}