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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wywywywy และคุณลักษณะหลักของมันคือ "Easily open Medium articles in Freedium to bypass restrictions. Simply right click on any Medium link, or right click on anywhere…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Open in Freedium

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}