VisualCleanser Pro

VisualCleanser Pro removes those annoying AI pages from Google image search results for you!

Τι είναι το VisualCleanser Pro;

Το VisualCleanser Pro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον devdavie6, και η κύρια λειτουργία του είναι "VisualCleanser Pro removes those annoying AI pages from Google image search results for you!".

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

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης VisualCleanser Pro

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

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

                        Your go-to Chrome extension for an enhanced and streamlined browsing experience! Say goodbye to those frustrating AI-generated pages cluttering your Google image search results – VisualCleanser Pro removes them for you, ensuring a cleaner, more relevant display of images 100% Free.

Follow & Chat me on twitter/X:
https://twitter.com/dkw_99

Feel free to support continuous development of VisualCleanser here:
https://www.paypal.com/donate/?hosted_button_id=KQC28MS4YQXVE                    

Βασικές Πληροφορίες Επέκτασης

Όνομα VisualCleanser Pro VisualCleanser Pro
ID jkofphiicpokmbhlhahmklclbgfaioap
Επίσημο URL https://chromewebstore.google.com/detail/visualcleanser-pro/jkofphiicpokmbhlhahmklclbgfaioap
Περιγραφή VisualCleanser Pro removes those annoying AI pages from Google image search results for you!
Μέγεθος Αρχείου 6.26 MB
Αριθμός Εγκαταστάσεων 79
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2024-02-16
Ημερομηνία Δημοσίευσης 2023-12-27
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής devdavie6
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "VisualCleanser Pro",
    "version": "0.0.1",
    "description": "VisualCleanser Pro removes those annoying AI pages from Google image search results for you!",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.google.com\/*"
    ],
    "action": {
        "default_icon": {
            "16": "assets\/images\/vcp1.png",
            "48": "assets\/images\/vcp4.png",
            "128": "assets\/images\/vcp2.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/images\/vcp1.png",
        "48": "assets\/images\/vcp4.png",
        "128": "assets\/images\/vcp2.png"
    },
    "author": "[email protected]"
}