Modal Blocker
Remove (some) annoying modal popups
Co to jest Modal Blocker?
Modal Blocker to rozszerzenie Chrome opracowane przez Marcos Gil Fuertes, a jego główną funkcją jest „Remove (some) annoying modal popups”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Modal Blocker
Pobierz pliki rozszerzeń Modal Blocker 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
WHAT IT IS:
Modal Blocker will remove (some) modal popups that disturb you while browsing.
WHAT IT ISN'T:
Id doesn't remove ALL the modal popups.
It shouldn't be used to avoid paying subscriptions for online services like newspapers.
CREDITS:
Icon from http://getdrawings.com/get-icon#about-me-icon-56.png Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | edhllkdiocfhjfmplhbjpggljpjjpdna |
| Oficjalny URL | https://chromewebstore.google.com/detail/modal-blocker/edhllkdiocfhjfmplhbjpggljpjjpdna |
| Opis | Remove (some) annoying modal popups |
| Rozmiar pliku | 97.84 KB |
| Liczba instalacji | 319 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2020-04-17 |
| Data Publikacji | 2020-04-14 |
| Ocena | 3.00/5 Łącznie 2 Oceny |
| Deweloper | Marcos Gil Fuertes |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://www.twitter-follower.com/en/site/privacy-policy |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Modal Blocker",
"short_name": "ModalBlock",
"description": "Remove (some) annoying modal popups",
"version": "1.0",
"icons": {
"16": "img\/modal16.png",
"48": "img\/modal48.png",
"128": "img\/modal128.png"
},
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/jquery.js",
"js\/content.js"
]
}
]
} | |