imgur.com URL Fixer

Fix blocked imgur.com URLs using duckduckgo proxy

imgur.com URL Fixerคืออะไร?

imgur.com URL Fixer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mesut Tasci และคุณลักษณะหลักของมันคือ "Fix blocked imgur.com URLs using duckduckgo proxy"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย imgur.com URL Fixer

ดาวน์โหลดไฟล์ส่วนขยาย imgur.com URL Fixer ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        A simple extension for fixing blocked imgur.com URLs using duckduckgo proxy.
You can look source code of the extension from https://github.com/mesuutt/imgur-url-fixer                    

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

ชื่อ imgur.com URL Fixer imgur.com URL Fixer
ID jfiohaeblicppelgmpefgmeboodioijf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/imgurcom-url-fixer/jfiohaeblicppelgmpefgmeboodioijf
คำอธิบาย Fix blocked imgur.com URLs using duckduckgo proxy
ขนาดไฟล์ 3.23 KB
จำนวนการติดตั้ง 39
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-03-13
วันที่เผยแพร่ 2019-03-11
ผู้พัฒนา Mesut Tasci
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/mesuutt/imgur-url-fixer
URL หน้าช่วยเหลือ https://github.com/mesuutt/imgur-url-fixer/issues
ภาษาที่รองรับ tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "imgur.com URL Fixer",
    "description": "Fix blocked imgur.com URLs using duckduckgo proxy",
    "manifest_version": 2,
    "version": "1.0",
    "homepage": "https:\/\/github.com\/mesuutt\/imgur-url-fixer",
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}