GreenScreen

Converts all scary meat references to friendly happy vegetables.

GreenScreenとは何ですか?

GreenScreenはrenwick.eliseによって開発されたChromeの拡張機能で、その主な機能は「Converts all scary meat references to friendly happy vegetables.」です。

拡張機能のスクリーンショット

screenshot

GreenScreen拡張機能のCRXファイルをダウンロード

GreenScreen拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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:\/\/*\/"
    ]
}