Imgur Liberatur

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

Co to jest Imgur Liberatur?

Imgur Liberatur to rozszerzenie Chrome opracowane przez Özgün Ozan Kılıç, a jego główną funkcją jest „For people whose access to Imgur is blocked. It fixes Imgur links, embedded media, address bar input, dynamically loaded content.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Imgur Liberatur

Pobierz pliki rozszerzeń Imgur Liberatur w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Imgur Liberatur Imgur Liberatur
ID paplnpjhobdmdcflnaicdobdgcljihfk
Oficjalny URL https://chromewebstore.google.com/detail/imgur-liberatur/paplnpjhobdmdcflnaicdobdgcljihfk
Opis For people whose access to Imgur is blocked. It fixes Imgur links, embedded media, address bar input, dynamically loaded content.
Rozmiar pliku 155 KB
Liczba instalacji 91
Aktualna Wersja 0.1.3
Ostatnia Aktualizacja 2017-11-14
Data Publikacji 2017-11-14
Ocena 3.90/5 Łącznie 20 Oceny
Deweloper Özgün Ozan Kılıç
Typ Płatności free
Obsługiwane Języki 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"
    ]
}