No Gore Twitter

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

Cos'è No Gore Twitter?

No Gore Twitter è un'estensione di Chrome sviluppata da K. Sasa, e la sua funzione principale è "グロ画像タグが付いているツイートの画像表示をブロックします。 Icon created by Rudolf Horaczek from the Noun Project".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione No Gore Twitter

Scarica i file di estensione No Gore Twitter 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のツイート詳細画面が開かれた時のみ動作し、拡張機能がタグ付きツイートを発見次第、画面上の画像を非表示にします。タグ付きツイートがない場合は非表示になりません。また、タグ付きツイートが対象画像より後に読み込まれた場合、読み込まれるまで画像は表示されたままになります。

Twitter以外の他のWebページ、またはタイムラインではこの拡張機能は動作しません。

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

Icon created by Rudolf Horaczek from the Noun Project.                    

Informazioni di Base sull'Estensione

Nome No Gore Twitter No Gore Twitter
ID gepekphhncdmlhglgbmhkcjcdjopfglc
URL Ufficiale https://chromewebstore.google.com/detail/no-gore-twitter/gepekphhncdmlhglgbmhkcjcdjopfglc
Descrizione グロ画像タグが付いているツイートの画像表示をブロックします。 Icon created by Rudolf Horaczek from the Noun Project
Dimensione del File 105 KB
Conteggio Installazioni 61
Versione Corrente 1.0
Ultimo Aggiornamento 2018-01-28
Data di Pubblicazione 2018-01-28
Sviluppatore K. Sasa
Tipo di Pagamento free
Sito Web dell'Estensione https://twitter.com/kznr_luk
Lingue Supportate 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
        }
    ]
}