GreenScreen

Converts all scary meat references to friendly happy vegetables.

What is GreenScreen?

GreenScreen is a Chrome extension developed by renwick.elise, and its main feature is "Converts all scary meat references to friendly happy vegetables.".

Extension Screenshots

screenshot

Download GreenScreen Extension CRX File

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

                        Ever feel like the internet isn't a very vegan-friendly place? Let's change that.

GreenScreen is a Google Chrome extension that filters out any words and images that are not vegan-friendly and replaces them with plant-based alternatives. This will ensure ease of mind when browsing, and even come up with vegan-friendly recipe substitutions for when you find a recipe that wasn't developed with moral concern in mind.                    

Extension Basic Information

Name GreenScreen GreenScreen
ID ckgigmhiodaanddigljglmllggjekoda
Official URL https://chromewebstore.google.com/detail/greenscreen/ckgigmhiodaanddigljglmllggjekoda
Description Converts all scary meat references to friendly happy vegetables.
File Size 17.68 KB
Installation Count 140
Current Version 1.0
Last Updated 2020-02-25
Publish Date 2020-02-25
Rating 3.67/5 Total 3 Ratings
Developer renwick.elise
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GreenScreen",
    "version": "1.0",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "lettuce32.png"
    },
    "description": "Converts all scary meat references to friendly happy vegetables.",
    "icons": {
        "16": "lettuce16.png",
        "32": "lettuce32.png",
        "128": "lettuce128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/"
    ]
}