Medium : Premium Version for free!

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

Medium : Premium Version for free! là gì?

Medium : Premium Version for free! là một tiện ích mở rộng Chrome được phát triển bởi nutandevjoshi, và tính năng chính của nó là "It gives you free access to all the premium articles!! 😎".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Medium : Premium Version for free!

Tải xuống các tệp mở rộng Medium : Premium Version for free! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Medium : Premium Version for free! Medium : Premium Version for free!
ID emnnfdphohebiolehihekkiecpkmfiei
URL Chính Thức https://chrome.google.com/webstore/detail/medium-premium-version-fo/emnnfdphohebiolehihekkiecpkmfiei
Mô tả It gives you free access to all the premium articles!! 😎
Kích Thước Tệp 188 KB
Số Lần Cài Đặt 822
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-02-16
Ngày Phát Hành 2020-02-16
Đánh Giá 2.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển nutandevjoshi
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}