Joke Extension

Click to deliver a new joke!

Cos'è Joke Extension?

Joke Extension è un'estensione di Chrome sviluppata da harshsheth1128, e la sua funzione principale è "Click to deliver a new joke!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Joke Extension

Scarica i file di estensione Joke Extension 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

                        Studying, stressed, or are you simply bored.

With the joke extension get 100 new jokes delivered to your thinking module with the simple click of a button. The jokes are updated every 24 hours so check back often. The joke extension keeps track of the joke you viewed last so you don't have to go through the process of clicking through old viewed jokes. All jokes are polled from the top 100 of the last 24 hours on www.reddit.com/r/jokes 

All rights are reserved to the creator, I do not own any of these.                    

Informazioni di Base sull'Estensione

Nome Joke Extension Joke Extension
ID jjbkhccadjacoagfdkckilefbjjmfhge
URL Ufficiale https://chrome.google.com/webstore/detail/joke-extension/jjbkhccadjacoagfdkckilefbjjmfhge
Descrizione Click to deliver a new joke!
Dimensione del File 457 KB
Conteggio Installazioni 298
Versione Corrente 1.0
Ultimo Aggiornamento 2018-04-30
Data di Pubblicazione 2018-04-30
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore harshsheth1128
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Joke Extension",
    "version": "1.0",
    "description": "Click to deliver a new joke!",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Joke",
        "default_popup": "index.html"
    },
    "manifest_version": 2
}