Bingo Tunes Extension
You can Run your Bingo Tunes without any Permission hassle
什么是Bingo Tunes Extension?
Bingo Tunes Extension是由admin开发的Chrome扩展程序,该扩展的主要功能是“You can Run your Bingo Tunes without any Permission hassle”。
扩展截图
下载Bingo Tunes Extension扩展crx文件
下载Bingo Tunes Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Now you can Play Bingo Tunes without any Hassle. Install this Extension and give one time permission for Flash consent to avoid permission confirmation each time when tried to load the game on google chrome. Your consent to Flash will not be shared with any other parties. Use of this extension is subject to our Terms of Service
扩展基本信息
名称 | Bingo Tunes Extension |
ID | blmafgbdhcehmbnnfeiapfcfgphnbabn |
官方URL | https://chromewebstore.google.com/detail/bingo-tunes-extension/blmafgbdhcehmbnnfeiapfcfgphnbabn |
简介 | You can Run your Bingo Tunes without any Permission hassle |
文件大小 | 17.22 KB |
安装次数 | 17 |
当前版本 | 0.1.0 |
更新时间 | 2018-11-08 |
上架时间 | 2018-11-08 |
开发者 | admin |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://b1.gamejamstudio.com/apps/beats/pp.php |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bingo Tunes Extension", "description": "You can Run your Bingo Tunes without any Permission hassle", "icons": { "128": "toolbar_icon.png" }, "permissions": [ "contentSettings" ], "browser_action": { "default_icon": "toolbar_icon.png", "default_popup": "default.html" }, "background": { "scripts": [ "flashAllow.js" ], "persistent": true }, "version": "0.1.0", "manifest_version": 2 } |