Random Meme

View a random meme with the click of a button.

What is Random Meme?

Random Meme is a Chrome extension developed by Zack Holmberg, and its main feature is "View a random meme with the click of a button.".

Extension Screenshots

screenshot
screenshot

Download Random Meme Extension CRX File

Download Random Meme 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

                        This chrome extensions pulls top memes from your favourite subreddits and displays them one at a time for your entertainment.                    

Extension Basic Information

Name Random Meme Random Meme
ID ldgjdpabmocbcpgoalhdahdgedhodgko
Official URL https://chrome.google.com/webstore/detail/random-meme/ldgjdpabmocbcpgoalhdahdgedhodgko
Description View a random meme with the click of a button.
File Size 1.82 MB
Installation Count 15
Current Version 1.1.0
Last Updated 2020-03-11
Publish Date 2020-03-11
Rating 5.00/5 Total 1 Ratings
Developer Zack Holmberg
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Random Meme",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "View a random meme with the click of a button.",
    "permissions": [
        "storage",
        "https:\/\/www.reddit.com\/"
    ],
    "browser_action": {
        "default_icon": "images\/logo2.png",
        "default_popup": "index.html",
        "default_title": "Random Meme"
    },
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}