PreMiD

Your Rich Presence for web services!

PreMiDคืออะไร?

PreMiD เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://premid.app และคุณลักษณะหลักของมันคือ "Your Rich Presence for web services!"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PreMiD

ดาวน์โหลดไฟล์ส่วนขยาย PreMiD ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Elevate Your Online Presence with PreMiD!

PreMiD transforms your browsing experience by seamlessly integrating with Discord to display your current web activities as a 'Now Playing' status. Whether you're diving into an exciting YouTube video or exploring other web services, PreMiD effortlessly conveys your online journey to your Discord profile.

What sets PreMiD apart?

Broad Compatibility: With support for over 1000 websites, the scope of PreMiD's reach is ever-expanding, fueled by a vibrant community dedicated to introducing new Presences regularly.

Easy Setup: Begin by adding this user-friendly extension, followed by installing the official PreMiD application from our website.

Community and Support: Join our thriving community for updates, support, and more. Engage with us on our Discord server, explore our GitHub organization, or find solutions on our troubleshooting page.

Contribute and Support: Your feedback fuels PreMiD’s growth. Consider leaving a review, sharing PreMiD with friends, or supporting our project through donations.

Get started with PreMiD:

Visit our website: https://premid.app
Connect on Discord: https://discord.premid.app
Troubleshooting Guide: https://docs.premid.app/troubleshooting
Explore our GitHub: https://github.com/PreMiD
Support us on Patreon: https://patreon.com/Timeraa                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PreMiD PreMiD
ID agjnjboanicjcpenljmaaigopkgdnihi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/premid/agjnjboanicjcpenljmaaigopkgdnihi
คำอธิบาย Your Rich Presence for web services!
ขนาดไฟล์ 3.97 MB
จำนวนการติดตั้ง 375,392
เวอร์ชันปัจจุบัน 2.5.2
อัปเดตครั้งล่าสุด 2023-12-27
วันที่เผยแพร่ 2020-08-20
คะแนน 3.69/5 รวมทั้งหมด 338 คะแนน
ผู้พัฒนา https://premid.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://premid.app
URL หน้าช่วยเหลือ https://discord.premid.app
URL หน้านโยบายความเป็นส่วนตัว https://premid.app/privacy
ภาษาที่รองรับ id,ms,de,en,en-US,fr,nl,no,vi,tr,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,bg,ru,uk,iw,fa,hi,bn,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Timeraa",
    "manifest_version": 2,
    "name": "PreMiD",
    "version": "2.5.2",
    "version_name": "2.5.2",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "512": "icons\/PreMiD.png"
        },
        "default_popup": "src\/entries\/popup\/index.html",
        "default_title": "PreMiD"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "95.0",
            "update_url": "https:\/\/api.premid.app\/firefox\/updates"
        }
    },
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": true,
            "js": [
                "src\/entries\/iframe.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "src\/entries\/premid.js"
            ],
            "matches": [
                "https:\/\/premid.app\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "512": "icons\/PreMiD.png"
    },
    "permissions": [
        "",
        "tabs",
        "storage",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        "assets\/PreMiD-tk6yJPjb.js",
        "assets\/index-FxGUAiCq.js",
        "assets\/src\/entries\/contentScript-f-CiAVrp.js",
        "assets\/src\/entries\/iframe-y6qR8W90.js",
        "assets\/src\/entries\/premid-Y3k1vqBC.js",
        "variableGetterDependencies.js"
    ]
}