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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peter Dolkens และคุณลักษณะหลักของมันคือ "This extension persists friends between test/live environments on RobertsSpaceIndustries.com"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ptYou - Star Citizen Contact Manager

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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"
    ]
}