PreMiD

Your Rich Presence for web services!

PreMiD란 무엇입니까?

PreMiD은(는) https://premid.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your Rich Presence for web services!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

PreMiD 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}