One Click GSN Games
You can now play all GSN Games without any permissions hassle.
One Click GSN Games란 무엇입니까?
One Click GSN Games은(는) GSN Games - Bingo Bash에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can now play all GSN Games without any permissions hassle."입니다.
확장 프로그램 스크린샷
One Click GSN Games 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
One Click GSN Games is the official extension from GSN 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 Bingo Bash and our other GSN games, hassle free! Your privacy is important to GSN. 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://gsngamesnetwork.com/terms.html), and Privacy Policy (https://gsngamesnetwork.com/privacy.html).
확장 프로그램 기본 정보
이름 | One Click GSN Games |
ID | kjdbedlepiebjogmbmmfgilidoobdfmb |
공식 URL | https://chromewebstore.google.com/detail/one-click-gsn-games/kjdbedlepiebjogmbmmfgilidoobdfmb |
설명 | You can now play all GSN Games without any permissions hassle. |
파일 크기 | 13.8 KB |
설치 횟수 | 38,328 |
현재 버전 | 0.2.6 |
최근 업데이트 | 2018-10-24 |
출시 날짜 | 2018-10-24 |
평점 | 3.45/5 총 95 개의 평점 |
개발자 | GSN Games - Bingo Bash |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://apps.facebook.com/vegas-app/ |
개인정보 보호 정책 페이지 URL | https://gsngamesnetwork.com/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Click GSN Games", "description": "You can now play all GSN Games without any permissions hassle.", "version": "0.2.6", "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 } } |