Medium Unblocker
A small Chrome extension that bypasses the block on the website "Medium"
Wat is Medium Unblocker?
Medium Unblocker is een Chrome-extensie ontwikkeld door Paul Ashraf, en de belangrijkste functie is "A small Chrome extension that bypasses the block on the website "Medium"".
Extensie Screenshots
Download het CRX-bestand van de extensie Medium Unblocker
Download Medium Unblocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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`.
Basisinformatie over de Extensie
Naam | Medium Unblocker |
ID | dbannipnecjbkocecnoedgfddobboell |
Officiële URL | https://chromewebstore.google.com/detail/medium-unblocker/dbannipnecjbkocecnoedgfddobboell |
Beschrijving | A small Chrome extension that bypasses the block on the website "Medium" |
Bestandsgrootte | 107 KB |
Aantal Installaties | 504 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2020-10-13 |
Publicatiedatum | 2020-10-12 |
Beoordeling | 3.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Paul Ashraf |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.paulashraf.com/ |
Help Pagina-URL | https://paypal.me/paulashraf |
Ondersteunde Talen | 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 } |