Markiplier

Adds Markiplier's face to every videos on any webpage.

什么是Markiplier?

Markiplier是由Angus Paillaugue开发的Chrome扩展程序,该扩展的主要功能是“Adds Markiplier's face to every videos on any webpage.”。

扩展截图

screenshot

下载Markiplier扩展crx文件

下载Markiplier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Adds Markiplier's face to every videos on any webpage.                    

扩展基本信息

名称 Markiplier Markiplier
ID kdpleclhgcpjpgjdojffaemhmmblkkhp
官方URL https://chromewebstore.google.com/detail/markiplier/kdpleclhgcpjpgjdojffaemhmmblkkhp
简介 Adds Markiplier's face to every videos on any webpage.
文件大小 254 KB
安装次数 696
当前版本 1.0
更新时间 2023-11-06
上架时间 2023-11-06
评分 4.88/5 共8次评分
开发者 Angus Paillaugue
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Markiplier",
    "description": "Adds Markiplier's face to every videos on any webpage.",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16-icon.png",
            "32": "icons\/32-icon.png"
        }
    },
    "icons": {
        "16": "icons\/16-icon.png",
        "32": "icons\/32-icon.png",
        "48": "icons\/48-icon.png",
        "128": "icons\/128-icon.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/mark.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}