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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Peer Andreas Stange และคุณลักษณะหลักของมันคือ "This extension removes all traces off ABB on the webpages vg.no, Dagbladet.no, NRK.no and Aftenposten.no"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ABB-remover

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    ]
}