MOE:Viewer - Manifest Redirect

MOE:Viewer redirect and prefill for any paths with 'M3U8' - including query params. Click the extension badge to toggle modes.

MOE:Viewer - Manifest Redirect란 무엇입니까?

MOE:Viewer - Manifest Redirect은(는) https://realeyes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "MOE:Viewer redirect and prefill for any paths with 'M3U8' - including query params. Click the extension badge to toggle modes."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

MOE:Viewer - Manifest Redirect 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension will redirect any URL that contains 'M3U8' - including query params- into MOE:Viewer and prefills the original URL to be loaded and tested.  Click the extension badge to toggle OFF/ON/AUTO/QURY. AUTO will automatically load the target URL in MOE:Viewer without further user input. QURY can be used if you have query strings and want to ignore them - it currently requires the url/string has a '?' in it (this will be improved in the future).  MOE:Viewer will be loaded with either HTTP or HTTPS based on the M3U8 protocol.                    

확장 프로그램 기본 정보

이름 MOE:Viewer - Manifest Redirect MOE:Viewer - Manifest Redirect
ID ikjgdodenloepomkfbflfljakomoacha
공식 URL https://chromewebstore.google.com/detail/moeviewer-manifest-redire/ikjgdodenloepomkfbflfljakomoacha
설명 MOE:Viewer redirect and prefill for any paths with 'M3U8' - including query params. Click the extension badge to toggle modes.
파일 크기 150 KB
설치 횟수 48
현재 버전 0.0.6
최근 업데이트 2022-01-06
출시 날짜 2022-01-06
평점 5.00/5 총 1 개의 평점
개발자 https://realeyes.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://mv.realeyes.cloud
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MOE:Viewer - Manifest Redirect",
    "version": "0.0.6",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "mv-m3u8-rules",
                "enabled": true,
                "path": "rules.json"
            },
            {
                "id": "mv-m3u8-auto-rules",
                "enabled": false,
                "path": "auto-rules.json"
            },
            {
                "id": "mv-m3u8-ext-rules",
                "enabled": false,
                "path": "ext-rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_icon": {
            "16": "images\/moe-16.png",
            "24": "images\/moe-24.png",
            "32": "images\/moe-32.png"
        }
    },
    "background": {
        "service_worker": "bg.js"
    },
    "icons": {
        "16": "images\/moe-16.png",
        "24": "images\/moe-24.png",
        "32": "images\/moe-32.png",
        "48": "images\/moe-48.png",
        "128": "images\/moe-128.png"
    },
    "description": "MOE:Viewer redirect and prefill for any paths with 'M3U8' - including query params. Click the extension badge to toggle modes."
}