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 |
公式URL | 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\/*" ] } ] } |