Remove Medium.com Overlays
An Extension that removes 'keep updated' and 'login' overlays on Medium.com pages
What is Remove Medium.com Overlays?
Remove Medium.com Overlays is a Chrome extension developed by xaendro, and its main feature is "An Extension that removes 'keep updated' and 'login' overlays on Medium.com pages".
Extension Screenshots
Download Remove Medium.com Overlays Extension CRX File
Download Remove Medium.com Overlays extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An Extension that removes 'keep updated' and 'login' overlays on Medium.com pages
Extension Basic Information
Name | Remove Medium.com Overlays |
ID | fjffipfhmeegcjejafcleommlkjgmgoi |
Official URL | https://chromewebstore.google.com/detail/remove-mediumcom-overlays/fjffipfhmeegcjejafcleommlkjgmgoi |
Description | An Extension that removes 'keep updated' and 'login' overlays on Medium.com pages |
File Size | 3.14 KB |
Installation Count | 100 |
Current Version | 0.1.6 |
Last Updated | 2019-04-17 |
Publish Date | 2019-04-17 |
Developer | xaendro |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove Medium.com Overlays", "version": "0.1.6", "description": "An Extension that removes 'keep updated' and 'login' overlays on Medium.com pages", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/medium.com\/*" ] } ] } |