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ファイルをダウンロード

Flash games autorun拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
}