Medium Unblocker
A small Chrome extension that bypasses the block on the website "Medium"
ما هو Medium Unblocker؟
Medium Unblocker هو إضافة Chrome تم تطويرها بواسطة Paul Ashraf، والميزة الرئيسية لها هي "A small Chrome extension that bypasses the block on the website "Medium"".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Medium Unblocker
قم بتنزيل ملفات الامتداد Medium Unblocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان URL الرسمي | 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/ |
عنوان صفحة المساعدة | 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 } |