Joke Extension

Click to deliver a new joke!

Qu'est-ce que Joke Extension ?

Joke Extension est une extension Chrome développée par harshsheth1128, et sa fonction principale est "Click to deliver a new joke!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Joke Extension

Téléchargez les fichiers d'extension Joke Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Joke Extension Joke Extension
ID jjbkhccadjacoagfdkckilefbjjmfhge
URL Officiel https://chrome.google.com/webstore/detail/joke-extension/jjbkhccadjacoagfdkckilefbjjmfhge
Description Click to deliver a new joke!
Taille du Fichier 457 KB
Nombre d'Installations 298
Version Actuelle 1.0
Dernière Mise à Jour 2018-04-30
Date de Publication 2018-04-30
Évaluation 4.00/5 Total 3 Évaluations
Développeur harshsheth1128
Type de Paiement free
Langues Prises en Charge 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
}