Imgur Liberatur

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

Imgur Liberatur란 무엇입니까?

Imgur Liberatur은(는) Özgün Ozan Kılıç에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "For people whose access to Imgur is blocked. It fixes Imgur links, embedded media, address bar input, dynamically loaded content."입니다.

확장 프로그램 스크린샷

screenshot

Imgur Liberatur 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Imgur Liberatur Imgur Liberatur
ID paplnpjhobdmdcflnaicdobdgcljihfk
공식 URL https://chromewebstore.google.com/detail/imgur-liberatur/paplnpjhobdmdcflnaicdobdgcljihfk
설명 For people whose access to Imgur is blocked. It fixes Imgur links, embedded media, address bar input, dynamically loaded content.
파일 크기 155 KB
설치 횟수 91
현재 버전 0.1.3
최근 업데이트 2017-11-14
출시 날짜 2017-11-14
평점 3.90/5 총 20 개의 평점
개발자 Özgün Ozan Kılıç
결제 유형 free
지원되는 언어 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"
    ]
}