Medium Unblocker
A small Chrome extension that bypasses the block on the website "Medium"
Was ist Medium Unblocker?
Medium Unblocker ist eine Chrome-Erweiterung, die von Paul Ashraf entwickelt wurde, und ihr Hauptmerkmal ist "A small Chrome extension that bypasses the block on the website "Medium"".
Erweiterungsscreenshots
Medium Unblocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Medium Unblocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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`. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dbannipnecjbkocecnoedgfddobboell |
| Offizielle URL | https://chromewebstore.google.com/detail/medium-unblocker/dbannipnecjbkocecnoedgfddobboell |
| Beschreibung | A small Chrome extension that bypasses the block on the website "Medium" |
| Dateigröße | 107 KB |
| Installationsanzahl | 504 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2020-10-13 |
| Veröffentlichungsdatum | 2020-10-12 |
| Bewertung | 3.20/5 Insgesamt 5 Bewertungen |
| Entwickler | Paul Ashraf |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://www.paulashraf.com/ |
| Hilfeseite URL | https://paypal.me/paulashraf |
| Unterstützte Sprachen | 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
} | |