V-Day Blocker

Block any Valentine related content seamlessly

Τι είναι το V-Day Blocker;

Το V-Day Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον STRV, και η κύρια λειτουργία του είναι "Block any Valentine related content seamlessly".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης V-Day Blocker

Λήψη αρχείων επέκτασης V-Day Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}