TagProReplays
Save Replays from within TagPro Games
什麼是TagProReplays?
TagProReplays是由chrahunt開發的Chrome擴展程式,該擴展的主要功能是“Save Replays from within TagPro Games”。
擴展截圖
下載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 |
ID | ejbnakhldlocljfcglmeibhhdnmmcodh |
官方網址 | 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 |
電子郵箱 | [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\/*" ] } |