Clear This Page
Bypass the clutter from any web article
Что такое Clear This Page?
Clear This Page - это расширение Chrome, разработанное http://clearthis.page, и его основная функция - "Bypass the clutter from any web article".
Снимки экрана расширения
Скачать файл CRX расширения Clear This Page
Скачайте файлы расширений Clear This Page в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This service takes any web article or news page and returns only the relevant content, freeing you from any clutter, including ads, paywalls, article limits, popups and more. Trigger the extension by clicking on its icon or using the context menu (right click of the mouse) on any page or link.
Основная информация о расширении
Название | |
ID | jhmmoamfcbidmbmnphlimaombiflfalm |
Официальный URL | https://chrome.google.com/webstore/detail/clear-this-page/jhmmoamfcbidmbmnphlimaombiflfalm |
Описание | Bypass the clutter from any web article |
Размер файла | 5.67 KB |
Количество установок | 6,113 |
Текущая Версия | 1.2 |
Последнее Обновление | 2019-03-08 |
Дата публикации | 2019-03-08 |
Рейтинг | 4.33/5 Всего 33 оценок |
Разработчик | http://clearthis.page |
Электронная почта | [email protected] |
Официальный сайт расширения | https://clearthis.page |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clear This Page", "description": "Bypass the clutter from any web article", "version": "1.2", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs", "contextMenus" ], "browser_action": { "name": "Click to extract content from the current browser tab" }, "icons": { "128": "icon1.png" }, "manifest_version": 2 } |