Flash games autorun

Flash games autorun will help you to run Flash games easily! Forget about plenty of pop up windows, just enjoy your game!…

Flash games autorun란 무엇입니까?

Flash games autorun은(는) Rightway.games에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Flash games autorun will help you to run Flash games easily! Forget about plenty of pop up windows, just enjoy your game!…"입니다.

확장 프로그램 스크린샷

screenshot

Flash games autorun 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Flash games autorun will help you to run Flash games easily! 

Forget about plenty of pop up windows, just enjoy your game! 
Install Flash games autorun and get the best game experience!                    

확장 프로그램 기본 정보

이름 Flash games autorun Flash games autorun
ID ldoaoklgkhlpgeoegfhingeaiaifjaok
공식 URL https://chrome.google.com/webstore/detail/flash-games-autorun/ldoaoklgkhlpgeoegfhingeaiaifjaok
설명 Flash games autorun will help you to run Flash games easily! Forget about plenty of pop up windows, just enjoy your game!…
파일 크기 76.81 KB
설치 횟수 10,000
현재 버전 1.1
최근 업데이트 2019-08-30
출시 날짜 2019-08-30
평점 3.55/5 총 49 개의 평점
개발자 Rightway.games
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://rightway.games/privacy-policy
지원되는 언어 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.1",
    "default_locale": "en",
    "permissions": [
        "contentSettings",
        "tabs",
        "gcm",
        "storage",
        "notifications",
        "identity"
    ],
    "background": {
        "scripts": [
            "OneSignal.js",
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vk.com\/*"
            ],
            "js": [
                "content_scripts\/vkontakte.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.fb.com\/*",
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "content_scripts\/facebook.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.ok.ru\/*"
            ],
            "js": [
                "content_scripts\/odnoklassniki.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.fotostrana.ru\/*"
            ],
            "js": [
                "content_scripts\/fotostrana.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.my.mail.ru\/*"
            ],
            "js": [
                "content_scripts\/moymir.js"
            ]
        }
    ],
    "page_action": {
        "icons": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        },
        "default_title": "\u0410\u0432\u0442\u043e\u0437\u0430\u043f\u0443\u0441\u043a Flash \u0438\u0433\u0440",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "manifest_version": 2
}