One Click Playcus Flash Games

You can now play all Playcus Flash Games without any permissions hassle.

One Click Playcus Flash Games란 무엇입니까?

One Click Playcus Flash Games은(는) Playcus에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can now play all Playcus Flash Games without any permissions hassle."입니다.

확장 프로그램 스크린샷

screenshot

One Click Playcus Flash Games 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        You can now play all Playcus Games without any permissions hassle.

One Click Solution  is the official extension from PLAYCUS 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 PLAYCUS games, hassle free!

Your privacy is important to PLAYCUS.  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://www.playcus.com/terms-of-service), and Privacy Policy (https://www.playcus.com/privacy-policy).                    

확장 프로그램 기본 정보

이름 One Click Playcus Flash Games One Click Playcus Flash Games
ID ajjnbanpedpjbfcpaopcloaaknffnjfp
공식 URL https://chromewebstore.google.com/detail/one-click-playcus-flash-g/ajjnbanpedpjbfcpaopcloaaknffnjfp
설명 You can now play all Playcus Flash Games without any permissions hassle.
파일 크기 9.36 KB
설치 횟수 9,240
현재 버전 1.0.1
최근 업데이트 2019-07-24
출시 날짜 2019-07-24
평점 3.63/5 총 16 개의 평점
개발자 Playcus
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.playcus.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "One Click Playcus Flash Games",
    "description": "You can now play all Playcus Flash Games without any permissions hassle.",
    "version": "1.0.1",
    "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
    }
}