Remove Medium.com Overlays
An Extension that removes 'keep updated' and 'login' overlays on Medium.com pages
什麼是Remove Medium.com Overlays?
Remove Medium.com Overlays是由xaendro開發的Chrome擴展程式,該擴展的主要功能是“An Extension that removes 'keep updated' and 'login' overlays on Medium.com pages”。
擴展截圖
下載Remove Medium.com Overlays擴展crx文件
下載Remove Medium.com Overlays擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
An Extension that removes 'keep updated' and 'login' overlays on Medium.com pages
擴展基本資訊
名稱 | Remove Medium.com Overlays |
ID | fjffipfhmeegcjejafcleommlkjgmgoi |
官方網址 | https://chromewebstore.google.com/detail/remove-mediumcom-overlays/fjffipfhmeegcjejafcleommlkjgmgoi |
簡介 | An Extension that removes 'keep updated' and 'login' overlays on Medium.com pages |
檔案大小 | 3.14 KB |
安裝次數 | 100 |
目前版本 | 0.1.6 |
更新時間 | 2019-04-17 |
上架時間 | 2019-04-17 |
開發者 | xaendro |
付費類型 | free |
支援的語言 | 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\/*" ] } ] } |