センシティブ画像をすぐに表示

Twitterでセンシティブ設定されている画像をすぐに表示できます。

Cos'è センシティブ画像をすぐに表示?

センシティブ画像をすぐに表示 è un'estensione di Chrome sviluppata da sgtm0113, e la sua funzione principale è "Twitterでセンシティブ設定されている画像をすぐに表示できます。".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione センシティブ画像をすぐに表示

Scarica i file di estensione センシティブ画像をすぐに表示 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

                        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
・初回公開                    

Informazioni di Base sull'Estensione

Nome センシティブ画像をすぐに表示 センシティブ画像をすぐに表示
ID ccnkppifakgllgnnpgbppniendghoaad
URL Ufficiale 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
Descrizione Twitterでセンシティブ設定されている画像をすぐに表示できます。
Dimensione del File 18.04 KB
Conteggio Installazioni 64
Versione Corrente 1.0.4
Ultimo Aggiornamento 2024-01-13
Data di Pubblicazione 2022-11-29
Sviluppatore sgtm0113
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}