Single click Flash games access

Play your favorite Flash games in single click! Just install this extension and you will never need to “Allow Flash” anymore.

什么是Single click Flash games access?

Single click Flash games access是由Smart Project GMBH开发的Chrome扩展程序,该扩展的主要功能是“Play your favorite Flash games in single click! Just install this extension and you will never need to “Allow Flash” anymore.”。

扩展截图

screenshot

下载Single click Flash games access扩展crx文件

下载Single click Flash games access扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Forget about annoying Flash pop-ups. Just install this extension and you will never need to “Allow Flash” in your browser anymore. Extension configures Flash in your browser to allow running games without any hassle.

Install once and forget about Flash issues!                    

扩展基本信息

名称 Single click Flash games access Single click Flash games access
ID cngjoacjdpnadhhjpdppcdjboiclnclc
官方URL https://chromewebstore.google.com/detail/single-click-flash-games/cngjoacjdpnadhhjpdppcdjboiclnclc
简介 Play your favorite Flash games in single click! Just install this extension and you will never need to “Allow Flash” anymore.
文件大小 26.51 KB
安装次数 91,892
当前版本 1.6.1
更新时间 2019-08-01
上架时间 2019-07-31
评分 2.76/5 共104次评分
开发者 Smart Project GMBH
付费类型 free
支持的语言 en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "bgSync.js"
        ]
    },
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "page_action": {
        "default_icon": "128.png"
    },
    "icons": {
        "128": "128.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png"
    },
    "manifest_version": 2,
    "permissions": [
        "contentSettings",
        "tabs"
    ],
    "version": "1.6.1"
}