Hide Anything - Element Hider for Chrome™
Best element hider for Chrome™. Remove distractions in a breeze.
Что такое Hide Anything - Element Hider for Chrome™?
Hide Anything - Element Hider for Chrome™ - это расширение Chrome, разработанное Excelling Apps, и его основная функция - "Best element hider for Chrome™. Remove distractions in a breeze.".
Снимки экрана расширения
Скачать файл CRX расширения Hide Anything - Element Hider for Chrome™
Скачайте файлы расширений Hide Anything - Element Hider for Chrome™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Hold down Ctrl key, then left-click and use the mouse to drag a box over any element or intrusive ad to erase it from the page. Hide any distracting web element and clean up your favorite websites with just a few clicks. ✔️Easy to use ✔️Works on any web element ✔️Automatic background color selection ✔️Save blocked elements ✔️Many more features to explore With over a million downloads on Play Store, Excelling Apps is now offering Chrome extensions.
Основная информация о расширении
Название | Hide Anything - Element Hider for Chrome™ |
ID | gkjljknnkogcgndejajchomapofgiinf |
Официальный URL | https://chromewebstore.google.com/detail/hide-anything-element-hid/gkjljknnkogcgndejajchomapofgiinf |
Описание | Best element hider for Chrome™. Remove distractions in a breeze. |
Размер файла | 26.09 KB |
Количество установок | 195 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2023-11-02 |
Дата публикации | 2022-11-09 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | Excelling Apps |
Электронная почта | [email protected] |
Тип оплаты | free |
URL страницы политики конфиденциальности | http://www.excellingapps.com/extensions/privacy-policy |
Поддерживаемые языки | de,en-US,fr,tr,es,it,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.0.2", "manifest_version": 3, "icons": { "16": ".\/ic_16.png", "32": ".\/ic_32.png", "48": ".\/ic_48.png", "128": ".\/ic_128.png" }, "background": { "service_worker": ".\/b.js" }, "action": { "default_popup": "pu.html" }, "default_locale": "en_US", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "css": [ "s.css" ], "js": [ ".\/f.js" ] } ] } |