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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Flash games autorun will help you to run Flash games easily! Forget about plenty of pop up windows, just enjoy your game!…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Flash games autorun एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |