Unblock Please
Unblocks blocked Imgur image and Pastebin paste access requests by using different proxies.
什么是Unblock Please?
Unblock Please是由eggsydev开发的Chrome扩展程序,该扩展的主要功能是“Unblocks blocked Imgur image and Pastebin paste access requests by using different proxies.”。
扩展截图
下载Unblock Please扩展crx文件
下载Unblock Please扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Unblock Please is an extension that you can use to bypass Pastebin and Imgur blockages by using different proxies! It is 100% safe and open source! You can review the code from this repository and tweak it however you like it! Features: - Easy and simple UI to disable which services you don't want extension to work on. - See your stats, total unblocked requests and last time Unblock Please helped you to unblock a request! Feature Requests: You can use issues of its repository to request a feature! It's free, trust me. You can also make it by yourself and send a pull request! External Links: Website of the Developer: https://eggsy.xyz Twitter - https://twitter.com/eggsydev GitHub - https://github.com/eggsy/unblock-please
扩展基本信息
名称 | Unblock Please |
ID | lpngbkmgnehdkkobdbieckjpphkohffd |
官方URL | https://chromewebstore.google.com/detail/unblock-please/lpngbkmgnehdkkobdbieckjpphkohffd |
简介 | Unblocks blocked Imgur image and Pastebin paste access requests by using different proxies. |
文件大小 | 62.59 KB |
安装次数 | 536 |
当前版本 | 3.5.0 |
更新时间 | 2021-02-04 |
上架时间 | 2020-07-04 |
评分 | 4.55/5 共11次评分 |
开发者 | eggsydev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/eggsy/unblock-please |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unblock Please", "description": "Unblocks blocked Imgur image and Pastebin paste access requests by using different proxies.", "version": "3.5.0", "icons": { "16": "assets\/icons\/system\/icon16.png", "48": "assets\/icons\/system\/icon48.png", "128": "assets\/icons\/system\/icon128.png" }, "browser_action": { "default_icon": "assets\/icons\/system\/icon48.png", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "webRequest", "webRequestBlocking", " |