Star Citizen PTU Follow
This extension allows you to easily synchronize your contact list from LIVE to PTU account.
什麼是Star Citizen PTU Follow?
Star Citizen PTU Follow是由Kamille92開發的Chrome擴展程式,該擴展的主要功能是“This extension allows you to easily synchronize your contact list from LIVE to PTU account.”。
擴展截圖
下載Star Citizen PTU Follow擴展crx文件
下載Star Citizen PTU Follow擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
How does it work? 1. Click on the extension icon 2. Log in to https://robertsspaceindustries.com/ 3. Log in to https://ptu.cloudimperiumgames.com/ 4. Click on "Copy contacts (LIVE -> PTU)" That's it! All your LIVE contacts, having a PTU account, have now been added to your PTU account. ----------------------------------------------------------------------- UPDATE 0.3.5 - UI updated with some instructions. - Bug fixes ----------------------------------------------------------------------- UPDATE 0.3 - Added tab for different purposes. - Added possibility to Follow your Organizations. It's pretty easy to use to and can be convenient for soem of you I hope. Watchout, the contact limit is 250. - Fix Contact list on RSI website that wasn't scrollable for a long time. @Turbulent, please fix this. It's only a css one CSS class to add. - Fix an issue with your contact href links that always forwarded you to the same link in 0.2 - Minor code changes
擴展基本資訊
名稱 | Star Citizen PTU Follow |
ID | jnhkcndkgbgjclllhmmeacgoakfjjhmb |
官方網址 | https://chromewebstore.google.com/detail/star-citizen-ptu-follow/jnhkcndkgbgjclllhmmeacgoakfjjhmb |
簡介 | This extension allows you to easily synchronize your contact list from LIVE to PTU account. |
檔案大小 | 150 KB |
安裝次數 | 239 |
目前版本 | 0.3.5 |
更新時間 | 2020-01-02 |
上架時間 | 2019-12-21 |
評分 | 4.40/5 共 5 次評分 |
開發者 | Kamille92 |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://twitter.com/Kamille_92 |
隱私政策頁面URL | https://rsi-companion.kamille.ovh/Privacy_Policy.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Star Citizen PTU Follow", "description": "This extension allows you to easily synchronize your contact list from LIVE to PTU account.", "version": "0.3.5", "author": "Kamille92", "permissions": [ "cookies", "https:\/\/ptu.cloudimperiumgames.com\/*", "https:\/\/robertsspaceindustries.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/ptu.cloudimperiumgames.com\/*", "https:\/\/robertsspaceindustries.com\/*" ], "css": [ "css\/fix.css" ] } ], "background": { "scripts": [ "js\/jquery-3.4.1.min.js", "js\/background.js" ] }, "browser_action": { "default_icon": "img\/icon_256.png", "default_title": "SC Follow - Settings", "default_popup": "html\/popup.html" }, "icons": { "64": "img\/icon_64.png", "128": "img\/icon_128.png", "256": "img\/icon_256.png" } } |