Naver News Ex
Show the press on the Naver News link
Wat is Naver News Ex?
Naver News Ex is een Chrome-extensie ontwikkeld door tobwithu, en de belangrijkste functie is "Show the press on the Naver News link".
Extensie Screenshots
Download het CRX-bestand van de extensie Naver News Ex
Download Naver News Ex-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
네이버 뉴스 링크에 언론사를 표시 Basisinformatie over de Extensie
| Naam | |
| ID | anfbkggepilagpcoicojhcgbogbppmbh |
| Officiële URL | https://chromewebstore.google.com/detail/naver-news-ex/anfbkggepilagpcoicojhcgbogbppmbh |
| Beschrijving | Show the press on the Naver News link |
| Bestandsgrootte | 12.66 KB |
| Aantal Installaties | 19 |
| Huidige Versie | 0.4 |
| Laatst Bijgewerkt | 2019-04-10 |
| Publicatiedatum | 2019-04-10 |
| Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | tobwithu |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | http://xnotifier.tobwithu.com/privacy.php |
| Ondersteunde Talen | 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\/*"
]
}
]
} | |