Medium : Premium Version for free!

It gives you free access to all the premium articles!! 😎

Medium : Premium Version for free!คืออะไร?

Medium : Premium Version for free! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nutandevjoshi และคุณลักษณะหลักของมันคือ "It gives you free access to all the premium articles!! 😎"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Medium : Premium Version for free!

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

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

                        It gives you free access to all the premium articles!! 😎

The one  and only extension only which gives you free access to all the premium articles! If you can afford paid medium, dont install 😅 :) !! 
Just kidding!!

It works 100% for all the articles on medium.                    

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

ชื่อ Medium : Premium Version for free! Medium : Premium Version for free!
ID emnnfdphohebiolehihekkiecpkmfiei
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/medium-premium-version-fo/emnnfdphohebiolehihekkiecpkmfiei
คำอธิบาย It gives you free access to all the premium articles!! 😎
ขนาดไฟล์ 188 KB
จำนวนการติดตั้ง 822
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-02-16
วันที่เผยแพร่ 2020-02-16
คะแนน 2.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา nutandevjoshi
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium : Premium Version for free!",
    "version": "1.0",
    "description": "It gives you free access to all the premium articles!! \ud83d\ude0e",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icons8-medium-monogram-16.png",
            "32": "images\/icons8-medium-monogram-32.png",
            "48": "images\/icons8-medium-monogram-48.png",
            "128": "images\/icons8-medium-monogram-128.png"
        }
    },
    "icons": {
        "16": "images\/icons8-medium-monogram-16.png",
        "32": "images\/icons8-medium-monogram-32.png",
        "48": "images\/icons8-medium-monogram-48.png",
        "128": "images\/icons8-medium-monogram-128.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/medium.com\/*"
            ],
            "js": [
                "contentscript.js",
                "popupcode.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "popupcode.js"
    ]
}