Google Ad Highlighter
Change the way that Google search ads appear, so that you can tell them from organic results.
Google Ad Highlighter क्या है?
Google Ad Highlighter http://mackgrenfell.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Change the way that Google search ads appear, so that you can tell them from organic results."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Google Ad Highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
With the changes Google have made to how ads appear in search results, it's becoming increasingly difficult to tell what are ads and what are organic results. This extension reverts some of this behaviour, by highlighting ads in the green colour that Google used up to the start of 2020. This way, you can still see ads, but they're much easier to differentiate from organic results.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | efdnfkeepomldekelmahchfniegccmhn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/google-ad-highlighter/efdnfkeepomldekelmahchfniegccmhn |
विवरण | Change the way that Google search ads appear, so that you can tell them from organic results. |
फ़ाइल का आकार | 9.77 KB |
स्थापना संख्या | 49 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2020-01-27 |
प्रकाशन तिथि | 2020-01-27 |
रेटिंग | 3.50/5 कुल 2 रेटिंग्स |
डेवलपर | http://mackgrenfell.com |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Ad Highlighter", "version": "0.0.1", "manifest_version": 2, "description": "Change the way that Google search ads appear, so that you can tell them from organic results.", "homepage_url": "https:\/\/mackgrenfell.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "contentSettings" ], "content_scripts": [ { "matches": [ "https:\/\/*\/search*" ], "css": [ "src\/inject\/inject.css" ] } ] } |