検閲くん Censor-Qun

検閲くん Censorship on google and twitter by the strings you specify

検閲くん Censor-Qun란 무엇입니까?

検閲くん Censor-Qun은(는) http://infolio.co.jp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "検閲くん Censorship on google and twitter by the strings you specify "입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

検閲くん Censor-Qun 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension hides items including the words you do not want to see in GoogleSearchResult and TwitterTimeline. 
And this will provide a safe browsing for children or minors.

Please set the words (up to 32) on Option screen.

---
指定した文字列を含むアイテムを非表示にします。

目にしたくない言葉や、子供に見せたくない言葉などを避けることができ、ウェブがもっと快適になります。

対象サイトは

・twitterタイムラインのつぶやき(既定)
・Google検索結果

を選べます。
検閲ワードは、32個まで指定できます。


キーワード: 
safe browse  f-word s-word Swearword Low-slang mask hide filtering  non-display hidden Explicit 青少年 未成年 安全 フィルタリング                    

확장 프로그램 기본 정보

이름 検閲くん Censor-Qun 検閲くん Censor-Qun
ID epfnnclingphamphccahbmphoalihepf
공식 URL https://chrome.google.com/webstore/detail/%E6%A4%9C%E9%96%B2%E3%81%8F%E3%82%93-censor-qun/epfnnclingphamphccahbmphoalihepf
설명 検閲くん Censorship on google and twitter by the strings you specify
파일 크기 19.7 KB
설치 횟수 11
현재 버전 0.1.2
최근 업데이트 2014-08-17
출시 날짜 2014-08-17
개발자 http://infolio.co.jp
결제 유형 free
확장 프로그램 웹 사이트 http://infolio.co.jp/
도움말 페이지 URL http://infolio.co.jp/
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "128.png"
    },
    "name": "\u691c\u95b2\u304f\u3093 Censor-Qun",
    "short_name": "\u3051\u3093\u3048\u3064\u304f\u3093 Censor-Qun",
    "description": "\u691c\u95b2\u304f\u3093  Censorship on google and twitter by the strings you specify ",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "128.png"
    }
}