Medium For Free

Read Medium for Free and without VPN in Egypt.

What is Medium For Free?

Medium For Free is a Chrome extension developed by Mohammed Hashem, and its main feature is "Read Medium for Free and without VPN in Egypt.".

Extension Screenshots

screenshot

Download Medium For Free Extension CRX File

Download Medium For Free extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        * إستمتع بجميع مقالات Medium مجانًا بدون الإشتراك في الموقع, وبدون أي ليميت على عدد المقالات.
* للمصرين لا تحتاج إلى إستخدام VPN للدخول على الموقع!                    

Extension Basic Information

Name Medium For Free Medium For Free
ID dbeojjdkilnnbblfocbobnkkijkifjln
Official URL https://chromewebstore.google.com/detail/medium-for-free/dbeojjdkilnnbblfocbobnkkijkifjln
Description Read Medium for Free and without VPN in Egypt.
File Size 14.7 KB
Installation Count 1,663
Current Version 0.0.2
Last Updated 2020-07-30
Publish Date 2020-06-18
Rating 2.90/5 Total 21 Ratings
Developer Mohammed Hashem
Email [email protected]
Payment Type free
Extension Website https://medium.com/
Help Page URL https://medium.com/
Supported Languages ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium For Free",
    "version": "0.0.2",
    "description": "Read Medium for Free and without VPN in Egypt.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}