Hold kjeft a Dagbladet

Removes the distracting animated text like the 'AKKURAT NÅ' banner, also pauses autoplay videothumbnails from dagbladet.no

Was ist Hold kjeft a Dagbladet?

Hold kjeft a Dagbladet ist eine Chrome-Erweiterung, die von https://knapstad.dev entwickelt wurde, und ihr Hauptmerkmal ist "Removes the distracting animated text like the 'AKKURAT NÅ' banner, also pauses autoplay videothumbnails from dagbladet.no".

Erweiterungsscreenshots

screenshot

Hold kjeft a Dagbladet-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hold kjeft a Dagbladet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Removes the totally unnecessary and distracting animations and shoutouts from dagbladet.no.
The blinking dots, the rolling "AKKURAT NÅ" and the auto play video thumbnails will not bother you anymore with this extention                    

Grundlegende Informationen zur Erweiterung

Name Hold kjeft a Dagbladet Hold kjeft a Dagbladet
ID mgbofdjegjappidfhgpggkklppgepcdn
Offizielle URL https://chromewebstore.google.com/detail/hold-kjeft-a-dagbladet/mgbofdjegjappidfhgpggkklppgepcdn
Beschreibung Removes the distracting animated text like the 'AKKURAT NÅ' banner, also pauses autoplay videothumbnails from dagbladet.no
Dateigröße 90.71 KB
Installationsanzahl 50
Aktuelle Version 0.0.0.4
Letztes Update 2023-09-07
Veröffentlichungsdatum 2023-04-07
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://knapstad.dev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen no
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hold kjeft a Dagbladet",
    "version": "0.0.0.4",
    "description": "Removes the distracting animated text like the 'AKKURAT N\u00c5' banner, also pauses autoplay videothumbnails from dagbladet.no",
    "manifest_version": 3,
    "author": "Bendik Knapstad",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/*.db.no\/*",
        "https:\/\/*.dagbladet.no\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.db.no\/*",
                "https:\/\/*.dagbladet.no\/*"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon-128.png",
        "48": "icon-128.png",
        "128": "icon-128.png"
    }
}