K-Pop News

Stay up to date with the latest news about K-Pop!

K-Pop News란 무엇입니까?

K-Pop News은(는) https://zamok.cloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay up to date with the latest news about K-Pop!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

K-Pop News 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Welcome to the KPop Briefs browser extension! You've just unlocked the ultimate K-Pop fan experience, designed to keep you informed and engaged with the latest news and updates from your favorite bands and artists.

Our browser extension curates content from the most trusted and relevant websites, offering you a comprehensive collection of news, updates, and music releases in one easy-to-navigate location. Stay in the loop with the latest happenings, band news, and other exciting developments in the K-Pop industry that continue to captivate and inspire fans worldwide.

To begin your exploration of the vibrant world of K-Pop, simply click on the K-Pop Briefs browser extension icon located in your browser's toolbar. Access real-time information on the latest K-Pop happenings, and immerse yourself in a world of instant, up-to-date information that keeps you in the heart of the action.                    

확장 프로그램 기본 정보

이름 K-Pop News K-Pop News
ID jgaooajcljnalkncmneonhdabihbogdo
공식 URL https://chromewebstore.google.com/detail/k-pop-news/jgaooajcljnalkncmneonhdabihbogdo
설명 Stay up to date with the latest news about K-Pop!
파일 크기 93.16 KB
설치 횟수 66
현재 버전 2.0.1
최근 업데이트 2024-02-23
출시 날짜 2023-06-13
평점 5.00/5 총 1 개의 평점
개발자 https://zamok.cloud
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://news.zamok.cloud/sources/kpop
도움말 페이지 URL https://news.zamok.cloud/contact
개인정보 보호 정책 페이지 URL https://news.zamok.cloud/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/news.zamok.cloud\/api\/kpop"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "48": "img\/icon_48.png",
            "128": "img\/icon_128.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/home.html"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "manifest_version": 3
}