Medium Premium
It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.
Cos'è Medium Premium?
Medium Premium è un'estensione di Chrome sviluppata da Arun Kumar Dave, e la sua funzione principale è "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Medium Premium
Scarica i file di estensione Medium Premium 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
A simple chrome extension that loads Premium content of Medium blog of the current tab Informazioni di Base sull'Estensione
| Nome | |
| ID | gingmakaicaahbfjipopapefpkehhelk |
| URL Ufficiale | https://chromewebstore.google.com/detail/medium-premium/gingmakaicaahbfjipopapefpkehhelk |
| Descrizione | It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content. |
| Dimensione del File | 13.21 KB |
| Conteggio Installazioni | 614 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2023-04-03 |
| Data di Pubblicazione | 2023-04-02 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | Arun Kumar Dave |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Medium Premium",
"version": "1.0",
"description": "It loads Premium content of Medium blogs, by opening an incognito window in the background and replacing the content.",
"permissions": [
"activeTab",
"incognito",
"tabs",
"scripting",
"https:\/\/*.medium.com\/*"
],
"action": {
"default_title": "Medium Premium",
"default_popup": "popup.html",
"default_icon": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
}
} | |