Joke Extension
Click to deliver a new joke!
What is Joke Extension?
Joke Extension is a Chrome extension developed by harshsheth1128, and its main feature is "Click to deliver a new joke!".
Extension Screenshots
Download Joke Extension Extension CRX File
Download Joke Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | jjbkhccadjacoagfdkckilefbjjmfhge |
Official URL | https://chrome.google.com/webstore/detail/joke-extension/jjbkhccadjacoagfdkckilefbjjmfhge |
Description | Click to deliver a new joke! |
File Size | 457 KB |
Installation Count | 298 |
Current Version | 1.0 |
Last Updated | 2018-04-30 |
Publish Date | 2018-04-30 |
Rating | 4.00/5 Total 3 Ratings |
Developer | harshsheth1128 |
Payment Type | free |
Supported Languages | 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 } |