Hold kjeft a Dagbladet

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

Qu'est-ce que Hold kjeft a Dagbladet ?

Hold kjeft a Dagbladet est une extension Chrome développée par https://knapstad.dev, et sa fonction principale est "Removes the distracting animated text like the 'AKKURAT NÅ' banner, also pauses autoplay videothumbnails from dagbladet.no".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Hold kjeft a Dagbladet

Téléchargez les fichiers d'extension Hold kjeft a Dagbladet 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

                        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                    

Informations de Base sur l'Extension

Nom Hold kjeft a Dagbladet Hold kjeft a Dagbladet
ID mgbofdjegjappidfhgpggkklppgepcdn
URL Officiel https://chromewebstore.google.com/detail/hold-kjeft-a-dagbladet/mgbofdjegjappidfhgpggkklppgepcdn
Description Removes the distracting animated text like the 'AKKURAT NÅ' banner, also pauses autoplay videothumbnails from dagbladet.no
Taille du Fichier 90.71 KB
Nombre d'Installations 50
Version Actuelle 0.0.0.4
Dernière Mise à Jour 2023-09-07
Date de Publication 2023-04-07
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://knapstad.dev
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}