ptYou - Star Citizen Contact Manager
This extension persists friends between test/live environments on RobertsSpaceIndustries.com
ptYou - Star Citizen Contact Manager là gì?
ptYou - Star Citizen Contact Manager là một tiện ích mở rộng Chrome được phát triển bởi Peter Dolkens, và tính năng chính của nó là "This extension persists friends between test/live environments on RobertsSpaceIndustries.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ptYou - Star Citizen Contact Manager
Tải xuống các tệp mở rộng ptYou - Star Citizen Contact Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ptYou - Star Citizen Contact Manager |
ID | bmdlalnebjigindhobniianfmhakfelf |
URL Chính Thức | https://chromewebstore.google.com/detail/ptyou-star-citizen-contac/bmdlalnebjigindhobniianfmhakfelf |
Mô tả | This extension persists friends between test/live environments on RobertsSpaceIndustries.com |
Kích Thước Tệp | 28.42 KB |
Số Lần Cài Đặt | 294 |
Phiên Bản Hiện Tại | 3.3.35 |
Cập Nhật Lần Cuối | 2018-10-16 |
Ngày Phát Hành | 2018-10-15 |
Đánh Giá | 4.38/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Peter Dolkens |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |