Unblock Please

Unblocks blocked Imgur image and Pastebin paste access requests by using different proxies.

Unblock Pleaseคืออะไร?

Unblock Please เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eggsydev และคุณลักษณะหลักของมันคือ "Unblocks blocked Imgur image and Pastebin paste access requests by using different proxies."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unblock Please

ดาวน์โหลดไฟล์ส่วนขยาย 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 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",
        ""
    ]
}