directImgur
This extension redirects an Imgur link to a direct image link.
Co je directImgur?
directImgur je rozšíření Chrome vyvinuté skiilaa, a jeho hlavní funkcí je „This extension redirects an Imgur link to a direct image link.“.
Stáhnout soubor CRX rozšíření directImgur
Stáhněte si soubory rozšíření directImgur ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Tired of slow loading Imgur images? Cut off the Imgur webpage from your browser with this extension! This extension redirects any Imgur link to a direct image link, cutting off everything, but the image itself.
Základní Informace o Rozšíření
Název | |
ID | jafkcjbcjhnbbbodkmidinacgjgjejig |
Oficiální URL | https://chrome.google.com/webstore/detail/directimgur/jafkcjbcjhnbbbodkmidinacgjgjejig |
Popis | This extension redirects an Imgur link to a direct image link. |
Velikost souboru | 3.24 KB |
Počet instalací | 20 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2017-03-05 |
Datum Vydání | 2017-03-05 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | skiilaa |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "directImgur", "description": "This extension redirects an Imgur link to a direct image link.", "version": "1.0", "background": { "scripts": [ "imgurRed.js" ] }, "permissions": [ "tabs" ] } |