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! είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον nutandevjoshi, και η κύρια λειτουργία του είναι "It gives you free access to all the premium articles!! 😎".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Medium : Premium Version for free!
Λήψη αρχείων επέκτασης 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 |
Ηλεκτρονικό ταχυδρομείο | [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" ] } |