One Click Playcus Flash Games

You can now play all Playcus Flash Games without any permissions hassle.

One Click Playcus Flash Gamesคืออะไร?

One Click Playcus Flash Games เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Playcus และคุณลักษณะหลักของมันคือ "You can now play all Playcus Flash Games without any permissions hassle."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย One Click Playcus Flash Games

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

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

                        You can now play all Playcus Games without any permissions hassle.

One Click Solution  is the official extension from PLAYCUS Games that helps you with the many upcoming permissions required from Flash for a seamless gameplay experience!
By adding this extension, you will give a ONE TIME permission to use Flash. All Flash pop ups will be handled by the extension and you can get back to playing PLAYCUS games, hassle free!

Your privacy is important to PLAYCUS.  Your consent to Flash will only be used to support Flash and will not be shared with any other parties.
Use of this extension is subject to our Terms of Service (https://www.playcus.com/terms-of-service), and Privacy Policy (https://www.playcus.com/privacy-policy).                    

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

ชื่อ One Click Playcus Flash Games One Click Playcus Flash Games
ID ajjnbanpedpjbfcpaopcloaaknffnjfp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/one-click-playcus-flash-g/ajjnbanpedpjbfcpaopcloaaknffnjfp
คำอธิบาย You can now play all Playcus Flash Games without any permissions hassle.
ขนาดไฟล์ 9.36 KB
จำนวนการติดตั้ง 9,240
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2019-07-24
วันที่เผยแพร่ 2019-07-24
คะแนน 3.63/5 รวมทั้งหมด 16 คะแนน
ผู้พัฒนา Playcus
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.playcus.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Click Playcus Flash Games",
    "description": "You can now play all Playcus Flash Games without any permissions hassle.",
    "version": "1.0.1",
    "manifest_version": 2,
    "icons": {
        "128": "App_icon_chrome.png"
    },
    "permissions": [
        "contentSettings"
    ],
    "browser_action": {
        "default_icon": "App_icon_chrome.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    }
}