GreenScreen

Converts all scary meat references to friendly happy vegetables.

GreenScreen क्या है?

GreenScreen renwick.elise द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Converts all scary meat references to friendly happy vegetables."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GreenScreen एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम GreenScreen GreenScreen
ID ckgigmhiodaanddigljglmllggjekoda
आधिकारिक URL https://chromewebstore.google.com/detail/greenscreen/ckgigmhiodaanddigljglmllggjekoda
विवरण Converts all scary meat references to friendly happy vegetables.
फ़ाइल का आकार 17.68 KB
स्थापना संख्या 140
वर्तमान संस्करण 1.0
अंतिम अपडेट 2020-02-25
प्रकाशन तिथि 2020-02-25
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर renwick.elise
भुगतान के प्रकार free
समर्थित भाषाएँ 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:\/\/*\/"
    ]
}