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 là gì?

Pokemon No Show là một tiện ích mở rộng Chrome được phát triển bởi seemly, và tính năng chính của nó là "'Pokemon No Show' hides posts if the content matches any of the keywords you define in the 'options' page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pokemon No Show

Tải xuống các tệp mở rộng Pokemon No Show dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pokemon No Show Pokemon No Show
ID nphfcoichlkolfkaelmooanfbohifnnm
URL Chính Thức https://chromewebstore.google.com/detail/pokemon-no-show/nphfcoichlkolfkaelmooanfbohifnnm
Mô tả 'Pokemon No Show' hides posts if the content matches any of the keywords you define in the 'options' page
Kích Thước Tệp 65.07 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2016-07-22
Ngày Phát Hành 2016-07-22
Đánh Giá 1.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển seemly
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}