Pokemon NO
ポケモンGOに疲れた全ての人へ。
Cos'è Pokemon NO?
Pokemon NO è un'estensione di Chrome sviluppata da https://codelearn.jp, e la sua funzione principale è "ポケモンGOに疲れた全ての人へ。".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Pokemon NO
Scarica i file di estensione Pokemon NO in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
空前のポケモンGOブームですね。ポケモンGOが公開されてからというもの、SNSはポケモンの話題で溢れかえっています。そんな中、ちょっとそろそろポケモンの話題は疲れた、もうポケモンはいい、なーんていう人のためのChrome拡張です。 この拡張を入れると、SNSで「ポケモン」に関する投稿を自動で消してくれます。何らかの事情でポケモンGOができないけどSNSに流れてきて悲しいという方、ポケモンが大嫌いで見たくないっていう方、そんな方たちに使っていただければと。ぜひお気軽にどうぞ。 twitter, Facebook対応
Informazioni di Base sull'Estensione
Nome | |
ID | lcfbbbnhicncbobgdbebajpgbneoapfd |
URL Ufficiale | https://chrome.google.com/webstore/detail/pokemon-no/lcfbbbnhicncbobgdbebajpgbneoapfd |
Descrizione | ポケモンGOに疲れた全ての人へ。 |
Dimensione del File | 76.04 KB |
Conteggio Installazioni | 72 |
Versione Corrente | 0.2 |
Ultimo Aggiornamento | 2019-10-01 |
Data di Pubblicazione | 2019-10-01 |
Valutazione | 3.50/5 Totale 2 Valutazioni |
Sviluppatore | https://codelearn.jp |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://codelearn.jp/ |
Lingue Supportate | 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" } } |