Twitter Origifier

Makes twitter images their original resolution

Twitter Origifierとは何ですか?

Twitter Origifierは@nathanwentworthによって開発されたChromeの拡張機能で、その主な機能は「Makes twitter images their original resolution」です。

Twitter Origifier拡張機能のCRXファイルをダウンロード

Twitter Origifier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Twitter hides their full-resolution images behind a :orig url flag, this extension automatically adds or replaces the suffix to always show twitter images in their original resolution.

How to use!
1. Right click image on twitter
2. Open in a new tab
3. Done!                    

拡張機能の基本情報

名前 Twitter Origifier Twitter Origifier
ID lcbhlbbekpaklnhgfcccpdplhegpjkjk
公式URL https://chromewebstore.google.com/detail/twitter-origifier/lcbhlbbekpaklnhgfcccpdplhegpjkjk
説明 Makes twitter images their original resolution
ファイルサイズ 3.28 KB
インストール数 32
現在のバージョン 1.3
最終更新日 2017-11-27
公開日 2017-11-27
開発者 @nathanwentworth
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://nathanwentworth.co
ヘルプページのURL https://twitter.com/nathanwentworth
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Origifier",
    "version": "1.3",
    "manifest_version": 2,
    "description": "Makes twitter images their original resolution",
    "homepage_url": "https:\/\/nathanwentworth.co",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/pbs.twimg.com\/media\/*"
            ],
            "js": [
                "origifier.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab"
    ]
}