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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://realeyes.com และคุณลักษณะหลักของมันคือ "MOE:Viewer redirect and prefill for any paths with 'M3U8' - including query params. Click the extension badge to toggle modes."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MOE:Viewer - Manifest Redirect

ดาวน์โหลดไฟล์ส่วนขยาย MOE:Viewer - Manifest Redirect ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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