Original Images on Twitter

Opens or Downloads Original Images on Twitter

What is Original Images on Twitter?

Original Images on Twitter is a Chrome extension developed by https://preflight.cc, and its main feature is "Opens or Downloads Original Images on Twitter".

Download Original Images on Twitter Extension CRX File

Download Original Images on 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 Client に対応しています。
また、特定状況下での保存時には、ファイル名に画像をアップロードしたユーザの名前を含めることが可能です。

その他、詳しい仕様やソースコードについては下記 URL を参照してください。
https://github.com/nash716/twitter-image-downloader/                    

Extension Basic Information

Name Original Images on Twitter Original Images on Twitter
ID pkkdopcjagbkjdcdpdmnediacjhholli
Official URL https://chromewebstore.google.com/detail/original-images-on-twitte/pkkdopcjagbkjdcdpdmnediacjhholli
Description Opens or Downloads Original Images on Twitter
File Size 25.46 KB
Installation Count 130
Current Version 1.0
Last Updated 2016-11-09
Publish Date 2016-11-08
Rating 4.60/5 Total 5 Ratings
Developer https://preflight.cc
Payment Type free
Extension Website https://github.com/nash716/twitter-image-downloader/
Help Page URL https://github.com/nash716/twitter-image-downloader/issues
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0",
    "default_locale": "ja",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "https:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content_scripts\/vendor\/jquery.css.js",
                "content_scripts\/edit_control.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background\/main.js"
        ]
    }
}