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.”。
擴展截圖
下載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 |
ID | cngjoacjdpnadhhjpdppcdjboiclnclc |
官方網址 | 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" } |