VisualCleanser Pro
VisualCleanser Pro removes those annoying AI pages from Google image search results for you!
VisualCleanser Pro क्या है?
VisualCleanser Pro devdavie6 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "VisualCleanser Pro removes those annoying AI pages from Google image search results for you!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VisualCleanser Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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]" } |