TwitterImageDownloader

Help you to download images from twitter timeline

Qu'est-ce que TwitterImageDownloader ?

TwitterImageDownloader est une extension Chrome développée par https://eivy.github.io, et sa fonction principale est "Help you to download images from twitter timeline".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension TwitterImageDownloader

Téléchargez les fichiers d'extension TwitterImageDownloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom TwitterImageDownloader TwitterImageDownloader
ID dnhmnoiaabdhoelhlalgcfpolakhaemp
URL Officiel https://chromewebstore.google.com/detail/twitterimagedownloader/dnhmnoiaabdhoelhlalgcfpolakhaemp
Description Help you to download images from twitter timeline
Taille du Fichier 47.87 KB
Nombre d'Installations 1,365
Version Actuelle 2.1.0
Dernière Mise à Jour 2020-01-28
Date de Publication 2020-01-28
Évaluation 4.23/5 Total 13 Évaluations
Développeur https://eivy.github.io
Type de Paiement free
Langues Prises en Charge 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"
    }
}