Markiplier

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

What is Markiplier?

Markiplier is a Chrome extension developed by Angus Paillaugue, and its main feature is "Adds Markiplier's face to every videos on any webpage.".

Extension Screenshots

screenshot

Download Markiplier Extension CRX File

Download Markiplier 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

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

Extension Basic Information

Name Markiplier Markiplier
ID kdpleclhgcpjpgjdojffaemhmmblkkhp
Official URL https://chromewebstore.google.com/detail/markiplier/kdpleclhgcpjpgjdojffaemhmmblkkhp
Description Adds Markiplier's face to every videos on any webpage.
File Size 254 KB
Installation Count 696
Current Version 1.0
Last Updated 2023-11-06
Publish Date 2023-11-06
Rating 4.88/5 Total 8 Ratings
Developer Angus Paillaugue
Email [email protected]
Payment Type free
Supported Languages 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": [
                ""
            ]
        }
    ]
}