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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "MOE:Viewer redirect and prefill for any paths with 'M3U8' - including query params. Click the extension badge to toggle modes."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में MOE:Viewer - Manifest Redirect एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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." } |