Eclypsia 3AB

An anti-anti Adblocker for EC

What is Eclypsia 3AB?

Eclypsia 3AB is a Chrome extension developed by thenewsheet, and its main feature is "An anti-anti Adblocker for EC".

Extension Screenshots

screenshot

Download Eclypsia 3AB Extension CRX File

Download Eclypsia 3AB extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Eclypsia 3AB Eclypsia 3AB
ID agpnkcenldpkgkgenaoeehiigbchkflo
Official URL https://chrome.google.com/webstore/detail/eclypsia-3ab/agpnkcenldpkgkgenaoeehiigbchkflo
Description An anti-anti Adblocker for EC
File Size 27.65 KB
Installation Count 22
Current Version 1.1.2
Last Updated 2015-02-27
Publish Date 2015-02-27
Rating 4.50/5 Total 2 Ratings
Developer thenewsheet
Payment Type free
Supported Languages 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"
    ]
}