Read Unlimited Medium Stories
This extension add another 2 free member-only stories for you on the medium.
Co to jest Read Unlimited Medium Stories?
Read Unlimited Medium Stories to rozszerzenie Chrome opracowane przez vinothkumarsubbu, a jego główną funkcją jest „This extension add another 2 free member-only stories for you on the medium.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Read Unlimited Medium Stories
Pobierz pliki rozszerzeń Read Unlimited Medium Stories 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
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ldodiabfohccnhckofomohlceamjlkpl |
| Oficjalny URL | https://chromewebstore.google.com/detail/read-unlimited-medium-sto/ldodiabfohccnhckofomohlceamjlkpl |
| Opis | This extension add another 2 free member-only stories for you on the medium. |
| Rozmiar pliku | 21.49 KB |
| Liczba instalacji | 358 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2021-08-27 |
| Data Publikacji | 2021-08-27 |
| Deweloper | vinothkumarsubbu |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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
} | |