Medium : Premium Version for free!
It gives you free access to all the premium articles!! 😎
Was ist Medium : Premium Version for free!?
Medium : Premium Version for free! ist eine Chrome-Erweiterung, die von nutandevjoshi entwickelt wurde, und ihr Hauptmerkmal ist "It gives you free access to all the premium articles!! 😎".
Erweiterungsscreenshots
Medium : Premium Version for free!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Medium : Premium Version for free!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | emnnfdphohebiolehihekkiecpkmfiei |
Offizielle URL | https://chrome.google.com/webstore/detail/medium-premium-version-fo/emnnfdphohebiolehihekkiecpkmfiei |
Beschreibung | It gives you free access to all the premium articles!! 😎 |
Dateigröße | 188 KB |
Installationsanzahl | 822 |
Aktuelle Version | 1.0 |
Letztes Update | 2020-02-16 |
Veröffentlichungsdatum | 2020-02-16 |
Bewertung | 2.00/5 Insgesamt 8 Bewertungen |
Entwickler | nutandevjoshi |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |