ptYou - Star Citizen Contact Manager
This extension persists friends between test/live environments on RobertsSpaceIndustries.com
What is ptYou - Star Citizen Contact Manager?
ptYou - Star Citizen Contact Manager is a Chrome extension developed by Peter Dolkens, and its main feature is "This extension persists friends between test/live environments on RobertsSpaceIndustries.com".
Extension Screenshots
Download ptYou - Star Citizen Contact Manager Extension CRX File
Download ptYou - Star Citizen Contact Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ptYou - Star Citizen Contact Manager |
ID | bmdlalnebjigindhobniianfmhakfelf |
Official URL | https://chromewebstore.google.com/detail/ptyou-star-citizen-contac/bmdlalnebjigindhobniianfmhakfelf |
Description | This extension persists friends between test/live environments on RobertsSpaceIndustries.com |
File Size | 28.42 KB |
Installation Count | 294 |
Current Version | 3.3.35 |
Last Updated | 2018-10-16 |
Publish Date | 2018-10-15 |
Rating | 4.38/5 Total 8 Ratings |
Developer | Peter Dolkens |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |