Twitter original images (miki-shirusi)

Display the images in its original size on twitter.com when clicked tweet.

What is Twitter original images (miki-shirusi)?

Twitter original images (miki-shirusi) is a Chrome extension developed by http://mikiishijima.com, and its main feature is "Display the images in its original size on twitter.com when clicked tweet.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Twitter original images (miki-shirusi) Extension CRX File

Download Twitter original images (miki-shirusi) 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

                        Display the images in its original size on twitter.com when clicked tweet.
So simple & minimum codes. Lightweight extension.

v.1.1 2016/07/25
[fixed]    collapse gallery content when show too big original image.
[added]  The original image displayed on the toggle has to be switched.
[added]  Shortcut key 'O' is now available .                    

Extension Basic Information

Name Twitter original images (miki-shirusi) Twitter original images (miki-shirusi)
ID gngemdehcfeffjiifgpjedncfppnmcko
Official URL https://chrome.google.com/webstore/detail/twitter-original-images-m/gngemdehcfeffjiifgpjedncfppnmcko
Description Display the images in its original size on twitter.com when clicked tweet.
File Size 48.92 KB
Installation Count 373
Current Version 1.2
Last Updated 2016-07-25
Publish Date 2016-07-25
Rating 5.00/5 Total 5 Ratings
Developer http://mikiishijima.com
Email [email protected]
Payment Type free
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "short_name": "TOI",
    "icons": {
        "16": "icon-16.png",
        "19": "icon-19.png",
        "38": "icon-38.png",
        "128": "icon-128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/twitter.com\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "jquery-3.0.0.min.js",
                "main.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "toi-icon.png"
    ]
}