vtkkMutiSub
a chrome extension allow you to add secondary subtitle on KKTV.
Cos'è vtkkMutiSub?
vtkkMutiSub è un'estensione di Chrome sviluppata da king4sam990816, e la sua funzione principale è "a chrome extension allow you to add secondary subtitle on KKTV.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione vtkkMutiSub
Scarica i file di estensione vtkkMutiSub 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
a chrome extension allow you to add secondary subtitle on KKTV. KKTV 雙字幕擴充功能 特色 - 整合 kktv 原生選單 - 使用 kktv 所提供之字幕(但我只有看到有日語的) 使用方法 安裝擴充功能後播放影片,靜待幾秒後等字幕下載完畢後就可以點選字幕選單 source code https://github.com/king4sam/vtkkMutiSub
Informazioni di Base sull'Estensione
Nome | vtkkMutiSub |
ID | flnfnhglpndakhaiipkidmokjhnegjig |
URL Ufficiale | https://chromewebstore.google.com/detail/vtkkmutisub/flnfnhglpndakhaiipkidmokjhnegjig |
Descrizione | a chrome extension allow you to add secondary subtitle on KKTV. |
Dimensione del File | 45.9 KB |
Conteggio Installazioni | 607 |
Versione Corrente | 1.2.1 |
Ultimo Aggiornamento | 2019-04-17 |
Data di Pubblicazione | 2019-04-17 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | king4sam990816 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "vtkkMutiSub", "description": "a chrome extension allow you to add secondary subtitle on KKTV.", "version": "1.2.1", "default_locale": "zh_TW", "minimum_chrome_version": "49", "icons": { "16": "icons\/kk16.png", "32": "icons\/kk32.png", "48": "icons\/kk48.png", "128": "icons\/kk128.png" }, "page_action": { "default_popup": "popups\/default.html", "default_icon": { "16": "icons\/kk16.png", "32": "icons\/kk32.png", "48": "icons\/kk48.png", "128": "icons\/kk128.png" } }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "scripts": [ "build\/background.js" ], "persistent": false }, "permissions": [ "https:\/\/www.kktv.me\/*", "declarativeContent", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/www.kktv.me\/*" ], "js": [ "build\/inject.js" ], "run_at": "document_start" }, { "matches": [ "https:\/\/www.kktv.me\/*" ], "js": [ "build\/contentscript.js" ], "run_at": "document_end" } ] } |