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.”。
擴展截圖
下載MOE:Viewer - Manifest Redirect擴展crx文件
下載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. 擴展基本資訊
| 名稱 | |
| ID | ikjgdodenloepomkfbflfljakomoacha |
| 官方網址 | 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."
} | |