Joke Extension
Click to deliver a new joke!
Wat is Joke Extension?
Joke Extension is een Chrome-extensie ontwikkeld door harshsheth1128, en de belangrijkste functie is "Click to deliver a new joke!".
Extensie Screenshots
Download het CRX-bestand van de extensie Joke Extension
Download Joke Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | jjbkhccadjacoagfdkckilefbjjmfhge |
Officiële URL | https://chrome.google.com/webstore/detail/joke-extension/jjbkhccadjacoagfdkckilefbjjmfhge |
Beschrijving | Click to deliver a new joke! |
Bestandsgrootte | 457 KB |
Aantal Installaties | 298 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-04-30 |
Publicatiedatum | 2018-04-30 |
Beoordeling | 4.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | harshsheth1128 |
Betalingswijze | free |
Ondersteunde Talen | 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 } |