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 là gì?
Flash games autorun là một tiện ích mở rộng Chrome được phát triển bởi Rightway.games, và tính năng chính của nó là "Flash games autorun will help you to run Flash games easily! Forget about plenty of pop up windows, just enjoy your game!…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Flash games autorun
Tải xuống các tệp mở rộng Flash games autorun dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ldoaoklgkhlpgeoegfhingeaiaifjaok |
URL Chính Thức | https://chrome.google.com/webstore/detail/flash-games-autorun/ldoaoklgkhlpgeoegfhingeaiaifjaok |
Mô tả | Flash games autorun will help you to run Flash games easily! Forget about plenty of pop up windows, just enjoy your game!… |
Kích Thước Tệp | 76.81 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2019-08-30 |
Ngày Phát Hành | 2019-08-30 |
Đánh Giá | 3.55/5 Tổng số 49 Đánh Giá |
Nhà Phát Triển | Rightway.games |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://rightway.games/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |