TwitterImageDownloader

Help you to download images from twitter timeline

Cos'è TwitterImageDownloader?

TwitterImageDownloader è un'estensione di Chrome sviluppata da https://eivy.github.io, e la sua funzione principale è "Help you to download images from twitter timeline".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TwitterImageDownloader

Scarica i file di estensione TwitterImageDownloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Show images with grid style from twitter timeline
Download selected images at once                    

Informazioni di Base sull'Estensione

Nome TwitterImageDownloader TwitterImageDownloader
ID dnhmnoiaabdhoelhlalgcfpolakhaemp
URL Ufficiale https://chromewebstore.google.com/detail/twitterimagedownloader/dnhmnoiaabdhoelhlalgcfpolakhaemp
Descrizione Help you to download images from twitter timeline
Dimensione del File 47.87 KB
Conteggio Installazioni 1,365
Versione Corrente 2.1.0
Ultimo Aggiornamento 2020-01-28
Data di Pubblicazione 2020-01-28
Valutazione 4.23/5 Totale 13 Valutazioni
Sviluppatore https://eivy.github.io
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Help you to download images from twitter timeline",
    "manifest_version": 2,
    "name": "TwitterImageDownloader",
    "version": "2.1.0",
    "homepage_url": "https:\/\/github.com\/Eivy\/TwitterImageDownloader",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "TwitterImageDownloader",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png"
        }
    },
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "activeTab",
        "downloads",
        "storage",
        "webRequest",
        "*:\/\/*.twitter.com\/*"
    ],
    "icons": {
        "48": "icon48.png",
        "96": "icon96.png"
    }
}