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…”。
扩展截图
下载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 |
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 |
电子邮箱 | [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" } } |