Medium redirector
A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.
Vad är Medium redirector?
Medium redirector är en Chrome-tillägg utvecklad av https://mtiifa.github.io, och dess huvudfunktion är "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.".
Tilläggsskärmbilder
Ladda ner Medium redirector-förlängningens CRX-fil
Ladda ner Medium redirector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | oamhanfbbibdigfbcmgnmonhjnlmjepj | 
| Officiell webbadress | https://chromewebstore.google.com/detail/medium-redirector/oamhanfbbibdigfbcmgnmonhjnlmjepj | 
| Beskrivning | A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it. | 
| Filstorlek | 42.36 KB | 
| Antal Installationer | 228 | 
| Aktuell Version | 1.5 | 
| Senast Uppdaterad | 2022-08-25 | 
| Publiceringsdatum | 2021-03-19 | 
| Betyg | 4.67/5 Totalt 3 Betyg | 
| Utvecklare | https://mtiifa.github.io | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
    }
}  |  |