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!」です。
拡張機能のスクリーンショット
K-Pop News拡張機能のCRXファイルをダウンロード
K-Pop News拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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 } |