Twitter用 センシティブ画像大好き君
Twitterでセンシティブ設定がされている画像を常に表示するようにします
Wat is Twitter用 センシティブ画像大好き君?
Twitter用 センシティブ画像大好き君 is een Chrome-extensie ontwikkeld door noriokun4649, en de belangrijkste functie is "Twitterでセンシティブ設定がされている画像を常に表示するようにします".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter用 センシティブ画像大好き君
Download Twitter用 センシティブ画像大好き君-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
Twitterで内容の警告ラベルが付けられている画像に対して、操作する事無く画像を表示できるようにします。 自分しか利用しないパソコンで利用する事で快適にTwitterを利用出来ます。 リリースノート 2023/12/29 ・twitter.comにてツイートの「・・・」が非表示になる不具合を修正しました。 2023/12/26 ・メディア欄の表示方法変更に対応しました。 2023/12/03 ・旧TweetDeckのURL変更に対応しました。 tweetdeck.twitter.com → pro.twitter.com 2023/02/13 ・Beta版のTweetDeckに対応しました。 2022/08/15 ・TweetDeckに対応しました。
Basisinformatie over de Extensie
Naam | Twitter用 センシティブ画像大好き君 |
ID | gmmdlghnjobnnkochmhgbmdaoncibakj |
Officiële URL | https://chromewebstore.google.com/detail/twitter%E7%94%A8-%E3%82%BB%E3%83%B3%E3%82%B7%E3%83%86%E3%82%A3%E3%83%96%E7%94%BB%E5%83%8F%E5%A4%A7%E5%A5%BD%E3%81%8D%E5%90%9B/gmmdlghnjobnnkochmhgbmdaoncibakj |
Beschrijving | Twitterでセンシティブ設定がされている画像を常に表示するようにします |
Bestandsgrootte | 6.78 KB |
Aantal Installaties | 1,346 |
Huidige Versie | 1.3.1 |
Laatst Bijgewerkt | 2023-12-29 |
Publicatiedatum | 2022-03-29 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | noriokun4649 |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://github.com/noriokun4649/SensitiveImageLover |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitter\u7528 \u30bb\u30f3\u30b7\u30c6\u30a3\u30d6\u753b\u50cf\u5927\u597d\u304d\u541b", "short_name": "SensitiveImageLover", "description": "Twitter\u3067\u30bb\u30f3\u30b7\u30c6\u30a3\u30d6\u8a2d\u5b9a\u304c\u3055\u308c\u3066\u3044\u308b\u753b\u50cf\u3092\u5e38\u306b\u8868\u793a\u3059\u308b\u3088\u3046\u306b\u3057\u307e\u3059", "version": "1.3.1", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*" ], "css": [ "override.css" ] }, { "matches": [ "https:\/\/pro.twitter.com\/*", "https:\/\/pro.x.com\/*" ], "css": [ "tweetdeck_override.css" ] } ] } |