PreMiD

Your Rich Presence for web services!

Hvad er PreMiD?

PreMiD er en Chrome-udvidelse udviklet af https://premid.app, og dens hovedfunktion er "Your Rich Presence for web services!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download PreMiD-udvidelses-CRX-fil

Download PreMiD-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn PreMiD PreMiD
ID agjnjboanicjcpenljmaaigopkgdnihi
Officiel URL https://chromewebstore.google.com/detail/premid/agjnjboanicjcpenljmaaigopkgdnihi
Beskrivelse Your Rich Presence for web services!
Filstørrelse 3.97 MB
Antal Installationer 375,392
Nuværende Version 2.5.2
Senest Opdateret 2023-12-27
Udgivelsesdato 2020-08-20
Bedømmelse 3.69/5 Samlet 338 Bedømmelser
Udvikler https://premid.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://premid.app
Hjælpeside-URL https://discord.premid.app
URL til Fortrolighedspolitik Side https://premid.app/privacy
Understøttede Sprog 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"
    ]
}