Naver News Ex
Show the press on the Naver News link
Vad är Naver News Ex?
Naver News Ex är en Chrome-tillägg utvecklad av tobwithu, och dess huvudfunktion är "Show the press on the Naver News link".
Tilläggsskärmbilder
Ladda ner Naver News Ex-förlängningens CRX-fil
Ladda ner Naver News Ex-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
네이버 뉴스 링크에 언론사를 표시 Grundläggande Information om Tillägg
| Namn | |
| ID | anfbkggepilagpcoicojhcgbogbppmbh |
| Officiell webbadress | https://chromewebstore.google.com/detail/naver-news-ex/anfbkggepilagpcoicojhcgbogbppmbh |
| Beskrivning | Show the press on the Naver News link |
| Filstorlek | 12.66 KB |
| Antal Installationer | 19 |
| Aktuell Version | 0.4 |
| Senast Uppdaterad | 2019-04-10 |
| Publiceringsdatum | 2019-04-10 |
| Betyg | 1.00/5 Totalt 1 Betyg |
| Utvecklare | tobwithu |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | http://xnotifier.tobwithu.com/privacy.php |
| Stödda Språk | 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\/*"
]
}
]
} | |