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.”。
扩展截图
下载Imgur Liberatur扩展crx文件
下载Imgur Liberatur扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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", " |