センシティブ画像をすぐに表示
Twitterでセンシティブ設定されている画像をすぐに表示できます。
Wat is センシティブ画像をすぐに表示?
センシティブ画像をすぐに表示 is een Chrome-extensie ontwikkeld door sgtm0113, en de belangrijkste functie is "Twitterでセンシティブ設定されている画像をすぐに表示できます。".
Extensie Screenshots
Download het CRX-bestand van de extensie センシティブ画像をすぐに表示
Download センシティブ画像をすぐに表示-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の「ツイートの作成者が、このツイートをセンシティブな内容として設定しました。」と表示される画像のワンクッションを無くして、すぐに表示できます。設定により、通常状態との切り替えを簡単に行えます。 リリースノート Ver 1.0.4 ・Twitterの仕様変更に対応 ・TweetDeckの有料化に伴いサポート終了 ・ストアに掲載するスクリーンショットを変更 Ver 1.0.3 ・TweetDeck (ベータ版)の仕様変更に対応 Ver 1.0.2 ・TweetDeck (ベータ版)に対応 ・レイアウトを微修正 ・バグの報告先の表記を変更 ・ストア上のスクリーンショットを変更 Ver 1.0.1 ・一部文言の修正 ・設定を有効にしている時にツイート投稿画面で画像をセンシティブ設定する際のプレビューで「表示」ボタンを押すと、「非表示にする」ボタンが表示されないバグを修正 Ver 1.0.0 ・初回公開
Basisinformatie over de Extensie
Naam | センシティブ画像をすぐに表示 |
ID | ccnkppifakgllgnnpgbppniendghoaad |
Officiële URL | https://chromewebstore.google.com/detail/%E3%82%BB%E3%83%B3%E3%82%B7%E3%83%86%E3%82%A3%E3%83%96%E7%94%BB%E5%83%8F%E3%82%92%E3%81%99%E3%81%90%E3%81%AB%E8%A1%A8%E7%A4%BA/ccnkppifakgllgnnpgbppniendghoaad |
Beschrijving | Twitterでセンシティブ設定されている画像をすぐに表示できます。 |
Bestandsgrootte | 18.04 KB |
Aantal Installaties | 64 |
Huidige Versie | 1.0.4 |
Laatst Bijgewerkt | 2024-01-13 |
Publicatiedatum | 2022-11-29 |
Ontwikkelaar | sgtm0113 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\u30bb\u30f3\u30b7\u30c6\u30a3\u30d6\u753b\u50cf\u3092\u3059\u3050\u306b\u8868\u793a", "description": "Twitter\u3067\u30bb\u30f3\u30b7\u30c6\u30a3\u30d6\u8a2d\u5b9a\u3055\u308c\u3066\u3044\u308b\u753b\u50cf\u3092\u3059\u3050\u306b\u8868\u793a\u3067\u304d\u307e\u3059\u3002", "version": "1.0.4", "action": { "default_icon": "icon\/icon128.png", "default_popup": "popup.html" }, "icons": { "32": "icon\/icon32.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/mobile.twitter.com\/*", "https:\/\/tweetdeck.twitter.com\/*" ], "css": [ "page.css" ], "js": [ "page.js" ] } ], "permissions": [ "storage" ], "options_page": "option.html" } |