Twitter用 センシティブ画像大好き君
Twitterでセンシティブ設定がされている画像を常に表示するようにします
What is Twitter用 センシティブ画像大好き君?
Twitter用 センシティブ画像大好き君 is a Chrome extension developed by noriokun4649, and its main feature is "Twitterでセンシティブ設定がされている画像を常に表示するようにします".
Extension Screenshots
Download Twitter用 センシティブ画像大好き君 Extension CRX File
Download Twitter用 センシティブ画像大好き君 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
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に対応しました。
Extension Basic Information
Name | Twitter用 センシティブ画像大好き君 |
ID | gmmdlghnjobnnkochmhgbmdaoncibakj |
Official 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 |
Description | Twitterでセンシティブ設定がされている画像を常に表示するようにします |
File Size | 6.78 KB |
Installation Count | 1,346 |
Current Version | 1.3.1 |
Last Updated | 2023-12-29 |
Publish Date | 2022-03-29 |
Rating | 5.00/5 Total 8 Ratings |
Developer | noriokun4649 |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/noriokun4649/SensitiveImageLover |
Supported Languages | 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" ] } ] } |