Twitter image

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

Co to jest Twitter image?

Twitter image to rozszerzenie Chrome opracowane przez Wondoo Kang (a.k.a. Azyu), a jego główną funkcją jest „Get the image on the twitter website with the original size.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitter image

Pobierz pliki rozszerzeń Twitter image w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitter image Twitter image
ID fklblgnjblcekahbefdbnodkibknnadp
Oficjalny URL https://chrome.google.com/webstore/detail/fklblgnjblcekahbefdbnodkibknnadp
Opis Get the image on the twitter website with the original size.
Rozmiar pliku 16.85 KB
Liczba instalacji 23,549
Aktualna Wersja 0.33
Ostatnia Aktualizacja 2019-07-20
Data Publikacji 2019-07-20
Ocena 4.66/5 Łącznie 108 Oceny
Deweloper Wondoo Kang (a.k.a. Azyu)
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://twitter.com/_uyza_
Obsługiwane Języki 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"
}