Medium : Premium Version for free!
It gives you free access to all the premium articles!! 😎
Medium : Premium Version for free!とは何ですか?
Medium : Premium Version for free!はnutandevjoshiによって開発されたChromeの拡張機能で、その主な機能は「It gives you free access to all the premium articles!! 😎」です。
拡張機能のスクリーンショット
Medium : Premium Version for free!拡張機能のCRXファイルをダウンロード
Medium : Premium Version for free!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
It gives you free access to all the premium articles!! 😎 The one and only extension only which gives you free access to all the premium articles! If you can afford paid medium, dont install 😅 :) !! Just kidding!! It works 100% for all the articles on medium.
拡張機能の基本情報
名前 | |
ID | emnnfdphohebiolehihekkiecpkmfiei |
公式URL | https://chrome.google.com/webstore/detail/medium-premium-version-fo/emnnfdphohebiolehihekkiecpkmfiei |
説明 | It gives you free access to all the premium articles!! 😎 |
ファイルサイズ | 188 KB |
インストール数 | 822 |
現在のバージョン | 1.0 |
最終更新日 | 2020-02-16 |
公開日 | 2020-02-16 |
評価 | 2.00/5 合計 8 レビュー |
開発者 | nutandevjoshi |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Medium : Premium Version for free!", "version": "1.0", "description": "It gives you free access to all the premium articles!! \ud83d\ude0e", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icons8-medium-monogram-16.png", "32": "images\/icons8-medium-monogram-32.png", "48": "images\/icons8-medium-monogram-48.png", "128": "images\/icons8-medium-monogram-128.png" } }, "icons": { "16": "images\/icons8-medium-monogram-16.png", "32": "images\/icons8-medium-monogram-32.png", "48": "images\/icons8-medium-monogram-48.png", "128": "images\/icons8-medium-monogram-128.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/medium.com\/*" ], "js": [ "contentscript.js", "popupcode.js" ] } ], "web_accessible_resources": [ "popupcode.js" ] } |