No Gore Twitter

グロ画像タグが付いているツイートの画像表示をブロックします。 Icon created by Rudolf Horaczek from the Noun Project

What is No Gore Twitter?

No Gore Twitter is a Chrome extension developed by K. Sasa, and its main feature is "グロ画像タグが付いているツイートの画像表示をブロックします。 Icon created by Rudolf Horaczek from the Noun Project".

Extension Screenshots

screenshot

Download No Gore Twitter Extension CRX File

Download No Gore 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以外の他のWebページ、またはタイムラインではこの拡張機能は動作しません。

この拡張機能はMITライセンスにて公開しています。
https://github.com/kznrluk/nogore-chrome-extension

Icon created by Rudolf Horaczek from the Noun Project.                    

Extension Basic Information

Name No Gore Twitter No Gore Twitter
ID gepekphhncdmlhglgbmhkcjcdjopfglc
Official URL https://chromewebstore.google.com/detail/no-gore-twitter/gepekphhncdmlhglgbmhkcjcdjopfglc
Description グロ画像タグが付いているツイートの画像表示をブロックします。 Icon created by Rudolf Horaczek from the Noun Project
File Size 105 KB
Installation Count 61
Current Version 1.0
Last Updated 2018-01-28
Publish Date 2018-01-28
Developer K. Sasa
Payment Type free
Extension Website https://twitter.com/kznr_luk
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Gore Twitter",
    "version": "1.0",
    "manifest_version": 2,
    "description": "\u30b0\u30ed\u753b\u50cf\u30bf\u30b0\u304c\u4ed8\u3044\u3066\u3044\u308b\u30c4\u30a4\u30fc\u30c8\u306e\u753b\u50cf\u8868\u793a\u3092\u30d6\u30ed\u30c3\u30af\u3057\u307e\u3059\u3002 Icon created by Rudolf Horaczek from the Noun Project",
    "icons": {
        "16": "images\/dove_32.png",
        "32": "images\/dove_32.png",
        "64": "images\/dove_64.png",
        "128": "images\/dove_128.png",
        "256": "images\/dove_256.png"
    },
    "background": {
        "scripts": []
    },
    "permissions": [
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/nogore.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}