Eclypsia 3AB
An anti-anti Adblocker for EC
Vad är Eclypsia 3AB?
Eclypsia 3AB är en Chrome-tillägg utvecklad av thenewsheet, och dess huvudfunktion är "An anti-anti Adblocker for EC".
Tilläggsskärmbilder
Ladda ner Eclypsia 3AB-förlängningens CRX-fil
Ladda ner Eclypsia 3AB-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Certains sont contre l'utilisation d'adblocker sur les webTV d'EC, d'autres sont pour. Sans pour autant rentrer dans un quelconque débat, il est vrai que le système de détection d'adblocker d'EC n'est pas encore au point empêchant certains utilisateurs n'utilisant pas adblock de se voir refuser l'accès à la webTV. Cette extension s'adresse aux utilisateurs incapables d'accéder aux webTVs d'EC à cause d'une erreur de détection. Ainsi l'extension EC 3AB ne bloque pas les pubs sur le site d'EC mais permet uniquement de passer outre un éventuel bug de détection. N'hésitez pas à rafraîchir la page en cas de mauvais fonctionnement.
Grundläggande Information om Tillägg
Namn | |
ID | agpnkcenldpkgkgenaoeehiigbchkflo |
Officiell webbadress | https://chrome.google.com/webstore/detail/eclypsia-3ab/agpnkcenldpkgkgenaoeehiigbchkflo |
Beskrivning | An anti-anti Adblocker for EC |
Filstorlek | 27.65 KB |
Antal Installationer | 22 |
Aktuell Version | 1.1.2 |
Senast Uppdaterad | 2015-02-27 |
Publiceringsdatum | 2015-02-27 |
Betyg | 4.50/5 Totalt 2 Betyg |
Utvecklare | thenewsheet |
Betalningssätt | free |
Stödda Språk | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eclypsia 3AB", "version": "1.1.2", "short_name": "ec3ab", "description": "An anti-anti Adblocker for EC", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/www.eclypsia.com\/fr\/ec*" ], "js": [ "bgp.js" ] } ], "icons": { "48": "ec3ab48.png", "128": "ec3ab128.png" }, "web_accessible_resources": [ "aab.js" ] } |