Pokemon NO

ポケモンGOに疲れた全ての人へ。

What is Pokemon NO?

Pokemon NO is a Chrome extension developed by https://codelearn.jp, and its main feature is "ポケモンGOに疲れた全ての人へ。".

Extension Screenshots

screenshot

Download Pokemon NO Extension CRX File

Download Pokemon NO 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

                        空前のポケモンGOブームですね。ポケモンGOが公開されてからというもの、SNSはポケモンの話題で溢れかえっています。そんな中、ちょっとそろそろポケモンの話題は疲れた、もうポケモンはいい、なーんていう人のためのChrome拡張です。

この拡張を入れると、SNSで「ポケモン」に関する投稿を自動で消してくれます。何らかの事情でポケモンGOができないけどSNSに流れてきて悲しいという方、ポケモンが大嫌いで見たくないっていう方、そんな方たちに使っていただければと。ぜひお気軽にどうぞ。

twitter, Facebook対応                    

Extension Basic Information

Name Pokemon NO Pokemon NO
ID lcfbbbnhicncbobgdbebajpgbneoapfd
Official URL https://chrome.google.com/webstore/detail/pokemon-no/lcfbbbnhicncbobgdbebajpgbneoapfd
Description ポケモンGOに疲れた全ての人へ。
File Size 76.04 KB
Installation Count 72
Current Version 0.2
Last Updated 2019-10-01
Publish Date 2019-10-01
Rating 3.50/5 Total 2 Ratings
Developer https://codelearn.jp
Email [email protected]
Payment Type free
Extension Website https://codelearn.jp/
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pokemon NO",
    "version": "0.2",
    "manifest_version": 2,
    "description": "\u30dd\u30b1\u30e2\u30f3GO\u306b\u75b2\u308c\u305f\u5168\u3066\u306e\u4eba\u3078\u3002",
    "permissions": [
        "tabs",
        "https:\/\/twitter.com\/*",
        "https:\/\/facebook.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "background.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Pokemon NO"
    }
}