TagProFriends

Friends list for TagPro

O que é TagProFriends?

TagProFriends é uma extensão do Chrome desenvolvida por Capernicus, e sua principal característica é "Friends list for TagPro".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TagProFriends

Baixe arquivos de extensão TagProFriends no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome TagProFriends TagProFriends
ID ndkecjpjikaianfigpldfelgpblgjhmj
URL Oficial https://chromewebstore.google.com/detail/tagprofriends/ndkecjpjikaianfigpldfelgpblgjhmj
Descrição Friends list for TagPro
Tamanho do Arquivo 705 KB
Contagem de Instalações 60
Versão Atual 6.1.3
Última Atualização 2017-04-09
Data de Publicação 2017-04-09
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor Capernicus
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}