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によって開発されたChromeの拡張機能で、その主な機能は「This extension removes all traces off ABB on the webpages vg.no, Dagbladet.no, NRK.no and Aftenposten.no」です。

拡張機能のスクリーンショット

screenshot

ABB-remover拡張機能のCRXファイルをダウンロード

ABB-remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
        }
    ]
}