Read Unlimited Medium Stories
This extension add another 2 free member-only stories for you on the medium.
Cos'è Read Unlimited Medium Stories?
Read Unlimited Medium Stories è un'estensione di Chrome sviluppata da vinothkumarsubbu, e la sua funzione principale è "This extension add another 2 free member-only stories for you on the medium.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Read Unlimited Medium Stories
Scarica i file di estensione Read Unlimited Medium Stories 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
This extension help to overcome the restrictions of medium to read the two stories a month. If you run out of stories just click on the extension it would add another 2 stories to your account. One more good news is this extension doesn't capture any userinformation. Informazioni di Base sull'Estensione
| Nome | |
| ID | ldodiabfohccnhckofomohlceamjlkpl |
| URL Ufficiale | https://chromewebstore.google.com/detail/read-unlimited-medium-sto/ldodiabfohccnhckofomohlceamjlkpl |
| Descrizione | This extension add another 2 free member-only stories for you on the medium. |
| Dimensione del File | 21.49 KB |
| Conteggio Installazioni | 358 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2021-08-27 |
| Data di Pubblicazione | 2021-08-27 |
| Sviluppatore | vinothkumarsubbu |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Read Unlimited Medium Stories",
"version": "1.0",
"description": "This extension add another 2 free member-only stories for you on the medium.",
"permissions": [
"cookies",
"http:\/\/medium.com\/*",
"https:\/\/medium.com\/*",
"https:\/\/.medium.com\/"
],
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"browser_action": {
"default_icon": "logo.png"
},
"background": {
"scripts": [
"background.js"
]
},
"manifest_version": 2
} | |