Paywall
Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.
Что такое Paywall?
Paywall - это расширение Chrome, разработанное Mark Crandall, и его основная функция - "Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.".
Снимки экрана расширения
Скачать файл CRX расширения Paywall
Скачайте файлы расширений Paywall в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Shows 'Paywall' sites links as '$$$'. Preserves original link text and moves link to '$$$' text. Great on Drudge. Also flags sites that do not work with adblockers. Does not in any way circumvent Paywall sites or logon restrictions, only warns that a link goes to a Paywall site. Основная информация о расширении
| Название | |
| ID | kemhkjedapfedmoaliehjgdllceafeng |
| Официальный URL | https://chromewebstore.google.com/detail/paywall/kemhkjedapfedmoaliehjgdllceafeng |
| Описание | Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers. |
| Размер файла | 597 KB |
| Количество установок | 1,481 |
| Текущая Версия | 0.0.0.2 |
| Последнее Обновление | 2016-10-19 |
| Дата публикации | 2016-10-18 |
| Рейтинг | 2.67/5 Всего 6 оценок |
| Разработчик | Mark Crandall |
| Тип оплаты | free |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Paywall",
"version": "0.0.0.2",
"description": "Shows 'Paywall' sites links as '$$$'. Preserves original text. Great on Drudge. Also flags sites that do not work with adblockers.",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"jquery-1.12.0.min.js",
"content_script.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |