Medium Unblocker
A small Chrome extension that bypasses the block on the website "Medium"
Vad är Medium Unblocker?
Medium Unblocker är en Chrome-tillägg utvecklad av Paul Ashraf, och dess huvudfunktion är "A small Chrome extension that bypasses the block on the website "Medium"".
Tilläggsskärmbilder
Ladda ner Medium Unblocker-förlängningens CRX-fil
Ladda ner Medium Unblocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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`.
Grundläggande Information om Tillägg
Namn | Medium Unblocker |
ID | dbannipnecjbkocecnoedgfddobboell |
Officiell webbadress | https://chromewebstore.google.com/detail/medium-unblocker/dbannipnecjbkocecnoedgfddobboell |
Beskrivning | A small Chrome extension that bypasses the block on the website "Medium" |
Filstorlek | 107 KB |
Antal Installationer | 504 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2020-10-13 |
Publiceringsdatum | 2020-10-12 |
Betyg | 3.20/5 Totalt 5 Betyg |
Utvecklare | Paul Ashraf |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.paulashraf.com/ |
Hjälpsida URL | https://paypal.me/paulashraf |
Stödda Språk | 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 } |