Medium Unblocker

A small Chrome extension that bypasses the block on the website "Medium"

Co to jest Medium Unblocker?

Medium Unblocker to rozszerzenie Chrome opracowane przez Paul Ashraf, a jego główną funkcją jest „A small Chrome extension that bypasses the block on the website "Medium"”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Medium Unblocker

Pobierz pliki rozszerzeń Medium Unblocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        A small Chrome extension that bypasses the block on the website "Medium". It listens for urls starting with `https://medium.com/` and adds a `.` after the `.com`.                    

Podstawowe informacje o rozszerzeniu

Nazwa Medium Unblocker Medium Unblocker
ID dbannipnecjbkocecnoedgfddobboell
Oficjalny URL https://chromewebstore.google.com/detail/medium-unblocker/dbannipnecjbkocecnoedgfddobboell
Opis A small Chrome extension that bypasses the block on the website "Medium"
Rozmiar pliku 107 KB
Liczba instalacji 504
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2020-10-13
Data Publikacji 2020-10-12
Ocena 3.20/5 Łącznie 5 Oceny
Deweloper Paul Ashraf
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.paulashraf.com/
Adres URL Strony Pomocy https://paypal.me/paulashraf
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Medium Unblocker",
    "version": "0.1",
    "description": "A small Chrome extension that bypasses the block on the website \"Medium\"",
    "permissions": [
        "webNavigation"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2
}