NA在线影院HTML5播放器

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

Cos'è NA在线影院HTML5播放器?

NA在线影院HTML5播放器 è un'estensione di Chrome sviluppata da viko16, e la sua funzione principale è "NA在线影院HTML5播放器 - CA工作室出品".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NA在线影院HTML5播放器

Scarica i file di estensione NA在线影院HTML5播放器 in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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


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


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

Informazioni di Base sull'Estensione

Nome NA在线影院HTML5播放器 NA在线影院HTML5播放器
ID eeonnpmppginengdnonfcmkmdfhaliam
URL Ufficiale 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
Descrizione NA在线影院HTML5播放器 - CA工作室出品
Dimensione del File 43.16 KB
Conteggio Installazioni 517
Versione Corrente 1.9.2
Ultimo Aggiornamento 2015-06-07
Data di Pubblicazione 2015-06-06
Valutazione 4.56/5 Totale 9 Valutazioni
Sviluppatore viko16
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/viko16/NavodHTML5
URL della Pagina di Aiuto https://github.com/viko16/NavodHTML5/issues
Lingue Supportate 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"
    ]
}