Medium : Premium Version for free!
It gives you free access to all the premium articles!! 😎
Что такое Medium : Premium Version for free!?
Medium : Premium Version for free! - это расширение Chrome, разработанное nutandevjoshi, и его основная функция - "It gives you free access to all the premium articles!! 😎".
Снимки экрана расширения
Скачать файл CRX расширения Medium : Premium Version for free!
Скачайте файлы расширений Medium : Premium Version for free! в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | emnnfdphohebiolehihekkiecpkmfiei |
Официальный URL | https://chrome.google.com/webstore/detail/medium-premium-version-fo/emnnfdphohebiolehihekkiecpkmfiei |
Описание | It gives you free access to all the premium articles!! 😎 |
Размер файла | 188 KB |
Количество установок | 822 |
Текущая Версия | 1.0 |
Последнее Обновление | 2020-02-16 |
Дата публикации | 2020-02-16 |
Рейтинг | 2.00/5 Всего 8 оценок |
Разработчик | nutandevjoshi |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" ] } |