VisualCleanser Pro
VisualCleanser Pro removes those annoying AI pages from Google image search results for you!
Vad är VisualCleanser Pro?
VisualCleanser Pro är en Chrome-tillägg utvecklad av devdavie6, och dess huvudfunktion är "VisualCleanser Pro removes those annoying AI pages from Google image search results for you!".
Tilläggsskärmbilder
Ladda ner VisualCleanser Pro-förlängningens CRX-fil
Ladda ner VisualCleanser Pro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | jkofphiicpokmbhlhahmklclbgfaioap |
| Officiell webbadress | https://chromewebstore.google.com/detail/visualcleanser-pro/jkofphiicpokmbhlhahmklclbgfaioap |
| Beskrivning | VisualCleanser Pro removes those annoying AI pages from Google image search results for you! |
| Filstorlek | 6.26 MB |
| Antal Installationer | 79 |
| Aktuell Version | 0.0.1 |
| Senast Uppdaterad | 2024-02-16 |
| Publiceringsdatum | 2023-12-27 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | devdavie6 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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]"
} | |