PreMiD

Your Rich Presence for web services!

Co je PreMiD?

PreMiD je rozšíření Chrome vyvinuté https://premid.app, a jeho hlavní funkcí je „Your Rich Presence for web services!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření PreMiD

Stáhněte si soubory rozšíření PreMiD ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název PreMiD PreMiD
ID agjnjboanicjcpenljmaaigopkgdnihi
Oficiální URL https://chromewebstore.google.com/detail/premid/agjnjboanicjcpenljmaaigopkgdnihi
Popis Your Rich Presence for web services!
Velikost souboru 3.97 MB
Počet instalací 375,392
Aktuální Verze 2.5.2
Poslední Aktualizace 2023-12-27
Datum Vydání 2020-08-20
Hodnocení 3.69/5 Celkem 338 Hodnocení
Vývojář https://premid.app
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://premid.app
URL Stránky Nápovědy https://discord.premid.app
URL Stránky Zásad Ochrany Soukromí https://premid.app/privacy
Podporované Jazyky 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"
    ]
}