Beat that wall

Bypass any paywall

Что такое Beat that wall?

Beat that wall - это расширение Chrome, разработанное Jorge Silva, и его основная функция - "Bypass any paywall".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Beat that wall

Скачайте файлы расширений Beat that wall в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension loads a cached version of the page from google cache and most of the times this removes the paywall.

Some articles that rank better on google are protected by paywalls. I think we all agree that paywalls are annoying. 

Just click the extension button and the page will reload without the paywall 

Tested on:
Medium ✅
WP: ❌                    

Основная информация о расширении

Название Beat that wall Beat that wall
ID fhphepfnaabaceejoamolgciibjobefg
Официальный URL https://chrome.google.com/webstore/detail/beat-that-wall/fhphepfnaabaceejoamolgciibjobefg
Описание Bypass any paywall
Размер файла 3.37 KB
Количество установок 5,000
Текущая Версия 1.1
Последнее Обновление 2022-07-12
Дата публикации 2022-01-07
Рейтинг 2.90/5 Всего 20 оценок
Разработчик Jorge Silva
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beat that wall",
    "action": [],
    "manifest_version": 3,
    "version": "1.1",
    "description": "Bypass any paywall",
    "permissions": [
        "scripting"
    ],
    "icons": [],
    "background": {
        "service_worker": "main.js"
    }
}