ptYou - Star Citizen Contact Manager
This extension persists friends between test/live environments on RobertsSpaceIndustries.com
什么是ptYou - Star Citizen Contact Manager?
ptYou - Star Citizen Contact Manager是由Peter Dolkens开发的Chrome扩展程序,该扩展的主要功能是“This extension persists friends between test/live environments on RobertsSpaceIndustries.com”。
扩展截图
下载ptYou - Star Citizen Contact Manager扩展crx文件
下载ptYou - Star Citizen Contact Manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension helps you manage your PTU contacts list, by syncing your contacts between the different RSI websites. Icons by www.twitch.tv/mzhartz - thanks so much! Simply browsing between the sites is enough to share contacts, with advanced tools coming later. You will need to browse between the website, and NOT Spectrum, for this plugin to work. Your contacts are ONLY shared between accounts with the same handle, so your alts are safe with this plugin. All information remains safely locked away in your accounts. All source available at https://github.com/dolkensp/ptYou
扩展基本信息
名称 | ptYou - Star Citizen Contact Manager |
ID | bmdlalnebjigindhobniianfmhakfelf |
官方URL | https://chromewebstore.google.com/detail/ptyou-star-citizen-contac/bmdlalnebjigindhobniianfmhakfelf |
简介 | This extension persists friends between test/live environments on RobertsSpaceIndustries.com |
文件大小 | 28.42 KB |
安装次数 | 294 |
当前版本 | 3.3.35 |
更新时间 | 2018-10-16 |
上架时间 | 2018-10-15 |
评分 | 4.38/5 共8次评分 |
开发者 | Peter Dolkens |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "This extension persists friends between test\/live environments on RobertsSpaceIndustries.com", "manifest_version": 2, "name": "ptYou - Star Citizen Contact Manager", "short_name": "ptYou", "version": "3.3.35", "author": "\/u\/alluran (Peter Dolkens)", "permissions": [ "https:\/\/robertsspaceindustries.com\/*", "https:\/\/*.cloudimperiumgames.com\/*", "storage", "unlimitedStorage" ], "icons": { "128": "icons\/icon_128.png" }, "browser_action": { "default_icon": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/robertsspaceindustries.com\/*", "https:\/\/*.robertsspaceindustries.com\/*", "https:\/\/*.cloudimperiumgames.com\/*" ], "js": [ "content_scripts\/loader.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "web_resources\/shims.chrome.storage.js", "web_resources\/ptYou.js", "web_resources\/ptYou.css", "debug\/*.html" ] } |