PreMiD

Your Rich Presence for web services!

什麼是PreMiD?

PreMiD是由https://premid.app開發的Chrome擴展程式,該擴展的主要功能是“Your Rich Presence for web services!”。

擴展截圖

screenshot
screenshot
screenshot

下載PreMiD擴展crx文件

下載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
官方網址 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"
    ]
}