Unblock Please

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

Unblock Please क्या है?

Unblock Please eggsydev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Unblocks blocked Imgur image and Pastebin paste access requests by using different proxies."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Unblock Please एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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",
        ""
    ]
}