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 |
官方網址 | 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 |
電子郵箱 | [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" ] } |