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
官方網址 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
}