Twitter -_orig

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

Apa itu Twitter -_orig?

Twitter -_orig adalah ekstensi Chrome yang dikembangkan oleh Scotto, dan fitur utamanya adalah "No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitter -_orig

Unduh file ekstensi Twitter -_orig dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Twitter -_orig Twitter -_orig
ID abhahfjacodgcpjmnofopebllmgmdlef
URL Resmi https://chromewebstore.google.com/detail/twitter-orig/abhahfjacodgcpjmnofopebllmgmdlef
Deskripsi No more .jpg_orig + auto appends ":orig"! Make saving original twitter images easier.
Ukuran File 14.46 KB
Jumlah Instalasi 230
Versi Saat Ini 0.5
Terakhir Diperbarui 2019-07-28
Tanggal Publikasi 2019-07-28
Penilaian 5.00/5 Total 6 Penilaian
Pengembang Scotto
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    }
}