mgtv.com extension

A simple browser extension for mgtv.com service.

What is mgtv.com extension?

mgtv.com extension is a Chrome extension developed by http://www.mgtv.com, and its main feature is "A simple browser extension for mgtv.com service.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download mgtv.com extension Extension CRX File

Download mgtv.com 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

                        为用户提供综艺、电视剧、电影、动漫、体育、游戏、音乐、新闻、军事、纪录片等全方位多角度内容

隐藏技能:
地址栏输入“mg”按空格或tab键可唤起全网搜视频,输入搜索内容回车即可快速搜索(部分浏览器可能不支持此技能)

全网搜可快速检索芒果TV、优酷、土豆、乐视网、爱奇艺、搜狐视频、腾讯视频等全部视频网站的视频内容                    

Extension Basic Information

Name mgtv.com extension mgtv.com extension
ID eacniefljklhkigbncidjgmkokflemag
Official URL https://chrome.google.com/webstore/detail/%E8%A7%86%E9%A2%91%E4%B8%AD%E5%BF%83/eacniefljklhkigbncidjgmkokflemag
Description A simple browser extension for mgtv.com service.
File Size 685 KB
Installation Count 1,302
Current Version 1.1.0
Last Updated 2017-01-17
Publish Date 2017-01-17
Rating 4.73/5 Total 11 Ratings
Developer http://www.mgtv.com
Email [email protected]
Payment Type free
Extension Website http://www.mgtv.com/
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "short_name": "\u8292\u679cTV \u00b7 Chrome\u63d2\u4ef6",
    "description": "__MSG_appDesc__",
    "version": "1.1.0",
    "default_locale": "zh_CN",
    "author": "genie88([email protected])",
    "omnibox": {
        "keyword": "mg"
    },
    "browser_action": {
        "default_icon": ".\/src\/assets\/images\/icon-29x29.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "src\/libs\/utils.js",
            "src\/libs\/consts.js",
            "src\/libs\/storage.js",
            "src\/libs\/sdHuiCore.js",
            "src\/libs\/tj.js",
            "src\/libs\/badgeIconAnimate.js",
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": ".\/src\/assets\/images\/icon-29x29.png",
        "32": ".\/src\/assets\/images\/icon-65x65.png",
        "48": ".\/src\/assets\/images\/icon-65x65.png",
        "128": ".\/src\/assets\/images\/icon-175x175.png"
    },
    "permissions": [
        "notifications",
        "cookies",
        "tabs",
        "alarms",
        "background",
        "contextMenus",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "48.png"
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.qq.com https:\/\/*.mgtv.com https:\/\/*.hunantv.com 'unsafe-eval'; object-src 'self';"
}