《星座變》是一款以十二星座為背景,清新、可愛的魔幻網遊,超Q的畫面、獨特的神格、多變的魔寵、特色的地圖副本,還有獨特的星座配對、星座運勢系統,讓你擁有全新的遊戲體驗,趕快邀請你的好友一來來體驗吧!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "http://clients2.google.com/service/update2/crx",
"name": "星座變",
"description": "《星座變》是一款以十二星座為背景,清新、可愛的魔幻網遊,超Q的畫面、獨特的神格、多變的魔寵、特色的地圖副本,還有獨特的星座配對、星座運勢系統,讓你擁有全新的遊戲體驗,趕快邀請你的好友一來來體驗吧!",
"version": "0.0.0.1",
"manifest_version": 2,
"icons": {
"128": "icon_128.png"
},
"app": {
"urls": [
"http://star.txwy.tw/"
],
"launch": {
"web_url": "http://star.txwy.tw/"
}
}
}