Twitter Media Saver

Save Twitter images and video with a click of a button

Co to jest Twitter Media Saver?

Twitter Media Saver to rozszerzenie Chrome opracowane przez Nikita Kartashov, a jego główną funkcją jest „Save Twitter images and video with a click of a button”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitter Media Saver

Pobierz pliki rozszerzeń Twitter Media Saver 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

                        Have you ever wanted to save the images & videos you see on twitter? Here is plugin for you!
Just click on a button near Direct Messages icon and save whatever you want!                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitter Media Saver Twitter Media Saver
ID ialfbkhnjhhgeplfephldjaofhggmkjn
Oficjalny URL https://chrome.google.com/webstore/detail/twitter-media-saver/ialfbkhnjhhgeplfephldjaofhggmkjn
Opis Save Twitter images and video with a click of a button
Rozmiar pliku 432 KB
Liczba instalacji 44
Aktualna Wersja 1.0.0.5
Ostatnia Aktualizacja 2019-05-28
Data Publikacji 2019-05-28
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Nikita Kartashov
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/nkartashov/twitter-media-saver
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Media Saver",
    "description": "Save Twitter images and video with a click of a button",
    "version": "1.0.0.5",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_idle",
            "js": [
                "js\/libs\/jquery.min.js",
                "js\/raf-ff-fix.js",
                "js\/fontawesome.js",
                "js\/contentscript.js"
            ]
        }
    ]
}