Thx Ynet
Block their annoying anti-adblock window easily
Hvad er Thx Ynet?
Thx Ynet er en Chrome-udvidelse udviklet af Alon Kollmann, og dens hovedfunktion er "Block their annoying anti-adblock window easily".
Udvidelsesskærmbilleder
Download Thx Ynet-udvidelses-CRX-fil
Download Thx Ynet-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fhpacmallpcgfnpiafacahommledfjam |
| Officiel URL | https://chromewebstore.google.com/detail/thx-ynet/fhpacmallpcgfnpiafacahommledfjam |
| Beskrivelse | Block their annoying anti-adblock window easily |
| Filstørrelse | 14.05 KB |
| Antal Installationer | 139 |
| Nuværende Version | 1.0.5 |
| Senest Opdateret | 2015-11-11 |
| Udgivelsesdato | 2015-11-11 |
| Bedømmelse | 5.00/5 Samlet 11 Bedømmelser |
| Udvikler | Alon Kollmann |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |