The Good Net extension

Let the internet be a Good Place ;)

什麼是The Good Net extension?

The Good Net extension是由retrovanilla.sw開發的Chrome擴展程式,該擴展的主要功能是“Let the internet be a Good Place ;)”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載The Good Net extension擴展crx文件

下載The Good Net extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Welcome to The Good Net. Sponsored by: otters holding hands while they sleep. 

No, your life on Earth hasn't ended and you're not in the next phase of your existence in the universe BUT with this extension you can browse the internet like you'd do in The Good Place. Which means, curse words are prohibited.

So, in The Good Net all bad words are replaced by... other words. No, it's not bullshirt, and may look a bit forked up at first but it's good to read those sons of benches' comments in a nicer tone, like in The Good Place ;)

Even if your points don't add up to get you an spot in The Good Place, with this extension you can at least get a taste ;)

Install, have a laugh and enjoy.

Disclaimer: This extension does not store or uses any user data. It only reads the website's content text and replaces the bad words with new one. No user information is used or stored.                    

擴展基本資訊

名稱 The Good Net extension The Good Net extension
ID gjohcaldcnigogbnbaoihgaakjoihcgd
官方網址 https://chromewebstore.google.com/detail/the-good-net-extension/gjohcaldcnigogbnbaoihgaakjoihcgd
簡介 Let the internet be a Good Place ;)
檔案大小 18.13 KB
安裝次數 259
目前版本 1.0.1
更新時間 2018-08-01
上架時間 2018-08-01
評分 5.00/5 共 7 次評分
開發者 retrovanilla.sw
電子郵箱 [email protected]
付費類型 free
擴展官網 https://retrovanilla.tumblr.com
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Good Net extension",
    "short_name": "The Good Net",
    "version": "1.0.1",
    "description": "Let the internet be a Good Place ;)",
    "manifest_version": 2,
    "icons": {
        "16": "TheGoodInternet_16.png",
        "24": "TheGoodInternet_24.png",
        "32": "TheGoodInternet_32.png",
        "48": "TheGoodInternet_48.png",
        "64": "TheGoodInternet_64.png",
        "128": "TheGoodInternet_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "good_place.js"
            ],
            "run_at": "document_end"
        }
    ]
}