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