NoAdsPlease
No Ads Please extension will help you watching YouTube videos without annoying advertising
Wat is NoAdsPlease?
NoAdsPlease is een Chrome-extensie ontwikkeld door QAProvider, en de belangrijkste functie is "No Ads Please extension will help you watching YouTube videos without annoying advertising".
Extensie Screenshots
Download het CRX-bestand van de extensie NoAdsPlease
Download NoAdsPlease-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
- Hide text adverts
- Skip video adverts
More info: https://noadsplease.com
From 22.10.2019 it is fully FREE! Basisinformatie over de Extensie
| Naam | |
| ID | fgdimckjdalgmlobjacingiiihfpnlnn |
| Officiële URL | https://chromewebstore.google.com/detail/noadsplease/fgdimckjdalgmlobjacingiiihfpnlnn |
| Beschrijving | No Ads Please extension will help you watching YouTube videos without annoying advertising |
| Bestandsgrootte | 129 KB |
| Aantal Installaties | 86 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2019-10-22 |
| Publicatiedatum | 2019-10-22 |
| Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
| Ontwikkelaar | QAProvider |
| Betalingswijze | free |
| Extensiewebsite | https://noadsplease.com |
| Help Pagina-URL | https://noadsplease.com/help |
| Ondersteunde Talen | 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"
}
} | |