Open in Freedium

Easily open Medium articles in Freedium to bypass restrictions. Simply right click on any Medium link, or right click on anywhere…

What is Open in Freedium?

Open in Freedium is a Chrome extension developed by wywywywy, and its main feature is "Easily open Medium articles in Freedium to bypass restrictions. Simply right click on any Medium link, or right click on anywhere…".

Extension Screenshots

screenshot

Download Open in Freedium Extension CRX File

Download Open in Freedium 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

                        Easily open Medium articles in Freedium to bypass restrictions.

Simply right click on any Medium link, or right click on anywhere in a Medium article page, and then click on "Open in Freedium".

It's a simple extension and no user data is collected.

This is open source and the source code is available here: https://github.com/wywywywy/freedium-browser-extension                    

Extension Basic Information

Name Open in Freedium Open in Freedium
ID giibjnmcmkglpdichdiabecdkeefknak
Official URL https://chromewebstore.google.com/detail/open-in-freedium/giibjnmcmkglpdichdiabecdkeefknak
Description Easily open Medium articles in Freedium to bypass restrictions. Simply right click on any Medium link, or right click on anywhere…
File Size 25.98 KB
Installation Count 1,481
Current Version 1.1.0
Last Updated 2023-12-27
Publish Date 2023-11-14
Rating 5.00/5 Total 7 Ratings
Developer wywywywy
Email [email protected]
Payment Type free
Extension Website https://github.com/wywywywy/freedium-browser-extension
Help Page URL https://github.com/wywywywy/freedium-browser-extension/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in Freedium",
    "version": "1.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [],
    "action": {
        "default_popup": "options.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "32": "logo-32.png",
        "48": "logo-48.png",
        "64": "logo-64.png",
        "128": "logo-128.png"
    }
}