JoJo News

Enables notifications for jojo-news.com

JoJo Newsとは何ですか?

JoJo Newsはmorganstedmanmsによって開発されたChromeの拡張機能で、その主な機能は「Enables notifications for jojo-news.com」です。

拡張機能のスクリーンショット

screenshot

JoJo News拡張機能のCRXファイルをダウンロード

JoJo News拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Notifies you immediately when jojo-news.com publishes a new article.

JoJo-News was created as an addition to the wiki portion of JoJo’s Bizarre Encyclopedia. This website serves as an easily accessible archive of all the news related to Hirohiko Araki and JoJo's Bizarre Adventure.                    

拡張機能の基本情報

名前 JoJo News JoJo News
ID enpceiicjahommelbnmkkbgmomljedmi
公式URL https://chromewebstore.google.com/detail/jojo-news/enpceiicjahommelbnmkkbgmomljedmi
説明 Enables notifications for jojo-news.com
ファイルサイズ 107 KB
インストール数 533
現在のバージョン 1.1.0
最終更新日 2022-04-04
公開日 2022-03-29
評価 5.00/5 合計 1 レビュー
開発者 morganstedmanms
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://jojo-news.com/
ヘルプページのURL https://www.patreon.com/JoJoWiki
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JoJo News",
    "author": "Wavpro, Modified by morganstedmanms for jojo-news.com",
    "version": "1.1.0",
    "description": "Enables notifications for jojo-news.com",
    "manifest_version": 3,
    "background": {
        "service_worker": "service_worker.js"
    },
    "icons": {
        "140": "assets\/JJBELogo.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "alarms"
    ]
}