Joke Extension

Click to deliver a new joke!

O que é Joke Extension?

Joke Extension é uma extensão do Chrome desenvolvida por harshsheth1128, e sua principal característica é "Click to deliver a new joke!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Joke Extension

Baixe arquivos de extensão Joke Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Joke Extension Joke Extension
ID jjbkhccadjacoagfdkckilefbjjmfhge
URL Oficial https://chrome.google.com/webstore/detail/joke-extension/jjbkhccadjacoagfdkckilefbjjmfhge
Descrição Click to deliver a new joke!
Tamanho do Arquivo 457 KB
Contagem de Instalações 298
Versão Atual 1.0
Última Atualização 2018-04-30
Data de Publicação 2018-04-30
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor harshsheth1128
Tipo de Pagamento free
Idiomas Suportados 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
}