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 } |