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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Rightway.games, και η κύρια λειτουργία του είναι "Flash games autorun will help you to run Flash games easily! Forget about plenty of pop up windows, just enjoy your game!…".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Flash games autorun
Λήψη αρχείων επέκτασης 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!
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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 } |