Read Unlimited Medium Stories

This extension add another 2 free member-only stories for you on the medium.

Read Unlimited Medium Storiesคืออะไร?

Read Unlimited Medium Stories เป็นส่วนขยายของ Chrome ที่พัฒนาโดย vinothkumarsubbu และคุณลักษณะหลักของมันคือ "This extension add another 2 free member-only stories for you on the medium."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        This extension help to overcome the restrictions of medium to read the two stories a month. If you run out of stories just click on the extension it would add another 2 stories to your account. One more good news is this extension doesn't capture any userinformation.                    

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

ชื่อ Read Unlimited Medium Stories Read Unlimited Medium Stories
ID ldodiabfohccnhckofomohlceamjlkpl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/read-unlimited-medium-sto/ldodiabfohccnhckofomohlceamjlkpl
คำอธิบาย This extension add another 2 free member-only stories for you on the medium.
ขนาดไฟล์ 21.49 KB
จำนวนการติดตั้ง 358
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2021-08-27
วันที่เผยแพร่ 2021-08-27
ผู้พัฒนา vinothkumarsubbu
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read Unlimited Medium Stories",
    "version": "1.0",
    "description": "This extension add another 2 free member-only stories for you on the medium.",
    "permissions": [
        "cookies",
        "http:\/\/medium.com\/*",
        "https:\/\/medium.com\/*",
        "https:\/\/.medium.com\/"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}