Retro Games
Search and play retro games !
什麼是Retro Games?
Retro Games是由http://90kids.com開發的Chrome擴展程式,該擴展的主要功能是“Search and play retro games !”。
擴展截圖
下載Retro Games擴展crx文件
下載Retro Games擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Retro Games is a extension that will help you to find and play old school games. If you enjoy playing classic arcade games, we invite you to discover our collection created by fans to revive the atmosphere of the golden years, the 80`s and 90`s.
擴展基本資訊
名稱 | |
ID | fdebpdfijdddiknjdflanccpeaebpfmk |
官方網址 | https://chrome.google.com/webstore/detail/retro-games/fdebpdfijdddiknjdflanccpeaebpfmk |
簡介 | Search and play retro games ! |
檔案大小 | 212 KB |
安裝次數 | 2,000 |
目前版本 | 1.1.0 |
更新時間 | 2018-05-02 |
上架時間 | 2018-05-02 |
評分 | 4.67/5 共 6 次評分 |
開發者 | http://90kids.com |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | http://90kids.com/terms |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Retro Games", "description": "Search and play retro games !", "version": "1.1.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |