Markipliers Channel

A quick way to get to view Markiplier's channel

What is Markipliers Channel?

Markipliers Channel is a Chrome extension developed by Unknown, and its main feature is "A quick way to get to view Markiplier's channel".

Extension Screenshots

screenshot

Download Markipliers Channel Extension CRX File

Download Markipliers Channel 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

                        This Google Chrome extension is a simple one-click access to a popular YouTube user "Markiplier". This extension shows his most recent 15 videos, an option to search his channel for videos, and a button to take you to his channe                    

Extension Basic Information

Name Markipliers Channel Markipliers Channel
ID dejflnaanhhmnlfnbcfjdaffhhfaebnb
Official URL https://chromewebstore.google.com/detail/markipliers-channel/dejflnaanhhmnlfnbcfjdaffhhfaebnb
Description A quick way to get to view Markiplier's channel
File Size 9.12 KB
Installation Count 175
Current Version 0.1
Last Updated 2014-10-04
Publish Date 2014-10-03
Rating 4.63/5 Total 19 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Markipliers Channel",
    "version": "0.1",
    "manifest_version": 2,
    "description": "A quick way to get to view Markiplier's channel",
    "browser_action": {
        "default_icon": "markiplier.png",
        "default_title": "View markipliers channel.",
        "default_popup": "extension.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "icons": {
        "128": "markiplier.png"
    }
}