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

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

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

センシティブ画像をすぐに表示 is a Chrome extension developed by sgtm0113, and its main feature is "Twitterでセンシティブ設定されている画像をすぐに表示できます。".

Extension Screenshots

screenshot

Download センシティブ画像をすぐに表示 Extension CRX File

Download センシティブ画像をすぐに表示 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の「ツイートの作成者が、このツイートをセンシティブな内容として設定しました。」と表示される画像のワンクッションを無くして、すぐに表示できます。設定により、通常状態との切り替えを簡単に行えます。

リリースノート
Ver 1.0.4
・Twitterの仕様変更に対応
・TweetDeckの有料化に伴いサポート終了
・ストアに掲載するスクリーンショットを変更

Ver 1.0.3
・TweetDeck (ベータ版)の仕様変更に対応

Ver 1.0.2
・TweetDeck (ベータ版)に対応
・レイアウトを微修正
・バグの報告先の表記を変更
・ストア上のスクリーンショットを変更

Ver 1.0.1
・一部文言の修正
・設定を有効にしている時にツイート投稿画面で画像をセンシティブ設定する際のプレビューで「表示」ボタンを押すと、「非表示にする」ボタンが表示されないバグを修正

Ver 1.0.0
・初回公開                    

Extension Basic Information

Name センシティブ画像をすぐに表示 センシティブ画像をすぐに表示
ID ccnkppifakgllgnnpgbppniendghoaad
Official 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
Description Twitterでセンシティブ設定されている画像をすぐに表示できます。
File Size 18.04 KB
Installation Count 64
Current Version 1.0.4
Last Updated 2024-01-13
Publish Date 2022-11-29
Developer sgtm0113
Email [email protected]
Payment Type free
Supported Languages 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"
}