TagProFriends
Friends list for TagPro
什麼是TagProFriends?
TagProFriends是由Capernicus開發的Chrome擴展程式,該擴展的主要功能是“Friends list for TagPro”。
擴展截圖
下載TagProFriends擴展crx文件
下載TagProFriends擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension adds a Friends List feature to TagPro that lets you add and chat with friends. You can also use and see other's custom flairs in-game. After logging in to TagPro, access the menu through a button on the front page. Note: This is not an official product of, officially affiliated with, or endorsed/supported by TagPro or Koalabeast.
擴展基本資訊
名稱 | TagProFriends |
ID | ndkecjpjikaianfigpldfelgpblgjhmj |
官方網址 | https://chromewebstore.google.com/detail/tagprofriends/ndkecjpjikaianfigpldfelgpblgjhmj |
簡介 | Friends list for TagPro |
檔案大小 | 705 KB |
安裝次數 | 60 |
目前版本 | 6.1.3 |
更新時間 | 2017-04-09 |
上架時間 | 2017-04-09 |
評分 | 5.00/5 共 5 次評分 |
開發者 | Capernicus |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TagProFriends", "version": "6.1.3", "description": "Friends list for TagPro", "author": "Capernicus", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*.koalabeast.com\/*" ], "js": [ "js\/thirdParty\/firebase.js", "js\/thirdParty\/firebaseApp.js", "js\/thirdParty\/firebaseAuth.js", "js\/thirdParty\/firebaseDB.js", "js\/thirdParty\/jQuery.min.js", "js\/TagProFriends.js" ], "css": [ "css\/friends.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ "html\/friends.html", "html\/friendsContent.html", "img\/notification.png", "img\/cogwheel.png", "img\/cogwheel2.png", "img\/flairs0.png", "img\/flairs1.png", "img\/flairs2.png", "img\/flairs3.png", "img\/flairs4.png", "img\/right.png", "img\/right2.png", "img\/left.png", "img\/left2.png", "img\/usersOnline.png", "img\/usersOnline2.png", "img\/addUser1.png", "img\/addUser2.png" ] } |