Imgur Liberatur

For people whose access to Imgur is blocked. It fixes Imgur links, embedded media, address bar input, dynamically loaded content.

Co je Imgur Liberatur?

Imgur Liberatur je rozšíření Chrome vyvinuté Özgün Ozan Kılıç, a jeho hlavní funkcí je „For people whose access to Imgur is blocked. It fixes Imgur links, embedded media, address bar input, dynamically loaded content.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Imgur Liberatur

Stáhněte si soubory rozšíření Imgur Liberatur 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í

                        līberātur: Lat. v. third-person singular present passive indicative of līberō.

Imgur is now liberated! The best Imgur extension available for people whose access to Imgur is blocked. It fixes Imgur links, embedded media, address bar input, even dynamically loaded content (mostly) by using Filmot.org versions or proxy. Feel free to give feedback.

In memory of Hüseyin Helvacıoğlu, an advocate of Internet freedom.                    

Základní Informace o Rozšíření

Název Imgur Liberatur Imgur Liberatur
ID paplnpjhobdmdcflnaicdobdgcljihfk
Oficiální URL https://chromewebstore.google.com/detail/imgur-liberatur/paplnpjhobdmdcflnaicdobdgcljihfk
Popis For people whose access to Imgur is blocked. It fixes Imgur links, embedded media, address bar input, dynamically loaded content.
Velikost souboru 155 KB
Počet instalací 91
Aktuální Verze 0.1.3
Poslední Aktualizace 2017-11-14
Datum Vydání 2017-11-14
Hodnocení 3.90/5 Celkem 20 Hodnocení
Vývojář Özgün Ozan Kılıç
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Imgur Liberatur",
    "short_name": "Imgur Liberatur",
    "version": "0.1.3",
    "description": "For people whose access to Imgur is blocked. It fixes Imgur links, embedded media, address bar input, dynamically loaded content.",
    "author": "\u00d6zg\u00fcn Ozan K\u0131l\u0131\u00e7",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "Imgur Liberatur",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.2.1.min.js",
                "script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ]
}