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 هو إضافة Chrome تم تطويرها بواسطة Özgün Ozan Kılıç، والميزة الرئيسية لها هي "For people whose access to Imgur is blocked. It fixes Imgur links, embedded media, address bar input, dynamically loaded content.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Imgur Liberatur

قم بتنزيل ملفات الامتداد Imgur Liberatur بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}