Twitter image

Get the image on the twitter website with the original size.

Hvad er Twitter image?

Twitter image er en Chrome-udvidelse udviklet af Wondoo Kang (a.k.a. Azyu), og dens hovedfunktion er "Get the image on the twitter website with the original size.".

Udvidelsesskærmbilleder

screenshot

Download Twitter image-udvidelses-CRX-fil

Download Twitter image-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        If you right-click against the mouse over the image on Twitter & TweetDeck of the web, it is possible to obtain an image of the original size of the image.

[ FAQ ]
Q: I want to change download folder location!
A: Sorry. Not allowed by Chrome Web Browser API.                    

Grundlæggende oplysninger om udvidelsen

Navn Twitter image Twitter image
ID fklblgnjblcekahbefdbnodkibknnadp
Officiel URL https://chrome.google.com/webstore/detail/fklblgnjblcekahbefdbnodkibknnadp
Beskrivelse Get the image on the twitter website with the original size.
Filstørrelse 16.85 KB
Antal Installationer 23,549
Nuværende Version 0.33
Senest Opdateret 2019-07-20
Udgivelsesdato 2019-07-20
Bedømmelse 4.66/5 Samlet 108 Bedømmelser
Udvikler Wondoo Kang (a.k.a. Azyu)
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://twitter.com/_uyza_
Understøttede Sprog en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "script\/background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "script\/eventListener.js"
            ],
            "matches": [
                "*:\/\/twitter.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_ext_description__",
    "icons": {
        "128": "img\/icon_128.png",
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "contextMenus",
        "downloads",
        "storage",
        "*:\/\/twitter.com\/*",
        "*:\/\/twimg.com\/*"
    ],
    "version": "0.33"
}