TwitterのUIを旧UIに戻すやつ
Twitterの『新しいTwitterを試す』トラップに引っかかってしまった方への応急処置アドオンです。
Wat is TwitterのUIを旧UIに戻すやつ?
TwitterのUIを旧UIに戻すやつ is een Chrome-extensie ontwikkeld door ヤキジオ, en de belangrijkste functie is "Twitterの『新しいTwitterを試す』トラップに引っかかってしまった方への応急処置アドオンです。".
Extensie Screenshots
Download het CRX-bestand van de extensie TwitterのUIを旧UIに戻すやつ
Download TwitterのUIを旧UIに戻すやつ-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
2019年7月から行われている『新しいTwitterを試す』トラップにかかってしまった方専用の応急処置アドオンです。 このアドオンを導入すると旧UIのTwitterが戻ってきます。 (ユーザーエージェントを調整して応急処置を行なっているため、アドオンを無効化すると新UIに戻ります。)
Basisinformatie over de Extensie
Naam | TwitterのUIを旧UIに戻すやつ |
ID | kgenlgiomphibenffieolfdgkdcohian |
Officiële URL | https://chromewebstore.google.com/detail/twitter%E3%81%AEui%E3%82%92%E6%97%A7ui%E3%81%AB%E6%88%BB%E3%81%99%E3%82%84%E3%81%A4/kgenlgiomphibenffieolfdgkdcohian |
Beschrijving | Twitterの『新しいTwitterを試す』トラップに引っかかってしまった方への応急処置アドオンです。 |
Bestandsgrootte | 12.26 KB |
Aantal Installaties | 329 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2019-07-23 |
Publicatiedatum | 2019-07-23 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | ヤキジオ |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://twitter.com/negi_0919 |
Help Pagina-URL | https://twitter.com/negi_0919 |
Ondersteunde Talen | ja |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "background.js" ] }, "description": "Twitter\u306e\u300e\u65b0\u3057\u3044Twitter\u3092\u8a66\u3059\u300f\u30c8\u30e9\u30c3\u30d7\u306b\u5f15\u3063\u304b\u304b\u3063\u3066\u3057\u307e\u3063\u305f\u65b9\u3078\u306e\u5fdc\u6025\u51e6\u7f6e\u30a2\u30c9\u30aa\u30f3\u3067\u3059\u3002", "icons": { "128": "negi_icon.png" }, "manifest_version": 2, "name": "Twitter\u306eUI\u3092\u65e7UI\u306b\u623b\u3059\u3084\u3064", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.0", "permissions": [ "webRequest", "webRequestBlocking", "https:\/\/twitter.com\/*" ] } |