Medium Unblocker
A small Chrome extension that bypasses the block on the website "Medium"
Medium Unblocker là gì?
Medium Unblocker là một tiện ích mở rộng Chrome được phát triển bởi Paul Ashraf, và tính năng chính của nó là "A small Chrome extension that bypasses the block on the website "Medium"".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Medium Unblocker
Tải xuống các tệp mở rộng Medium Unblocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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`.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Medium Unblocker |
ID | dbannipnecjbkocecnoedgfddobboell |
URL Chính Thức | https://chromewebstore.google.com/detail/medium-unblocker/dbannipnecjbkocecnoedgfddobboell |
Mô tả | A small Chrome extension that bypasses the block on the website "Medium" |
Kích Thước Tệp | 107 KB |
Số Lần Cài Đặt | 504 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2020-10-13 |
Ngày Phát Hành | 2020-10-12 |
Đánh Giá | 3.20/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Paul Ashraf |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.paulashraf.com/ |
URL Trang Trợ Giúp | https://paypal.me/paulashraf |
Ngôn Ngữ Được Hỗ Trợ | 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 } |