Tistory Original Images

Redirect to original image links for Tistory images.

Qu'est-ce que Tistory Original Images ?

Tistory Original Images est une extension Chrome développée par Scotto, et sa fonction principale est "Redirect to original image links for Tistory images.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tistory Original Images

Téléchargez les fichiers d'extension Tistory Original Images 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

                        An extension to redirect you from resized/compressed Tistory image links to their original Tistory image links.                    

Informations de Base sur l'Extension

Nom Tistory Original Images Tistory Original Images
ID bdgdplnchnhegggceefhpnefnebpaflp
URL Officiel https://chromewebstore.google.com/detail/tistory-original-images/bdgdplnchnhegggceefhpnefnebpaflp
Description Redirect to original image links for Tistory images.
Taille du Fichier 10.17 KB
Nombre d'Installations 118
Version Actuelle 0.1.5
Dernière Mise à Jour 2018-06-29
Date de Publication 2018-06-29
Évaluation 5.00/5 Total 2 Évaluations
Développeur Scotto
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tistory Original Images",
    "description": "Redirect to original image links for Tistory images.",
    "version": "0.1.5",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/icons\/iconx16.png",
        "48": ".\/icons\/iconx48.png",
        "128": ".\/icons\/iconx128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/iconx16.png",
            "48": ".\/icons\/iconx48.png",
            "128": ".\/icons\/iconx128.png"
        }
    },
    "commands": {
        "save": {
            "suggested_key": {
                "default": "Ctrl+S",
                "mac": "Command+S"
            },
            "description": "Save"
        }
    }
}