Medium redirector

A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.

Qu'est-ce que Medium redirector ?

Medium redirector est une extension Chrome développée par https://mtiifa.github.io, et sa fonction principale est "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Medium redirector

Téléchargez les fichiers d'extension Medium redirector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Medium redirector Medium redirector
ID oamhanfbbibdigfbcmgnmonhjnlmjepj
URL Officiel https://chromewebstore.google.com/detail/medium-redirector/oamhanfbbibdigfbcmgnmonhjnlmjepj
Description A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.
Taille du Fichier 42.36 KB
Nombre d'Installations 228
Version Actuelle 1.5
Dernière Mise à Jour 2022-08-25
Date de Publication 2021-03-19
Évaluation 4.67/5 Total 3 Évaluations
Développeur https://mtiifa.github.io
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}