Medium Unblocker

A small Chrome extension that bypasses the block on the website "Medium"

Medium Unblockerคืออะไร?

Medium Unblocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paul Ashraf และคุณลักษณะหลักของมันคือ "A small Chrome extension that bypasses the block on the website "Medium""

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

screenshot

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

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

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

                        A small Chrome extension that bypasses the block on the website "Medium". It listens for urls starting with `https://medium.com/` and adds a `.` after the `.com`.                    

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

ชื่อ Medium Unblocker Medium Unblocker
ID dbannipnecjbkocecnoedgfddobboell
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/medium-unblocker/dbannipnecjbkocecnoedgfddobboell
คำอธิบาย A small Chrome extension that bypasses the block on the website "Medium"
ขนาดไฟล์ 107 KB
จำนวนการติดตั้ง 504
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2020-10-13
วันที่เผยแพร่ 2020-10-12
คะแนน 3.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Paul Ashraf
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.paulashraf.com/
URL หน้าช่วยเหลือ https://paypal.me/paulashraf
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium Unblocker",
    "version": "0.1",
    "description": "A small Chrome extension that bypasses the block on the website \"Medium\"",
    "permissions": [
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}