TagProFriends

Friends list for TagPro

TagProFriends क्या है?

TagProFriends Capernicus द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Friends list for TagPro"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TagProFriends एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 TagProFriends
ID ndkecjpjikaianfigpldfelgpblgjhmj
आधिकारिक URL 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"
    ]
}