V-Day Blocker

Block any Valentine related content seamlessly

V-Day Blocker란 무엇입니까?

V-Day Blocker은(는) STRV에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block any Valentine related content seamlessly"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

V-Day Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you annoyed by all the ads trying to sell you on Valentine's Day? More roses? More chocolates? Teddy bears??? 

We are too! 

So we created V-Day Blocker. A simple web extension that will block all unwanted Valentine's Day ads for you - so you don't need to see them anymore.

HOW DOES IT WORK?
Download the extension and select if you want to block images, text, or both. 
Then decide if you want to blur the content or remove them altogether. 
And voila - the extension will do its magic. 

Hopefully, this will make browsing the internet easier for you during February. 

Made with 😀 by those who enjoy the ❤️ - but not all the commercial ads around it. 

GOT FEEDBACK? We'd love to hear it! 
Give us feedback if you like our extension OR if you'd like to add other content filters!                    

확장 프로그램 기본 정보

이름 V-Day Blocker V-Day Blocker
ID balgbbidncamelgkdecfhaonheaamhhg
공식 URL https://chromewebstore.google.com/detail/v-day-blocker/balgbbidncamelgkdecfhaonheaamhhg
설명 Block any Valentine related content seamlessly
파일 크기 5.66 MB
설치 횟수 22
현재 버전 1.3.2
최근 업데이트 2023-03-24
출시 날짜 2023-01-20
평점 5.00/5 총 2 개의 평점
개발자 STRV
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.holidayblocker.com/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "V-Day Blocker",
    "description": "Block any Valentine related content seamlessly",
    "version": "1.3.2",
    "manifest_version": 3,
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "webNavigation"
    ],
    "background": {
        "service_worker": ".\/static\/js\/background.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                ".\/static\/js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/model\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}