JoJo News

Enables notifications for jojo-news.com

Cos'è JoJo News?

JoJo News è un'estensione di Chrome sviluppata da morganstedmanms, e la sua funzione principale è "Enables notifications for jojo-news.com".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione JoJo News

Scarica i file di estensione JoJo News in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome JoJo News JoJo News
ID enpceiicjahommelbnmkkbgmomljedmi
URL Ufficiale https://chromewebstore.google.com/detail/jojo-news/enpceiicjahommelbnmkkbgmomljedmi
Descrizione Enables notifications for jojo-news.com
Dimensione del File 107 KB
Conteggio Installazioni 533
Versione Corrente 1.1.0
Ultimo Aggiornamento 2022-04-04
Data di Pubblicazione 2022-03-29
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore morganstedmanms
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://jojo-news.com/
URL della Pagina di Aiuto https://www.patreon.com/JoJoWiki
Lingue Supportate 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"
    ]
}