検閲くん Censor-Qun

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

検閲くん Censor-Qun क्या है?

検閲くん Censor-Qun http://infolio.co.jp द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "検閲くん Censorship on google and twitter by the strings you specify "।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में 検閲くん Censor-Qun एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}