Open in Freedium

Easily open Medium articles in Freedium to bypass restrictions. Simply right click on any Medium link, or right click on anywhere…

Cos'è Open in Freedium?

Open in Freedium è un'estensione di Chrome sviluppata da wywywywy, e la sua funzione principale è "Easily open Medium articles in Freedium to bypass restrictions. Simply right click on any Medium link, or right click on anywhere…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Open in Freedium

Scarica i file di estensione Open in Freedium in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Easily open Medium articles in Freedium to bypass restrictions.

Simply right click on any Medium link, or right click on anywhere in a Medium article page, and then click on "Open in Freedium".

It's a simple extension and no user data is collected.

This is open source and the source code is available here: https://github.com/wywywywy/freedium-browser-extension                    

Informazioni di Base sull'Estensione

Nome Open in Freedium Open in Freedium
ID giibjnmcmkglpdichdiabecdkeefknak
URL Ufficiale https://chromewebstore.google.com/detail/open-in-freedium/giibjnmcmkglpdichdiabecdkeefknak
Descrizione Easily open Medium articles in Freedium to bypass restrictions. Simply right click on any Medium link, or right click on anywhere…
Dimensione del File 25.98 KB
Conteggio Installazioni 1,481
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-12-27
Data di Pubblicazione 2023-11-14
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore wywywywy
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/wywywywy/freedium-browser-extension
URL della Pagina di Aiuto https://github.com/wywywywy/freedium-browser-extension/issues
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Open in Freedium",
    "version": "1.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [],
    "action": {
        "default_popup": "options.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "32": "logo-32.png",
        "48": "logo-48.png",
        "64": "logo-64.png",
        "128": "logo-128.png"
    }
}