Break the wall
This extension allows you to read any website without distractions or ads of any type
Co to jest Break the wall?
Break the wall to rozszerzenie Chrome opracowane przez https://erasmo.dev, a jego główną funkcją jest „This extension allows you to read any website without distractions or ads of any type”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Break the wall
Pobierz pliki rozszerzeń Break the wall w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension remove PAYWALLS from ANY website. If the bad PAYWALL of any page is breaking your concentration, just BREAK THE WALL! -- Version 2.0.0 -- - Outline service was shutdown, replaced by https://12ft.io/ -- Version 1.0.1 -- - Removed useless logic. - Performance Optimizations.
Podstawowe informacje o rozszerzeniu
Nazwa | Break the wall |
ID | nibfdabgnekfamcpaghohhhgbbjoflha |
Oficjalny URL | https://chromewebstore.google.com/detail/break-the-wall/nibfdabgnekfamcpaghohhhgbbjoflha |
Opis | This extension allows you to read any website without distractions or ads of any type |
Rozmiar pliku | 45.81 KB |
Liczba instalacji | 1,270 |
Aktualna Wersja | 2.0.0 |
Ostatnia Aktualizacja | 2022-08-16 |
Data Publikacji | 2020-09-04 |
Ocena | 3.29/5 Łącznie 7 Oceny |
Deweloper | https://erasmo.dev |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://erasmo.dev |
Adres URL Strony Pomocy | https://erasmo.dev |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Break the wall", "version": "2.0.0", "manifest_version": 2, "description": "This extension allows you to read any website without distractions or ads of any type", "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.min.js", "content_script.js" ], "matches": [ "*:\/\/*\/*" ] } ], "permissions": [ "activeTab", "storage" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |