Medium Unlocker Custom

Unlocks medium.com for unlimited reads, no membership required (Custom version of Medium Unlocker by und3fined).

Medium Unlocker Customคืออะไร?

Medium Unlocker Custom เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://gioxx.org และคุณลักษณะหลักของมันคือ "Unlocks medium.com for unlimited reads, no membership required (Custom version of Medium Unlocker by und3fined)."

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

screenshot
screenshot

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

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

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

                        Read Medium content without limit. Based on the original script by und3fined available on https://medium.und3fined.com.                    

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

ชื่อ Medium Unlocker Custom Medium Unlocker Custom
ID ihfciiofckjffmfgoaodlcidhakkdoda
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ihfciiofckjffmfgoaodlcidhakkdoda
คำอธิบาย Unlocks medium.com for unlimited reads, no membership required (Custom version of Medium Unlocker by und3fined).
ขนาดไฟล์ 128 KB
จำนวนการติดตั้ง 11,989
เวอร์ชันปัจจุบัน 1.4.19
อัปเดตครั้งล่าสุด 2022-02-14
วันที่เผยแพร่ 2022-01-06
คะแนน 3.43/5 รวมทั้งหมด 67 คะแนน
ผู้พัฒนา https://gioxx.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/gioxx/medium-unlocker-custom
URL หน้าช่วยเหลือ https://github.com/gioxx/medium-unlocker-custom/issues
URL หน้านโยบายความเป็นส่วนตัว https://gioxx.org/chromeaddons/the-marvellous-suspender
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Medium Unlocker Custom",
    "version": "1.4.19",
    "description": "Unlocks medium.com for unlimited reads, no membership required (Custom version of Medium Unlocker by und3fined).",
    "short_name": "Medium Unlocker",
    "icons": {
        "48": "medium-48.png",
        "64": "medium-64.png",
        "128": "medium-128.png",
        "256": "medium-256.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.medium.com\/*",
                "https:\/\/500ish.com\/*",
                "https:\/\/android.jlelse.eu\/*",
                "https:\/\/betterhumans.coach.me\/*",
                "https:\/\/betterprogramming.pub\/*",
                "https:\/\/blog.angularindepth.com\/*",
                "https:\/\/blog.bitsrc.io\/*",
                "https:\/\/blog.devartis.com\/*",
                "https:\/\/blog.getambassador.io\/*",
                "https:\/\/blog.hipolabs.com\/*",
                "https:\/\/blog.maddevs.io\/*",
                "https:\/\/blog.prototypr.io\/*",
                "https:\/\/blog.roost.io\/*",
                "https:\/\/blog.usejournal.com\/*",
                "https:\/\/calia.me\/*",
                "https:\/\/codeburst.io\/*",
                "https:\/\/engineering.opsgenie.com\/*",
                "https:\/\/enlear.academy\/*",
                "https:\/\/entrepreneurshandbook.co\/*",
                "https:\/\/faun.pub\/*",
                "https:\/\/hackernoon.com\/*",
                "https:\/\/instagram-engineering.com\/*",
                "https:\/\/itnext.io\/*",
                "https:\/\/javascript.plainenglish.io\/*",
                "https:\/\/levelup.gitconnected.com\/*",
                "https:\/\/medium.com\/*",
                "https:\/\/medium.freecodecamp.org\/*",
                "https:\/\/medium.mybridge.co\/*",
                "https:\/\/proandroiddev.com\/*",
                "https:\/\/productcoalition.com\/*",
                "https:\/\/psiloveyou.xyz\/*",
                "https:\/\/robinhood.engineering\/*",
                "https:\/\/theascent.pub\/*",
                "https:\/\/thebolditalic.com\/*",
                "https:\/\/thecreative.cafe\/*",
                "https:\/\/towardsdatascience.com\/*",
                "https:\/\/towardsdev.com\/*",
                "https:\/\/ux.shopify.com\/*",
                "https:\/\/uxdesign.cc\/*",
                "https:\/\/uxplanet.org\/*",
                "https:\/\/writingcooperative.com\/*",
                "https:\/\/www.cantorsparadise.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.medium.com\/*",
        "https:\/\/500ish.com\/*",
        "https:\/\/android.jlelse.eu\/*",
        "https:\/\/betterhumans.coach.me\/*",
        "https:\/\/betterprogramming.pub\/*",
        "https:\/\/blog.angularindepth.com\/*",
        "https:\/\/blog.bitsrc.io\/*",
        "https:\/\/blog.devartis.com\/*",
        "https:\/\/blog.getambassador.io\/*",
        "https:\/\/blog.hipolabs.com\/*",
        "https:\/\/blog.maddevs.io\/*",
        "https:\/\/blog.prototypr.io\/*",
        "https:\/\/blog.roost.io\/*",
        "https:\/\/blog.usejournal.com\/*",
        "https:\/\/calia.me\/*",
        "https:\/\/codeburst.io\/*",
        "https:\/\/engineering.opsgenie.com\/*",
        "https:\/\/enlear.academy\/*",
        "https:\/\/entrepreneurshandbook.co\/*",
        "https:\/\/faun.pub\/*",
        "https:\/\/hackernoon.com\/*",
        "https:\/\/instagram-engineering.com\/*",
        "https:\/\/itnext.io\/*",
        "https:\/\/javascript.plainenglish.io\/*",
        "https:\/\/levelup.gitconnected.com\/*",
        "https:\/\/medium.com\/*",
        "https:\/\/medium.freecodecamp.org\/*",
        "https:\/\/medium.mybridge.co\/*",
        "https:\/\/proandroiddev.com\/*",
        "https:\/\/productcoalition.com\/*",
        "https:\/\/psiloveyou.xyz\/*",
        "https:\/\/robinhood.engineering\/*",
        "https:\/\/theascent.pub\/*",
        "https:\/\/thebolditalic.com\/*",
        "https:\/\/thecreative.cafe\/*",
        "https:\/\/towardsdatascience.com\/*",
        "https:\/\/towardsdev.com\/*",
        "https:\/\/ux.shopify.com\/*",
        "https:\/\/uxdesign.cc\/*",
        "https:\/\/uxplanet.org\/*",
        "https:\/\/writingcooperative.com\/*",
        "https:\/\/www.cantorsparadise.com\/*"
    ]
}