FeedSpot Minimal
Maximize your reading area with this extension and remove ads
Что такое FeedSpot Minimal?
FeedSpot Minimal - это расширение Chrome, разработанное Prashan Fernando, и его основная функция - "Maximize your reading area with this extension and remove ads".
Снимки экрана расширения
Скачать файл CRX расширения FeedSpot Minimal
Скачайте файлы расширений FeedSpot Minimal в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Maximize your reading area with this extension and remove ads Основная информация о расширении
| Название | |
| ID | dhjjageceimmgofhkplkbdjkfablfopa |
| Официальный URL | https://chromewebstore.google.com/detail/feedspot-minimal/dhjjageceimmgofhkplkbdjkfablfopa |
| Описание | Maximize your reading area with this extension and remove ads |
| Размер файла | 36.06 KB |
| Количество установок | 78 |
| Текущая Версия | 1.0 |
| Последнее Обновление | 2014-02-04 |
| Дата публикации | 2014-02-03 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | Prashan Fernando |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FeedSpot Minimal",
"description": "Maximize your reading area with this extension and remove ads",
"version": "1.0",
"content_scripts": [
{
"matches": [
"http:\/\/*.feedspot.com\/*",
"http:\/\/feedspot.com\/*",
"https:\/\/*.feedspot.com\/*",
"https:\/\/feedspot.com\/*"
],
"js": [
"jquery-2.1.0.min.js",
"script.min.js"
],
"css": [
"minimal.min.css"
]
}
]
} | |