Medium redirector
A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.
Τι είναι το Medium redirector;
Το Medium redirector είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://mtiifa.github.io, και η κύρια λειτουργία του είναι "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Medium redirector
Λήψη αρχείων επέκτασης Medium redirector σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
By redirecting All Medium.com blogs to a mirror website, Now you can explore the blog if you were not able to access it due to the ISP or the organization's restrictions.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Medium redirector |
ID | oamhanfbbibdigfbcmgnmonhjnlmjepj |
Επίσημο URL | https://chromewebstore.google.com/detail/medium-redirector/oamhanfbbibdigfbcmgnmonhjnlmjepj |
Περιγραφή | A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it. |
Μέγεθος Αρχείου | 42.36 KB |
Αριθμός Εγκαταστάσεων | 228 |
Τρέχουσα Έκδοση | 1.5 |
Τελευταία Ενημέρωση | 2022-08-25 |
Ημερομηνία Δημοσίευσης | 2021-03-19 |
Αξιολόγηση | 4.67/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://mtiifa.github.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Medium redirector", "version": "1.5", "author": "Mo'men Tawfik", "permissions": [ "webNavigation" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "description": "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png", "256": "icons\/256x256.png" } } |