twitter画像原寸ボタン

twitterの画像ツイートにボタンを追加する拡張機能。追加されたボタンを押すとツイートの画像を原寸で新しいタブに表示する。連絡先: @hogextend

What is twitter画像原寸ボタン?

twitter画像原寸ボタン is a Chrome extension developed by https://hogashi.hatenablog.com, and its main feature is "twitterの画像ツイートにボタンを追加する拡張機能。追加されたボタンを押すとツイートの画像を原寸で新しいタブに表示する。連絡先: @hogextend".

Extension Screenshots

screenshot
screenshot

Download twitter画像原寸ボタン Extension CRX File

Download 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の画像ツイートの画像をワンタッチで原寸表示します。
画像ツイートに追加されたボタンを押すと、ツイートの画像を原寸で新しいタブに表示します。連絡は@hogextendまで。(「twitter画像原寸表示」から「twitter画像原寸ボタン」に改名しました!)

画像ツイートに追加される「Original」ボタンを押すことで、原寸の画像を新しいタブに開きます。
※画像URLに「:orig」ってつけるのと同じです。

This extension adds "Original" button on the image-embedded tweet in Twitter.
Click the "Original" button to open image(s) in original size.

[連絡先 / Contact]
Twitter: @hogextend

[注 / Note]
この拡張機能は、譲渡・売却の予定はありません。そのような連絡はお断りします。
I WILL NOT transfer/sell this extension under any condition. I REFUSE such requests.

[プライバシーポリシー / Privacy Policy]
https://github.com/hogashi/twitterOpenOriginalImage/blob/master/privacy-policy.md                    

Extension Basic Information

Name twitter画像原寸ボタン twitter画像原寸ボタン
ID kmcomcgcopagkhcbmcmcfhpcmdolfijg
Official URL https://chromewebstore.google.com/detail/twitter%E7%94%BB%E5%83%8F%E5%8E%9F%E5%AF%B8%E3%83%9C%E3%82%BF%E3%83%B3/kmcomcgcopagkhcbmcmcfhpcmdolfijg
Description twitterの画像ツイートにボタンを追加する拡張機能。追加されたボタンを押すとツイートの画像を原寸で新しいタブに表示する。連絡先: @hogextend
File Size 70.69 KB
Installation Count 40,025
Current Version 6.0.0
Last Updated 2023-11-28
Publish Date 2020-04-12
Rating 4.17/5 Total 154 Ratings
Developer https://hogashi.hatenablog.com
Email [email protected]
Payment Type free
Extension Website https://hogashi.hatenablog.com
Privacy Policy Page URL https://github.com/hogashi/twitterOpenOriginalImage/blob/master/privacy-policy.md
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "twitter\u753b\u50cf\u539f\u5bf8\u30dc\u30bf\u30f3",
    "version": "6.0.0",
    "description": "twitter\u306e\u753b\u50cf\u30c4\u30a4\u30fc\u30c8\u306b\u30dc\u30bf\u30f3\u3092\u8ffd\u52a0\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3002\u8ffd\u52a0\u3055\u308c\u305f\u30dc\u30bf\u30f3\u3092\u62bc\u3059\u3068\u30c4\u30a4\u30fc\u30c8\u306e\u753b\u50cf\u3092\u539f\u5bf8\u3067\u65b0\u3057\u3044\u30bf\u30d6\u306b\u8868\u793a\u3059\u308b\u3002\u9023\u7d61\u5148: @hogextend",
    "author": "hogashi",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icons\/icon.png",
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*",
                "https:\/\/tweetdeck.twitter.com\/*",
                "https:\/\/pro.twitter.com\/*",
                "https:\/\/pbs.twimg.com\/*"
            ],
            "js": [
                "js\/main.bundle.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "action": {
        "default_icon": "icons\/icon.png",
        "default_title": "twitter\u753b\u50cf\u539f\u5bf8\u30dc\u30bf\u30f3",
        "default_popup": "html\/popup.html"
    },
    "options_page": "html\/popup.html"
}