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
官方網址 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
電子郵箱 [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"
    }
}