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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |