MemeBoard

Some lit clean memes in your browser!

What is MemeBoard?

MemeBoard is a Chrome extension developed by zettatekdev, and its main feature is "Some lit clean memes in your browser!".

Extension Screenshots

screenshot
screenshot

Download MemeBoard Extension CRX File

Download MemeBoard 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

                        By installing MemeBoard, you will have access to over 100 awesome clean memes! Not only that, but MemeBoard comes with built in tools to spice it up, like speed, looping, and queueing capabilities. Updated every 1-2 weeks with great memes, MemeBoard is the meme sound board for you!                    

Extension Basic Information

Name MemeBoard MemeBoard
ID bkoofmcaaamdkhppajhfachlbplajeic
Official URL https://chromewebstore.google.com/detail/memeboard/bkoofmcaaamdkhppajhfachlbplajeic
Description Some lit clean memes in your browser!
File Size 34.53 MB
Installation Count 33,272
Current Version 1.7.1
Last Updated 2024-02-17
Publish Date 2020-06-11
Rating 4.70/5 Total 10 Ratings
Developer zettatekdev
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MemeBoard",
    "version": "1.7.1",
    "description": "Some lit clean memes in your browser!",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/mem16.png",
            "32": "images\/mem32.png",
            "48": "images\/mem48.png",
            "128": "images\/mem128.png"
        }
    },
    "icons": {
        "16": "images\/mem16.png",
        "32": "images\/mem32.png",
        "48": "images\/mem48.png",
        "128": "images\/mem128.png"
    },
    "offline_enabled": true,
    "manifest_version": 3
}