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
官方網址 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
電子郵箱 [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"
    }
}