TagProReplays

Save Replays from within TagPro Games

O que é TagProReplays?

TagProReplays é uma extensão do Chrome desenvolvida por chrahunt, e sua principal característica é "Save Replays from within TagPro Games".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TagProReplays

Baixe arquivos de extensão TagProReplays 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

                        Record yourself playing TagPro! This extension is always recording when you're in-game, just tell it when you want to save and then access your replay from the menu accessible from any TagPro server home page. Preview your replays, edit, and then render them so you can upload and share with friends.

Hover over buttons in the menu for some basic instructions.

See latest changes in the release notes: https://github.com/chrahunt/TagProReplays/releases/latest

Search for and submit any issues here: https://github.com/chrahunt/TagProReplays/issues

Privacy Policy: https://docs.google.com/document/d/1ad8kZ9s5nL5ZHyhPMzKKoNspOg4VnOOddFNkNWXMKrQ

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 TagProReplays TagProReplays
ID ejbnakhldlocljfcglmeibhhdnmmcodh
URL Oficial https://chromewebstore.google.com/detail/tagproreplays/ejbnakhldlocljfcglmeibhhdnmmcodh
Descrição Save Replays from within TagPro Games
Tamanho do Arquivo 976 KB
Contagem de Instalações 1,301
Versão Atual 1.6.7
Última Atualização 2022-09-02
Data de Publicação 2020-06-22
Classificação 4.92/5 Total de 75 Avaliações
Desenvolvedor chrahunt
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.reddit.com/r/TagPro/wiki/tagpro_replays_extension
URL da Página de Ajuda https://github.com/chrahunt/TagProReplays/issues
URL da Página de Política de Privacidade https://docs.google.com/document/d/1ad8kZ9s5nL5ZHyhPMzKKoNspOg4VnOOddFNkNWXMKrQ
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TagProReplays",
    "version": "1.6.7",
    "description": "Save Replays from within TagPro Games",
    "minimum_chrome_version": "49",
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "http:\/\/support.koalabeast.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/record.css",
                "css\/menu.css",
                "css\/viewer.css"
            ],
            "matches": [
                "*:\/\/*.koalabeast.com\/*",
                "*:\/\/koalabeast.com\/*",
                "http:\/\/*.newcompte.fr\/*",
                "http:\/\/tangent.jukejuice.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "images\/icon128.png"
    },
    "sandbox": {
        "pages": [
            "html\/ajv-sandbox.html"
        ]
    },
    "web_accessible_resources": [
        "js\/recording.js",
        "images\/*.png",
        "html\/*.html",
        "css\/*.css",
        "fonts\/*"
    ]
}