Joke Extension

Click to deliver a new joke!

Vad är Joke Extension?

Joke Extension är en Chrome-tillägg utvecklad av harshsheth1128, och dess huvudfunktion är "Click to deliver a new joke!".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Joke Extension-förlängningens CRX-fil

Ladda ner Joke Extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Joke Extension Joke Extension
ID jjbkhccadjacoagfdkckilefbjjmfhge
Officiell webbadress https://chrome.google.com/webstore/detail/joke-extension/jjbkhccadjacoagfdkckilefbjjmfhge
Beskrivning Click to deliver a new joke!
Filstorlek 457 KB
Antal Installationer 298
Aktuell Version 1.0
Senast Uppdaterad 2018-04-30
Publiceringsdatum 2018-04-30
Betyg 4.00/5 Totalt 3 Betyg
Utvecklare harshsheth1128
Betalningssätt free
Stödda Språk 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
}