DaumPot On Mac
Redirect To Available Live Stream
Cos'è DaumPot On Mac?
DaumPot On Mac è un'estensione di Chrome sviluppata da whoknowwhat0623, e la sua funzione principale è "Redirect To Available Live Stream".
Scarica il file CRX dell'estensione DaumPot On Mac
Scarica i file di estensione DaumPot On Mac 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
다음팟 라이브 스트리밍 서비스를 Mac에서 이용하세요!
http://m.tvpot.daum.net/live의 라이브 스트리밍 방송을 DaumPotPlayer 앱 없이 사용가능 한 URL로 리다이렉트합니다.
* 이 크롬 확장 프로그램은 비공식이며, 사용 가능한 모든 콘텐츠의 정확성, 완전성, 통용성 또는 신뢰성에 대해 어떠한 보증도 하지 않습니다. 사용자는 의존하기 전에 정보를 확인할 책임 이 있으며 이 크롬 확장 프로그램에서 사용할 수 있는 내용의 사용은 사용자에게 전적으로 책임이 있습니다. Informazioni di Base sull'Estensione
| Nome | |
| ID | hfbfjbpnghfchokibooklfgehcikoeeb |
| URL Ufficiale | https://chromewebstore.google.com/detail/daumpot-on-mac/hfbfjbpnghfchokibooklfgehcikoeeb |
| Descrizione | Redirect To Available Live Stream |
| Dimensione del File | 4.45 KB |
| Conteggio Installazioni | 71 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2015-04-14 |
| Data di Pubblicazione | 2015-04-14 |
| Valutazione | 3.00/5 Totale 1 Valutazioni |
| Sviluppatore | whoknowwhat0623 |
| Tipo di Pagamento | free |
| Lingue Supportate | ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "DaumPot On Mac",
"description": "Redirect To Available Live Stream",
"version": "1.0.1",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"webRequest",
"http:\/\/m.tvpot.daum.net\/live\/Top*",
"webRequestBlocking"
],
"icons": {
"16": "favicon.ico"
}
} | |