TagProReplays

Save Replays from within TagPro Games

TagProReplaysとは何ですか?

TagProReplaysはchrahuntによって開発されたChromeの拡張機能で、その主な機能は「Save Replays from within TagPro Games」です。

拡張機能のスクリーンショット

screenshot

TagProReplays拡張機能のCRXファイルをダウンロード

TagProReplays拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 TagProReplays TagProReplays
ID ejbnakhldlocljfcglmeibhhdnmmcodh
公式URL https://chromewebstore.google.com/detail/tagproreplays/ejbnakhldlocljfcglmeibhhdnmmcodh
説明 Save Replays from within TagPro Games
ファイルサイズ 976 KB
インストール数 1,301
現在のバージョン 1.6.7
最終更新日 2022-09-02
公開日 2020-06-22
評価 4.92/5 合計 75 レビュー
開発者 chrahunt
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.reddit.com/r/TagPro/wiki/tagpro_replays_extension
ヘルプページのURL https://github.com/chrahunt/TagProReplays/issues
プライバシーポリシーページのURL https://docs.google.com/document/d/1ad8kZ9s5nL5ZHyhPMzKKoNspOg4VnOOddFNkNWXMKrQ
対応言語 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\/*"
    ]
}