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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Unblock Please 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 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",
        ""
    ]
}