Medium redirector
A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.
Medium redirectorคืออะไร?
Medium redirector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mtiifa.github.io และคุณลักษณะหลักของมันคือ "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Medium redirector
ดาวน์โหลดไฟล์ส่วนขยาย Medium redirector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
By redirecting All Medium.com blogs to a mirror website, Now you can explore the blog if you were not able to access it due to the ISP or the organization's restrictions.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Medium redirector |
ID | oamhanfbbibdigfbcmgnmonhjnlmjepj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/medium-redirector/oamhanfbbibdigfbcmgnmonhjnlmjepj |
คำอธิบาย | A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it. |
ขนาดไฟล์ | 42.36 KB |
จำนวนการติดตั้ง | 228 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2022-08-25 |
วันที่เผยแพร่ | 2021-03-19 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://mtiifa.github.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Medium redirector", "version": "1.5", "author": "Mo'men Tawfik", "permissions": [ "webNavigation" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png" } } |