Open in Freedium

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

Open in Freediumとは何ですか?

Open in Freediumはwywywywyによって開発されたChromeの拡張機能で、その主な機能は「Easily open Medium articles in Freedium to bypass restrictions. Simply right click on any Medium link, or right click on anywhere…」です。

拡張機能のスクリーンショット

screenshot

Open in Freedium拡張機能のCRXファイルをダウンロード

Open in Freedium拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Open in Freedium Open in Freedium
ID giibjnmcmkglpdichdiabecdkeefknak
公式URL https://chromewebstore.google.com/detail/open-in-freedium/giibjnmcmkglpdichdiabecdkeefknak
説明 Easily open Medium articles in Freedium to bypass restrictions. Simply right click on any Medium link, or right click on anywhere…
ファイルサイズ 25.98 KB
インストール数 1,481
現在のバージョン 1.1.0
最終更新日 2023-12-27
公開日 2023-11-14
評価 5.00/5 合計 7 レビュー
開発者 wywywywy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/wywywywy/freedium-browser-extension
ヘルプページのURL https://github.com/wywywywy/freedium-browser-extension/issues
対応言語 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"
    }
}