Twitter Large Image Downloader

Twitterから画像をDLするときにlargeサイズファイルを拡張子に_largeがつかないように保存します。

What is Twitter Large Image Downloader?

Twitter Large Image Downloader is a Chrome extension developed by yuinore, and its main feature is "Twitterから画像をDLするときにlargeサイズファイルを拡張子に_largeがつかないように保存します。".

Extension Screenshots

screenshot

Download Twitter Large Image Downloader Extension CRX File

Download Twitter Large Image Downloader 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から画像をDLするときにlargeサイズファイルを拡張子に_largeがつかないように保存します。

使い方:画像を右クリックで「largeサイズで保存 (L)」を選択

作った人:@waneeeen                    

Extension Basic Information

Name Twitter Large Image Downloader Twitter Large Image Downloader
ID obkkonlbcdjdbebcjkcbpiloaadmbmib
Official URL https://chrome.google.com/webstore/detail/twitter-large-image-downl/obkkonlbcdjdbebcjkcbpiloaadmbmib
Description Twitterから画像をDLするときにlargeサイズファイルを拡張子に_largeがつかないように保存します。
File Size 9.92 KB
Installation Count 200
Current Version 0.99
Last Updated 2017-07-11
Publish Date 2017-07-11
Rating 4.33/5 Total 3 Ratings
Developer yuinore
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Large Image Downloader",
    "manifest_version": 2,
    "version": "0.99",
    "description": "Twitter\u304b\u3089\u753b\u50cf\u3092DL\u3059\u308b\u3068\u304d\u306blarge\u30b5\u30a4\u30ba\u30d5\u30a1\u30a4\u30eb\u3092\u62e1\u5f35\u5b50\u306b_large\u304c\u3064\u304b\u306a\u3044\u3088\u3046\u306b\u4fdd\u5b58\u3057\u307e\u3059\u3002",
    "permissions": [
        "contextMenus",
        "downloads",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval';object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}