NA在线影院HTML5播放器

NA在线影院HTML5播放器 - CA工作室出品

What is NA在线影院HTML5播放器?

NA在线影院HTML5播放器 is a Chrome extension developed by viko16, and its main feature is "NA在线影院HTML5播放器 - CA工作室出品".

Extension Screenshots

screenshot

Download NA在线影院HTML5播放器 Extension CRX File

Download NA在线影院HTML5播放器 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

                        NavodHTML5
===============

Chrome插件:NA新在线影院 HTML5 播放器  
为推广和普及华软 HTML5 而努力


更新日志
==============
20150607 增加清除播放历史记录
20150512 已对网站改版进行适配
【更多请到 https://github.com/viko16/NavodHTML5 查看】


作用
==============
1. 用「HTML5 

Extension Basic Information

Name NA在线影院HTML5播放器 NA在线影院HTML5播放器
ID eeonnpmppginengdnonfcmkmdfhaliam
Official URL https://chromewebstore.google.com/detail/na%E5%9C%A8%E7%BA%BF%E5%BD%B1%E9%99%A2html5%E6%92%AD%E6%94%BE%E5%99%A8/eeonnpmppginengdnonfcmkmdfhaliam
Description NA在线影院HTML5播放器 - CA工作室出品
File Size 43.16 KB
Installation Count 517
Current Version 1.9.2
Last Updated 2015-06-07
Publish Date 2015-06-06
Rating 4.56/5 Total 9 Ratings
Developer viko16
Payment Type free
Extension Website https://github.com/viko16/NavodHTML5
Help Page URL https://github.com/viko16/NavodHTML5/issues
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NA\u5728\u7ebf\u5f71\u9662HTML5\u64ad\u653e\u5668",
    "version": "1.9.2",
    "description": "NA\u5728\u7ebf\u5f71\u9662HTML5\u64ad\u653e\u5668 - CA\u5de5\u4f5c\u5ba4\u51fa\u54c1",
    "author": "viko16",
    "icons": {
        "48": "icons\/icon_48.png"
    },
    "homepage_url": "https:\/\/github.com\/viko16\/NavodHTML5",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/navod.scse.com.cn\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "content_scripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/navod.scse.com.cn\/*"
    ],
    "web_accessible_resources": [
        "extra.js"
    ]
}