Medium redirector
A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.
Hvad er Medium redirector?
Medium redirector er en Chrome-udvidelse udviklet af https://mtiifa.github.io, og dens hovedfunktion er "A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it.".
Udvidelsesskærmbilleder
Download Medium redirector-udvidelses-CRX-fil
Download Medium redirector-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
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æggende oplysninger om udvidelsen
| Navn | |
| ID | oamhanfbbibdigfbcmgnmonhjnlmjepj |
| Officiel URL | https://chromewebstore.google.com/detail/medium-redirector/oamhanfbbibdigfbcmgnmonhjnlmjepj |
| Beskrivelse | A Google Chrome extension helps you explore Medium.com if you are in a country or organization that blocks it. |
| Filstørrelse | 42.36 KB |
| Antal Installationer | 228 |
| Nuværende Version | 1.5 |
| Senest Opdateret | 2022-08-25 |
| Udgivelsesdato | 2021-03-19 |
| Bedømmelse | 4.67/5 Samlet 3 Bedømmelser |
| Udvikler | https://mtiifa.github.io |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |