VisualCleanser Pro
VisualCleanser Pro removes those annoying AI pages from Google image search results for you!
Wat is VisualCleanser Pro?
VisualCleanser Pro is een Chrome-extensie ontwikkeld door devdavie6, en de belangrijkste functie is "VisualCleanser Pro removes those annoying AI pages from Google image search results for you!".
Extensie Screenshots
Download het CRX-bestand van de extensie VisualCleanser Pro
Download VisualCleanser Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | VisualCleanser Pro |
ID | jkofphiicpokmbhlhahmklclbgfaioap |
Officiële URL | https://chromewebstore.google.com/detail/visualcleanser-pro/jkofphiicpokmbhlhahmklclbgfaioap |
Beschrijving | VisualCleanser Pro removes those annoying AI pages from Google image search results for you! |
Bestandsgrootte | 6.26 MB |
Aantal Installaties | 79 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2024-02-16 |
Publicatiedatum | 2023-12-27 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | devdavie6 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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]" } |