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!…
Qu'est-ce que Flash games autorun ?
Flash games autorun est une extension Chrome développée par Rightway.games, et sa fonction principale est "Flash games autorun will help you to run Flash games easily! Forget about plenty of pop up windows, just enjoy your game!…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Flash games autorun
Téléchargez les fichiers d'extension Flash games autorun au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | ldoaoklgkhlpgeoegfhingeaiaifjaok |
URL Officiel | https://chrome.google.com/webstore/detail/flash-games-autorun/ldoaoklgkhlpgeoegfhingeaiaifjaok |
Description | Flash games autorun will help you to run Flash games easily! Forget about plenty of pop up windows, just enjoy your game!… |
Taille du Fichier | 76.81 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2019-08-30 |
Date de Publication | 2019-08-30 |
Évaluation | 3.55/5 Total 49 Évaluations |
Développeur | Rightway.games |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://rightway.games/privacy-policy |
Langues Prises en Charge | 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 } |