ABB-remover

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

ABB-remover क्या है?

ABB-remover Peer Andreas Stange द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension removes all traces off ABB on the webpages vg.no, Dagbladet.no, NRK.no and Aftenposten.no"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ABB-remover एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम ABB-remover ABB-remover
ID hlfkepjnpmlabdemjhoodhlmcgglipmb
आधिकारिक URL https://chromewebstore.google.com/detail/abb-remover/hlfkepjnpmlabdemjhoodhlmcgglipmb
विवरण This extension removes all traces off ABB on the webpages vg.no, Dagbladet.no, NRK.no and Aftenposten.no
फ़ाइल का आकार 5.32 KB
स्थापना संख्या 63
वर्तमान संस्करण 0.5.3
अंतिम अपडेट 2016-03-18
प्रकाशन तिथि 2016-03-18
रेटिंग 4.50/5 कुल 4 रेटिंग्स
डेवलपर Peer Andreas Stange
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    ]
}