Don't block Imgur, Please

Pick best web proxy automatically and access imgur via it.

Don't block Imgur, Pleaseคืออะไร?

Don't block Imgur, Please เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Apochyou และคุณลักษณะหลักของมันคือ "Pick best web proxy automatically and access imgur via it."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Don't block Imgur, Please

ดาวน์โหลดไฟล์ส่วนขยาย Don't block Imgur, Please ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        You can't block Imgur if I want.

Pick BEST web proxy automatically and access imgur via proxy, instead of redirect request to filmot.org.
More secure and more stable.

source code: https://gitlab.com/Apochyou/chrome-imgur-proxy

List of web proxy we use:
free-proxy (https://www.free-proxy.com/)  
hide.me (https://hide.me/en/proxy)  
hidester (https://hidester.com/)  
proxsei (https://www.proxsei.com/)  
proxypx (https://proxypx.com/)  
proxysite (https://www.proxysite.com/)  
stopcensoring.me (https://stopcensoring.me/)  
toolur (https://proxy.toolur.com/)  
unblockvideos (https://unblockvideos.com/)  
unblockyoutube / proxy-youtube / my-proxy (https://unblockyoutube.video/)  
vpnbook (https://www.vpnbook.com/webproxy)  
zend2 (https://zend2.com)  

Please let me known if you have any prefered web proxy server.

Change Log:
v2.4 improve imgur embed.js
v2.3 correct behaviour of imgur embed.js
v2.2 update list of proxy servers
v2.1 chrome API update
v2.0 * auto detect requirement of proxy
     * you can select proxy server manually
     * update list of proxy servers
     * add image of failed loaded

v1.4 fixed several same URL in same page will not be load
v1.3 add loading image
v1.2 optimize loading graph
v1.1 fixed auto redirect issue
v1.0 no longer use filmot.org as a proxy server

v0.4 automatically convert "/a/" URL to normal image URL
v0.3 supported imgur embed.js to load images in page.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Don't block Imgur, Please Don't block Imgur, Please
ID ckkjfkemnmgcbbejelimfpbjklfdampf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dont-block-imgur-please/ckkjfkemnmgcbbejelimfpbjklfdampf
คำอธิบาย Pick best web proxy automatically and access imgur via it.
ขนาดไฟล์ 27.78 KB
จำนวนการติดตั้ง 3,530
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2019-08-29
วันที่เผยแพร่ 2019-08-29
คะแนน 4.39/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา Apochyou
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "zh_TW",
    "version": "2.4",
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        ""
    ],
    "browser_action": {
        "default_icon": "images\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-messager.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "axios.min.js",
            "proxy-sites.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "embed-imgur.js",
        "images\/loading.png",
        "images\/failed.png"
    ]
}