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是由Playcus開發的Chrome擴展程式,該擴展的主要功能是“You can now play all Playcus Flash Games without any permissions hassle.”。

擴展截圖

screenshot

下載One Click Playcus Flash Games擴展crx文件

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