NOOT NOOT

Replaces swear words with NOOT NOOT.

NOOT NOOT란 무엇입니까?

NOOT NOOT은(는) anodium에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces swear words with NOOT NOOT."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

NOOT NOOT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Exactly what it says on the tin; it replaces swear words with NOOT NOOT. Pretty straightforward.                    

확장 프로그램 기본 정보

이름 NOOT NOOT NOOT NOOT
ID pefpfonanmllmikkgkcibbmijobflocb
공식 URL https://chromewebstore.google.com/detail/noot-noot/pefpfonanmllmikkgkcibbmijobflocb
설명 Replaces swear words with NOOT NOOT.
파일 크기 22.27 KB
설치 횟수 134
현재 버전 Chips Release
최근 업데이트 2016-09-13
출시 날짜 2016-09-13
평점 4.30/5 총 20 개의 평점
개발자 anodium
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/anodium/noot-noot
도움말 페이지 URL https://github.com/anodium/noot-noot/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NOOT NOOT",
    "version": "1.1.0",
    "version_name": "Chips Release",
    "description": "Replaces swear words with NOOT NOOT.",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Andrea Garcia",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "noot.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "swear.json"
    ]
}