No more Ads
Simple ad-blocker
Wat is No more Ads?
No more Ads is een Chrome-extensie ontwikkeld door aeskiocak, en de belangrijkste functie is "Simple ad-blocker".
Extensie Screenshots
Download het CRX-bestand van de extensie No more Ads
Download No more Ads-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
This extension provides simple Ad-Blocker functionality.
It is totally free and available for everyone. Basisinformatie over de Extensie
| Naam | |
| ID | eccimakjijahpmhjnfbhbghkpdaohcic |
| Officiële URL | https://chromewebstore.google.com/detail/no-more-ads/eccimakjijahpmhjnfbhbghkpdaohcic |
| Beschrijving | Simple ad-blocker |
| Bestandsgrootte | 65.97 KB |
| Aantal Installaties | 245 |
| Huidige Versie | 2.1 |
| Laatst Bijgewerkt | 2021-03-15 |
| Publicatiedatum | 2020-08-24 |
| Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | aeskiocak |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/alieskiocak/no-more-ads/ |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "No more Ads",
"version": "2.1",
"description": "Simple ad-blocker",
"permissions": [
"webRequest",
"webRequestBlocking",
"http:\/\/*\/",
"https:\/\/*\/"
],
"icons": {
"128": "images\/128.png",
"64": "images\/64.png",
"48": "images\/48.png",
"16": "images\/16.png"
},
"background": {
"scripts": [
"blocked_domains.js",
"background.js",
"jquery.js"
]
},
"browser_action": {
"default_icon": "images\/16.png",
"default_popup": "popup.html"
},
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"*:\/\/odatv4.com\/",
"*:\/\/odatv.com\/"
],
"js": [
"content.js"
]
}
]
} | |