Medium Unblocker
A small Chrome extension that bypasses the block on the website "Medium"
什麼是Medium Unblocker?
Medium Unblocker是由Paul Ashraf開發的Chrome擴展程式,該擴展的主要功能是“A small Chrome extension that bypasses the block on the website "Medium"”。
擴展截圖
下載Medium Unblocker擴展crx文件
下載Medium Unblocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A small Chrome extension that bypasses the block on the website "Medium". It listens for urls starting with `https://medium.com/` and adds a `.` after the `.com`.
擴展基本資訊
名稱 | Medium Unblocker |
ID | dbannipnecjbkocecnoedgfddobboell |
官方網址 | https://chromewebstore.google.com/detail/medium-unblocker/dbannipnecjbkocecnoedgfddobboell |
簡介 | A small Chrome extension that bypasses the block on the website "Medium" |
檔案大小 | 107 KB |
安裝次數 | 504 |
目前版本 | 0.1 |
更新時間 | 2020-10-13 |
上架時間 | 2020-10-12 |
評分 | 3.20/5 共 5 次評分 |
開發者 | Paul Ashraf |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.paulashraf.com/ |
說明頁面URL | https://paypal.me/paulashraf |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Medium Unblocker", "version": "0.1", "description": "A small Chrome extension that bypasses the block on the website \"Medium\"", "permissions": [ "webNavigation" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "manifest_version": 2 } |