JokeBox
Random Joke Generator
Was ist JokeBox?
JokeBox ist eine Chrome-Erweiterung, die von Priyanshu Modi entwickelt wurde, und ihr Hauptmerkmal ist "Random Joke Generator".
Erweiterungsscreenshots
JokeBox-Erweiterungs-CRX-Datei herunterladen
Laden Sie JokeBox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
JokeBox is a Free One-Click Joke Generator that shows you a fresh joke anytime you wish to read one. It also allows you to post the joke to twitter with a single tap. There is also a dark mode to please your eyes when the lighting is dim.
Whether you are steering your way through the never-ending list of LinkedIn posts where everyone is busy sharing their achievements, or working hard to finish a paper whose deadline is approaching, the internet can be stressful sometimes-we know that. That's why we have created JokeBox, to make your stress turn into a laugh with just a click
With 200,000+ funny jokes and a clean UI, JokeBox is the gift you want to give yourself. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | aaknmcfmalngompbpgmdgemkeonohiec |
| Offizielle URL | https://chromewebstore.google.com/detail/jokebox/aaknmcfmalngompbpgmdgemkeonohiec |
| Beschreibung | Random Joke Generator |
| Dateigröße | 26.62 MB |
| Installationsanzahl | 67 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2021-06-15 |
| Veröffentlichungsdatum | 2021-06-15 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Priyanshu Modi |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "JokeBox",
"description": "Random Joke Generator",
"version": "1.0",
"icons": {
"128": "JokeBox128.png",
"48": "JokeBox48.png",
"16": "JokeBox16.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"128": "JokeBox128.png",
"48": "JokeBox48.png",
"16": "JokeBox16.png"
}
}
} | |