Pokemon No Show

'Pokemon No Show' hides posts if the content matches any of the keywords you define in the 'options' page

什麼是Pokemon No Show?

Pokemon No Show是由seemly開發的Chrome擴展程式,該擴展的主要功能是“'Pokemon No Show' hides posts if the content matches any of the keywords you define in the 'options' page”。

擴展截圖

screenshot
screenshot

下載Pokemon No Show擴展crx文件

下載Pokemon No Show擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Another Pokemon Go content blocker - but with the ability to toggle the visibility of the post.

The ability to toggle the visibility of posts is so you don't have to disable the extension just in case there is a post that you DO want to view - for whatever reason.

This extension also allows you to define any of your own keywords to block content, using the options section.
Currently, this extension only blocks posts on Facebook, Twitter and LinkedIn.                    

擴展基本資訊

名稱 Pokemon No Show Pokemon No Show
ID nphfcoichlkolfkaelmooanfbohifnnm
官方網址 https://chromewebstore.google.com/detail/pokemon-no-show/nphfcoichlkolfkaelmooanfbohifnnm
簡介 'Pokemon No Show' hides posts if the content matches any of the keywords you define in the 'options' page
檔案大小 65.07 KB
安裝次數 17
目前版本 0.1.0
更新時間 2016-07-22
上架時間 2016-07-22
評分 1.00/5 共 2 次評分
開發者 seemly
電子郵箱 [email protected]
付費類型 free
支援的語言 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "Chris Sparshott",
    "name": "Pokemon No Show",
    "version": "0.1.0",
    "description": "'Pokemon No Show' hides posts if the content matches any of the keywords you define in the 'options' page",
    "icons": {
        "16": "assets\/images\/icon_16.png",
        "48": "assets\/images\/icon_48.png",
        "128": "assets\/images\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "assets\/images\/icon_128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/jquery.min.js",
                "content.js"
            ]
        }
    ]
}