TagProFriends

Friends list for TagPro

TagProFriends là gì?

TagProFriends là một tiện ích mở rộng Chrome được phát triển bởi Capernicus, và tính năng chính của nó là "Friends list for TagPro".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TagProFriends

Tải xuống các tệp mở rộng TagProFriends 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TagProFriends TagProFriends
ID ndkecjpjikaianfigpldfelgpblgjhmj
URL Chính Thức https://chromewebstore.google.com/detail/tagprofriends/ndkecjpjikaianfigpldfelgpblgjhmj
Mô tả Friends list for TagPro
Kích Thước Tệp 705 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 6.1.3
Cập Nhật Lần Cuối 2017-04-09
Ngày Phát Hành 2017-04-09
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Capernicus
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}