Naver News Ex
Show the press on the Naver News link
Cos'è Naver News Ex?
Naver News Ex è un'estensione di Chrome sviluppata da tobwithu, e la sua funzione principale è "Show the press on the Naver News link".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Naver News Ex
Scarica i file di estensione Naver News Ex 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
네이버 뉴스 링크에 언론사를 표시 Informazioni di Base sull'Estensione
| Nome | |
| ID | anfbkggepilagpcoicojhcgbogbppmbh |
| URL Ufficiale | https://chromewebstore.google.com/detail/naver-news-ex/anfbkggepilagpcoicojhcgbogbppmbh |
| Descrizione | Show the press on the Naver News link |
| Dimensione del File | 12.66 KB |
| Conteggio Installazioni | 19 |
| Versione Corrente | 0.4 |
| Ultimo Aggiornamento | 2019-04-10 |
| Data di Pubblicazione | 2019-04-10 |
| Valutazione | 1.00/5 Totale 1 Valutazioni |
| Sviluppatore | tobwithu |
| [email protected] | |
| Tipo di Pagamento | free |
| URL della Pagina della Politica sulla Privacy | http://xnotifier.tobwithu.com/privacy.php |
| Lingue Supportate | en,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Naver News Ex",
"short_name": "Naver News Ex",
"version": "0.4",
"description": "__MSG_app_description__",
"default_locale": "ko",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"content_scripts": [
{
"css": [
"style.css"
],
"js": [
"content.js"
],
"matches": [
"*:\/\/news.naver.com\/*"
]
}
]
} | |