NoAdsPlease
No Ads Please extension will help you watching YouTube videos without annoying advertising
Co to jest NoAdsPlease?
NoAdsPlease to rozszerzenie Chrome opracowane przez QAProvider, a jego główną funkcją jest „No Ads Please extension will help you watching YouTube videos without annoying advertising”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NoAdsPlease
Pobierz pliki rozszerzeń NoAdsPlease 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
- Hide text adverts
- Skip video adverts
More info: https://noadsplease.com
From 22.10.2019 it is fully FREE! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | fgdimckjdalgmlobjacingiiihfpnlnn |
| Oficjalny URL | https://chromewebstore.google.com/detail/noadsplease/fgdimckjdalgmlobjacingiiihfpnlnn |
| Opis | No Ads Please extension will help you watching YouTube videos without annoying advertising |
| Rozmiar pliku | 129 KB |
| Liczba instalacji | 86 |
| Aktualna Wersja | 0.2 |
| Ostatnia Aktualizacja | 2019-10-22 |
| Data Publikacji | 2019-10-22 |
| Ocena | 4.25/5 Łącznie 4 Oceny |
| Deweloper | QAProvider |
| Typ Płatności | free |
| Strona Rozszerzenia | https://noadsplease.com |
| Adres URL Strony Pomocy | https://noadsplease.com/help |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "NoAdsPlease",
"version": "0.2",
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"background": {
"scripts": [
"background.js",
"eventPages.js"
],
"persistent": false
},
"permissions": [
"https:\/\/*.youtube.com\/*",
"*:\/\/*.noadsplease.com\/*",
"activeTab",
"storage"
],
"description": "No Ads Please extension will help you watching YouTube videos without annoying advertising",
"icons": {
"128": "mynoads.png"
},
"browser_action": {
"default_icon": "mynoads.png",
"default_popup": "popup.html"
}
} | |