Gamegos Flash Helper

Add this plugin and enable Flash for all games hassle free! Gamegos Flash Helper is a Google Chrome browser Extension created by…

Gamegos Flash Helper란 무엇입니까?

Gamegos Flash Helper은(는) GAMEGOS에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add this plugin and enable Flash for all games hassle free! Gamegos Flash Helper is a Google Chrome browser Extension created by…"입니다.

확장 프로그램 스크린샷

screenshot

Gamegos Flash Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Add this plugin and enable Flash for all games hassle free!

Gamegos Flash Helper is a Google Chrome browser Extension created by Gamegos to manage Flash permissions automatically for all our games when you load them.

Games like Cafeland, Marketland, Fashland, Cooking Tale and Solitaire Story using Flash Player do require explicit permission from users to allow the browser to run Flash.

This Flash enabler will automatically allow the browser permission and your game will load smoothly every time. It won't affect your game or browser performance!

Without this extension, you will have to enable Flash manually every time you load or refresh the game. Gamegos Flash Helper frees you from this problem.

Gamegos will use your permissions only for Flash Player and nothing else. Our privacy policy assures you a complete non-disclosure to any of the information shared by you.

Use of this plug-in is subject to Gamegos’
Terms of Service - http://www.gamegos.com/termsofservice/
Privacy Policy - http://www.gamegos.com/privacypolicy/                    

확장 프로그램 기본 정보

이름 Gamegos Flash Helper Gamegos Flash Helper
ID kppfgjkgimgbanjbbgpmccbkagcebnid
공식 URL https://chromewebstore.google.com/detail/gamegos-flash-helper/kppfgjkgimgbanjbbgpmccbkagcebnid
설명 Add this plugin and enable Flash for all games hassle free! Gamegos Flash Helper is a Google Chrome browser Extension created by…
파일 크기 50.59 KB
설치 횟수 40,469
현재 버전 1.0
최근 업데이트 2019-08-19
출시 날짜 2019-08-19
평점 3.09/5 총 81 개의 평점
개발자 GAMEGOS
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gamegos Flash Helper",
    "description": "",
    "version": "1.0",
    "icons": {
        "16": "icons\/16.png"
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_title": "Gamegos Flash Helper",
        "default_popup": "index.html"
    },
    "permissions": [
        "contentSettings"
    ],
    "background": {
        "scripts": [
            "enabler.js"
        ],
        "persistent": false
    },
    "manifest_version": 2
}