Turn Off namuwiki

자료조사, 조별과제의 지뢰, 나무위키를 꺼드립니다.

What is Turn Off namuwiki?

Turn Off namuwiki is a Chrome extension developed by Turn off Namuwiki Team, and its main feature is "자료조사, 조별과제의 지뢰, 나무위키를 꺼드립니다.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Turn Off namuwiki Extension CRX File

Download Turn Off namuwiki extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        자료조사, 조별과제의 지뢰, 나무위키를 꺼드립니다.  

나무위키, 안 그래도 정확도 떨어지는 뇌피셜 범벅인데, 데이터가 사실로 잘 바뀌지도 않으며, 한 기업체의 라이선스 위반을 통한 수익 창출 플랫폼입니다.  

문제는 저 위키가 한국 내 트래픽 비중이 높아, 저런 뇌피셜들이 정말로 정확도를 추구해야 하는 내용들에도 침범하기 시작했습니다.  

이 브라우저 확장은 당신이 리포트에 출처: 나무위키 를 적는 불상사를 막기 위해 개발 되었습니다.  

또한, 실수로 나무위키에 접속하는 경우, 관련 논문 웹페이지나 정보페이지로 대신 접속됩니다.                    

Extension Basic Information

Name Turn Off namuwiki Turn Off namuwiki
ID dgdifdnmamleoebgfbfeckefhhhplmdn
Official URL https://chromewebstore.google.com/detail/turn-off-namuwiki/dgdifdnmamleoebgfbfeckefhhhplmdn
Description 자료조사, 조별과제의 지뢰, 나무위키를 꺼드립니다.
File Size 306 KB
Installation Count 622
Current Version 0.8.2
Last Updated 2021-03-28
Publish Date 2020-06-03
Rating 4.81/5 Total 16 Ratings
Developer Turn off Namuwiki Team
Email [email protected]
Payment Type free
Extension Website https://github.com/Alex4386/turnoff-namuwiki
Help Page URL https://github.com/Alex4386/turnoff-namuwiki
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Turn Off namuwiki",
    "version": "0.8.2",
    "author": "Alex4386 and TurnOff NamuWiki Contributors",
    "description": "\uc790\ub8cc\uc870\uc0ac, \uc870\ubcc4\uacfc\uc81c\uc758 \uc9c0\ub8b0, \ub098\ubb34\uc704\ud0a4\ub97c \uaebc\ub4dc\ub9bd\ub2c8\ub2e4.",
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "polyfill\/browser-polyfill.min.js",
            "lib\/bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "showcase\/logo-192x192.png",
        "default_title": "TurnOff NamuWiki",
        "default_popup": "interface\/popup\/index.html"
    },
    "icons": {
        "256": "showcase\/logo-256x256.png",
        "192": "showcase\/logo-192x192.png",
        "128": "showcase\/logo-128x128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "63.0"
        }
    },
    "manifest_version": 2
}