Twitter -_orig

No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.

Wat is Twitter -_orig?

Twitter -_orig is een Chrome-extensie ontwikkeld door Scotto, en de belangrijkste functie is "No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitter -_orig

Download Twitter -_orig-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        A simple extension that makes saving Twitter images much easier. This extension automatically redirects any Twitter image to it's ":orig" counterpart and makes it so instead of your OS suggesting .jpg_orig as the file extension, it will suggest .jpg whilst retaining the same jpg:orig image file.                    

Basisinformatie over de Extensie

Naam Twitter -_orig Twitter -_orig
ID abhahfjacodgcpjmnofopebllmgmdlef
Officiële URL https://chromewebstore.google.com/detail/twitter-orig/abhahfjacodgcpjmnofopebllmgmdlef
Beschrijving No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.
Bestandsgrootte 14.46 KB
Aantal Installaties 230
Huidige Versie 0.5
Laatst Bijgewerkt 2019-07-28
Publicatiedatum 2019-07-28
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar Scotto
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter -_orig",
    "description": "No more .jpg_orig + auto appends \":orig\"! Make saving original twitter images easier.",
    "version": "0.5",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": ".\/icons\/iconx16.png",
        "48": ".\/icons\/iconx48.png",
        "128": ".\/icons\/iconx128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/pbs.twimg.com\/media\/*"
    ],
    "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"
        }
    }
}