JoJo News

Enables notifications for jojo-news.com

Apa itu JoJo News?

JoJo News adalah ekstensi Chrome yang dikembangkan oleh morganstedmanms, dan fitur utamanya adalah "Enables notifications for jojo-news.com".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi JoJo News

Unduh file ekstensi JoJo News dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama JoJo News JoJo News
ID enpceiicjahommelbnmkkbgmomljedmi
URL Resmi https://chromewebstore.google.com/detail/jojo-news/enpceiicjahommelbnmkkbgmomljedmi
Deskripsi Enables notifications for jojo-news.com
Ukuran File 107 KB
Jumlah Instalasi 533
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2022-04-04
Tanggal Publikasi 2022-03-29
Penilaian 5.00/5 Total 1 Penilaian
Pengembang morganstedmanms
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://jojo-news.com/
URL Halaman Bantuan https://www.patreon.com/JoJoWiki
Bahasa yang Didukung 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"
    ]
}