GreenScreen

Converts all scary meat references to friendly happy vegetables.

Cos'è GreenScreen?

GreenScreen è un'estensione di Chrome sviluppata da renwick.elise, e la sua funzione principale è "Converts all scary meat references to friendly happy vegetables.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione GreenScreen

Scarica i file di estensione GreenScreen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome GreenScreen GreenScreen
ID ckgigmhiodaanddigljglmllggjekoda
URL Ufficiale https://chromewebstore.google.com/detail/greenscreen/ckgigmhiodaanddigljglmllggjekoda
Descrizione Converts all scary meat references to friendly happy vegetables.
Dimensione del File 17.68 KB
Conteggio Installazioni 140
Versione Corrente 1.0
Ultimo Aggiornamento 2020-02-25
Data di Pubblicazione 2020-02-25
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore renwick.elise
Tipo di Pagamento free
Lingue Supportate 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:\/\/*\/"
    ]
}