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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
        }
    ]
}