藏词

隐藏网页里那些你不喜欢的词

What is 藏词?

藏词 is a Chrome extension developed by https://itlr.cc, and its main feature is "隐藏网页里那些你不喜欢的词".

Extension Screenshots

screenshot

Download 藏词 Extension CRX File

Download 藏词 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 藏词 藏词
ID hgbindcneceemnihehjhijlolkfeohjc
Official URL https://chromewebstore.google.com/detail/%E8%97%8F%E8%AF%8D/hgbindcneceemnihehjhijlolkfeohjc
Description 隐藏网页里那些你不喜欢的词
File Size 20.98 KB
Installation Count 23
Current Version 0.1.4
Last Updated 2016-03-03
Publish Date 2016-03-02
Rating 4.17/5 Total 6 Ratings
Developer https://itlr.cc
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u85cf\u8bcd",
    "short_name": "\u85cf\u8bcd",
    "description": "\u9690\u85cf\u7f51\u9875\u91cc\u90a3\u4e9b\u4f60\u4e0d\u559c\u6b22\u7684\u8bcd",
    "version": "0.1.4",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": false
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "icons": {
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/ba_icon_off.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ]
}