Thx Ynet
Block their annoying anti-adblock window easily
Wat is Thx Ynet?
Thx Ynet is een Chrome-extensie ontwikkeld door Alon Kollmann, en de belangrijkste functie is "Block their annoying anti-adblock window easily".
Extensie Screenshots
Download het CRX-bestand van de extensie Thx Ynet
Download Thx Ynet-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
Basisinformatie over de Extensie
| Naam | |
| ID | fhpacmallpcgfnpiafacahommledfjam |
| Officiële URL | https://chromewebstore.google.com/detail/thx-ynet/fhpacmallpcgfnpiafacahommledfjam |
| Beschrijving | Block their annoying anti-adblock window easily |
| Bestandsgrootte | 14.05 KB |
| Aantal Installaties | 139 |
| Huidige Versie | 1.0.5 |
| Laatst Bijgewerkt | 2015-11-11 |
| Publicatiedatum | 2015-11-11 |
| Beoordeling | 5.00/5 Totaal 11 Beoordelingen |
| Ontwikkelaar | Alon Kollmann |
| Betalingswijze | free |
| Ondersteunde Talen | iw |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Thx Ynet",
"description": "Block their annoying anti-adblock window easily",
"version": "1.0.5",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.ynet.co.il\/*"
],
"css": [
"adfree.css"
]
}
]
} | |