Medium : Premium Version for free!
It gives you free access to all the premium articles!! 😎
Vad är Medium : Premium Version for free!?
Medium : Premium Version for free! är en Chrome-tillägg utvecklad av nutandevjoshi, och dess huvudfunktion är "It gives you free access to all the premium articles!! 😎".
Tilläggsskärmbilder
Ladda ner Medium : Premium Version for free!-förlängningens CRX-fil
Ladda ner Medium : Premium Version for free!-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | emnnfdphohebiolehihekkiecpkmfiei |
Officiell webbadress | https://chrome.google.com/webstore/detail/medium-premium-version-fo/emnnfdphohebiolehihekkiecpkmfiei |
Beskrivning | It gives you free access to all the premium articles!! 😎 |
Filstorlek | 188 KB |
Antal Installationer | 822 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2020-02-16 |
Publiceringsdatum | 2020-02-16 |
Betyg | 2.00/5 Totalt 8 Betyg |
Utvecklare | nutandevjoshi |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |