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!…

Cos'è Flash games autorun?

Flash games autorun è un'estensione di Chrome sviluppata da Rightway.games, e la sua funzione principale è "Flash games autorun will help you to run Flash games easily! Forget about plenty of pop up windows, just enjoy your game!…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Flash games autorun

Scarica i file di estensione Flash games autorun in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Flash games autorun Flash games autorun
ID ldoaoklgkhlpgeoegfhingeaiaifjaok
URL Ufficiale https://chrome.google.com/webstore/detail/flash-games-autorun/ldoaoklgkhlpgeoegfhingeaiaifjaok
Descrizione Flash games autorun will help you to run Flash games easily! Forget about plenty of pop up windows, just enjoy your game!…
Dimensione del File 76.81 KB
Conteggio Installazioni 10,000
Versione Corrente 1.1
Ultimo Aggiornamento 2019-08-30
Data di Pubblicazione 2019-08-30
Valutazione 3.55/5 Totale 49 Valutazioni
Sviluppatore Rightway.games
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://rightway.games/privacy-policy
Lingue Supportate 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
}