Medium : Premium Version for free!
It gives you free access to all the premium articles!! 😎
Co to jest Medium : Premium Version for free!?
Medium : Premium Version for free! to rozszerzenie Chrome opracowane przez nutandevjoshi, a jego główną funkcją jest „It gives you free access to all the premium articles!! 😎”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Medium : Premium Version for free!
Pobierz pliki rozszerzeń Medium : Premium Version for free! 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
It gives you free access to all the premium articles!! 😎 The one and only extension only which gives you free access to all the premium articles! If you can afford paid medium, dont install 😅 :) !! Just kidding!! It works 100% for all the articles on medium.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | emnnfdphohebiolehihekkiecpkmfiei |
Oficjalny URL | https://chrome.google.com/webstore/detail/medium-premium-version-fo/emnnfdphohebiolehihekkiecpkmfiei |
Opis | It gives you free access to all the premium articles!! 😎 |
Rozmiar pliku | 188 KB |
Liczba instalacji | 822 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2020-02-16 |
Data Publikacji | 2020-02-16 |
Ocena | 2.00/5 Łącznie 8 Oceny |
Deweloper | nutandevjoshi |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Medium : Premium Version for free!", "version": "1.0", "description": "It gives you free access to all the premium articles!! \ud83d\ude0e", "permissions": [ "storage" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icons8-medium-monogram-16.png", "32": "images\/icons8-medium-monogram-32.png", "48": "images\/icons8-medium-monogram-48.png", "128": "images\/icons8-medium-monogram-128.png" } }, "icons": { "16": "images\/icons8-medium-monogram-16.png", "32": "images\/icons8-medium-monogram-32.png", "48": "images\/icons8-medium-monogram-48.png", "128": "images\/icons8-medium-monogram-128.png" }, "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/medium.com\/*" ], "js": [ "contentscript.js", "popupcode.js" ] } ], "web_accessible_resources": [ "popupcode.js" ] } |