Imgur Liberatur

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

O que é Imgur Liberatur?

Imgur Liberatur é uma extensão do Chrome desenvolvida por Özgün Ozan Kılıç, e sua principal característica é "For people whose access to Imgur is blocked. It fixes Imgur links, embedded media, address bar input, dynamically loaded content.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Imgur Liberatur

Baixe arquivos de extensão Imgur Liberatur no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Imgur Liberatur Imgur Liberatur
ID paplnpjhobdmdcflnaicdobdgcljihfk
URL Oficial https://chromewebstore.google.com/detail/imgur-liberatur/paplnpjhobdmdcflnaicdobdgcljihfk
Descrição For people whose access to Imgur is blocked. It fixes Imgur links, embedded media, address bar input, dynamically loaded content.
Tamanho do Arquivo 155 KB
Contagem de Instalações 91
Versão Atual 0.1.3
Última Atualização 2017-11-14
Data de Publicação 2017-11-14
Classificação 3.90/5 Total de 20 Avaliações
Desenvolvedor Özgün Ozan Kılıç
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}