ABB-remover

This extension removes all traces off ABB on the webpages vg.no, Dagbladet.no, NRK.no and Aftenposten.no

Qu'est-ce que ABB-remover ?

ABB-remover est une extension Chrome développée par Peer Andreas Stange, et sa fonction principale est "This extension removes all traces off ABB on the webpages vg.no, Dagbladet.no, NRK.no and Aftenposten.no".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ABB-remover

Téléchargez les fichiers d'extension ABB-remover au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        The extension removes all images and most articles about from the frontpage of VG.no, Dagbladet.no, NRK.no and Aftenposten.no and replaces them with images of kittens.

v0.2
Support for randomized gifs

v.0.3
Added api-key to thecatapi calls

v.0.4
Added support for NRK.no

v.0.4.1
Better style support for wide gifs

v 0.4.2
Support for the pages with URL argument

v 0.5
- Now changes images on DOMContentLoaded
- Added support for edgecases in NRK where the name is not mentioned
v 0.5.1
- Bugfix for dagbladet.no impossible to read articles

v 0.5.2
- Bugfix for Aftenposten where some articles escaped and the news ticker was covered if ABB was mentioned

v 0.5.3
- Some redundancy fixes in the code to keep it from crashing in special cases


Requests and feedback are greatly appreciated.                    

Informations de Base sur l'Extension

Nom ABB-remover ABB-remover
ID hlfkepjnpmlabdemjhoodhlmcgglipmb
URL Officiel https://chromewebstore.google.com/detail/abb-remover/hlfkepjnpmlabdemjhoodhlmcgglipmb
Description This extension removes all traces off ABB on the webpages vg.no, Dagbladet.no, NRK.no and Aftenposten.no
Taille du Fichier 5.32 KB
Nombre d'Installations 63
Version Actuelle 0.5.3
Dernière Mise à Jour 2016-03-18
Date de Publication 2016-03-18
Évaluation 4.50/5 Total 4 Évaluations
Développeur Peer Andreas Stange
Type de Paiement free
Langues Prises en Charge no
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.5.3",
    "name": "ABB-remover",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "description": "This extension removes all traces off ABB on the webpages vg.no, Dagbladet.no, NRK.no and Aftenposten.no",
    "permissions": [
        "tabs",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.vg.no\/",
                "http:\/\/www.dagbladet.no\/",
                "http:\/\/www.dagbladet.no\/?ref=inger",
                "http:\/\/www.aftenposten.no\/",
                "http:\/\/www.nrk.no\/"
            ],
            "js": [
                "abbremover.js"
            ],
            "run_at": "document_start"
        }
    ]
}