Joke Extension

Click to deliver a new joke!

Co to jest Joke Extension?

Joke Extension to rozszerzenie Chrome opracowane przez harshsheth1128, a jego główną funkcją jest „Click to deliver a new joke!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Joke Extension

Pobierz pliki rozszerzeń Joke Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Joke Extension Joke Extension
ID jjbkhccadjacoagfdkckilefbjjmfhge
Oficjalny URL https://chrome.google.com/webstore/detail/joke-extension/jjbkhccadjacoagfdkckilefbjjmfhge
Opis Click to deliver a new joke!
Rozmiar pliku 457 KB
Liczba instalacji 298
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2018-04-30
Data Publikacji 2018-04-30
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper harshsheth1128
Typ Płatności free
Obsługiwane Języki 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
}