Meme Review

Make memes die

What is Meme Review?

Meme Review is a Chrome extension developed by nafets.wirth, and its main feature is "Make memes die".

Extension Screenshots

screenshot
screenshot
screenshot

Download Meme Review Extension CRX File

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

                        👏 Meme 👏 Review kills all de memez

Not affiliated with the Soyboy Pewds.                    

Extension Basic Information

Name Meme Review Meme Review
ID nljfehccpnejjhmgneoldcpehfcopoej
Official URL https://chromewebstore.google.com/detail/meme-review/nljfehccpnejjhmgneoldcpehfcopoej
Description Make memes die
File Size 32.69 KB
Installation Count 18
Current Version 1.0.3
Last Updated 2018-09-07
Publish Date 2018-09-07
Developer nafets.wirth
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Meme Review",
    "description": "Make memes die",
    "version": "1.0.3",
    "author": "Ye Boy",
    "browser_action": {
        "default_icon": "meme-review.png",
        "default_title": "\ud83d\udc4f Meme \ud83d\udc4f  Review"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.reddit.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}