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 |
Eメール | [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" ] } |