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 هو إضافة Chrome تم تطويرها بواسطة http://mackgrenfell.com، والميزة الرئيسية لها هي "Change the way that Google search ads appear, so that you can tell them from organic results.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Ad Highlighter
قم بتنزيل ملفات الامتداد Google Ad Highlighter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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" ] } ] } |