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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}