MR Extension

MR的浏览器插件

What is MR Extension?

MR Extension is a Chrome extension developed by zkl2333, and its main feature is "MR的浏览器插件".

Extension Screenshots

screenshot

Download MR Extension Extension CRX File

Download MR Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        用户在使用 Movie Bot 这款自动化工具时往往需要手动抓包获取 cookies,我开发了这款插件简化了这个流程。                    

Extension Basic Information

Name MR Extension MR Extension
ID hbhgmfddnlojkalgcjapalcalnijhhik
Official URL https://chromewebstore.google.com/detail/mr-extension/hbhgmfddnlojkalgcjapalcalnijhhik
Description MR的浏览器插件
File Size 183 KB
Installation Count 554
Current Version 1.1.0
Last Updated 2023-02-23
Publish Date 2023-02-19
Rating 5.00/5 Total 3 Ratings
Developer zkl2333
Email [email protected]
Payment Type free
Extension Website https://github.com/zkl2333/MR-Extension
Help Page URL https://github.com/zkl2333/MR-Extension
Privacy Policy Page URL https://github.com/zkl2333/MR-Extension/blob/main/privacy.md
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MR Extension",
    "description": "MR\u7684\u6d4f\u89c8\u5668\u63d2\u4ef6",
    "version": "1.1.0.0",
    "manifest_version": 3,
    "action": {
        "default_title": "\u70b9\u51fb\u6253\u5f00",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "cookies",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version_name": "1.1.0"
}