Medium : Premium Version for free!
It gives you free access to all the premium articles!! 😎
Hvad er Medium : Premium Version for free!?
Medium : Premium Version for free! er en Chrome-udvidelse udviklet af nutandevjoshi, og dens hovedfunktion er "It gives you free access to all the premium articles!! 😎".
Udvidelsesskærmbilleder
Download Medium : Premium Version for free!-udvidelses-CRX-fil
Download Medium : Premium Version for free!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | emnnfdphohebiolehihekkiecpkmfiei |
Officiel URL | https://chrome.google.com/webstore/detail/medium-premium-version-fo/emnnfdphohebiolehihekkiecpkmfiei |
Beskrivelse | It gives you free access to all the premium articles!! 😎 |
Filstørrelse | 188 KB |
Antal Installationer | 822 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-02-16 |
Udgivelsesdato | 2020-02-16 |
Bedømmelse | 2.00/5 Samlet 8 Bedømmelser |
Udvikler | nutandevjoshi |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |