Joke Extension

A Chrome extension that tells jokes.

What is Joke Extension?

Joke Extension is a Chrome extension developed by Sandeep Mondal, and its main feature is "A Chrome extension that tells jokes.".

Extension Screenshots

screenshot

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

                        The "Joke Extension" is a fun Chrome extension that delivers a dose of humor with just a click. Get ready to laugh as it presents a collection of random jokes right in your browser, bringing a smile to your face whenever you need it.                    

Extension Basic Information

Name Joke Extension Joke Extension
ID bmgohkkommkpjgegjochhjcabbmkembj
Official URL https://chromewebstore.google.com/detail/joke-extension/bmgohkkommkpjgegjochhjcabbmkembj
Description A Chrome extension that tells jokes.
File Size 26.65 KB
Installation Count 44
Current Version 1.0
Last Updated 2023-06-23
Publish Date 2023-06-23
Rating 5.00/5 Total 2 Ratings
Developer Sandeep Mondal
Email [email protected]
Payment Type free
Privacy Policy Page URL https://smondal1008.my.canva.site/jokes-extension-privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Joke Extension",
    "version": "1.0",
    "description": "A Chrome extension that tells jokes.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}