Hold kjeft a Dagbladet

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

Hold kjeft a Dagbladetとは何ですか?

Hold kjeft a Dagbladetはhttps://knapstad.devによって開発されたChromeの拡張機能で、その主な機能は「Removes the distracting animated text like the 'AKKURAT NÅ' banner, also pauses autoplay videothumbnails from dagbladet.no」です。

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

screenshot

Hold kjeft a Dagbladet拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Hold kjeft a Dagbladet Hold kjeft a Dagbladet
ID mgbofdjegjappidfhgpggkklppgepcdn
公式URL https://chromewebstore.google.com/detail/hold-kjeft-a-dagbladet/mgbofdjegjappidfhgpggkklppgepcdn
説明 Removes the distracting animated text like the 'AKKURAT NÅ' banner, also pauses autoplay videothumbnails from dagbladet.no
ファイルサイズ 90.71 KB
インストール数 50
現在のバージョン 0.0.0.4
最終更新日 2023-09-07
公開日 2023-04-07
評価 5.00/5 合計 3 レビュー
開発者 https://knapstad.dev
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}