Pokemon NO
ポケモンGOに疲れた全ての人へ。
Wat is Pokemon NO?
Pokemon NO is een Chrome-extensie ontwikkeld door https://codelearn.jp, en de belangrijkste functie is "ポケモンGOに疲れた全ての人へ。".
Extensie Screenshots
Download het CRX-bestand van de extensie Pokemon NO
Download Pokemon NO-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
空前のポケモンGOブームですね。ポケモンGOが公開されてからというもの、SNSはポケモンの話題で溢れかえっています。そんな中、ちょっとそろそろポケモンの話題は疲れた、もうポケモンはいい、なーんていう人のためのChrome拡張です。 この拡張を入れると、SNSで「ポケモン」に関する投稿を自動で消してくれます。何らかの事情でポケモンGOができないけどSNSに流れてきて悲しいという方、ポケモンが大嫌いで見たくないっていう方、そんな方たちに使っていただければと。ぜひお気軽にどうぞ。 twitter, Facebook対応
Basisinformatie over de Extensie
Naam | |
ID | lcfbbbnhicncbobgdbebajpgbneoapfd |
Officiële URL | https://chrome.google.com/webstore/detail/pokemon-no/lcfbbbnhicncbobgdbebajpgbneoapfd |
Beschrijving | ポケモンGOに疲れた全ての人へ。 |
Bestandsgrootte | 76.04 KB |
Aantal Installaties | 72 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2019-10-01 |
Publicatiedatum | 2019-10-01 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://codelearn.jp |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://codelearn.jp/ |
Ondersteunde Talen | 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" } } |