ptYou - Star Citizen Contact Manager
This extension persists friends between test/live environments on RobertsSpaceIndustries.com
Wat is ptYou - Star Citizen Contact Manager?
ptYou - Star Citizen Contact Manager is een Chrome-extensie ontwikkeld door Peter Dolkens, en de belangrijkste functie is "This extension persists friends between test/live environments on RobertsSpaceIndustries.com".
Extensie Screenshots
Download het CRX-bestand van de extensie ptYou - Star Citizen Contact Manager
Download ptYou - Star Citizen Contact Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ptYou - Star Citizen Contact Manager |
ID | bmdlalnebjigindhobniianfmhakfelf |
Officiële URL | https://chromewebstore.google.com/detail/ptyou-star-citizen-contac/bmdlalnebjigindhobniianfmhakfelf |
Beschrijving | This extension persists friends between test/live environments on RobertsSpaceIndustries.com |
Bestandsgrootte | 28.42 KB |
Aantal Installaties | 294 |
Huidige Versie | 3.3.35 |
Laatst Bijgewerkt | 2018-10-16 |
Publicatiedatum | 2018-10-15 |
Beoordeling | 4.38/5 Totaal 8 Beoordelingen |
Ontwikkelaar | Peter Dolkens |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |