Overlay Remover Auto
Automaticaly close detected overlays.
¿Qué es Overlay Remover Auto?
Overlay Remover Auto es una extensión de Chrome desarrollada por peter.guruden, y su función principal es "Automaticaly close detected overlays.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Overlay Remover Auto
Descarga archivos de extensión Overlay Remover Auto en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Based on Behind The Overlay extension by Nicolae Namolovan. This extension automatically removes detected overlays on enabled websites. Can be easily configured for specific website (by clicking the the extension button). Some websites display delayed overlays - set timed run for these websites. On some websites the timed run can remove more than just the overlay - in this case set the "Stop timer if overlay found" to stop after first overlay is removed. Note on algorithm for detection: it is still default from Nicolae Namolovan - it looks for overlays in the center of the screen, so it might not detect some of the cookie notifications displayed on the bottom of the screen. I might improve that in the future. Requires permissions: tabs (for automatic running of ora_content.js on all websites - but only runs on enabled ones), storage (for storing of settings) Source code: https://github.com/InanZen/OverlayRemoverAuto
Información Básica de la Extensión
Nombre | Overlay Remover Auto |
ID | bleeelcpenoboaoodilaaapgbgjdjdaj |
URL Oficial | https://chromewebstore.google.com/detail/overlay-remover-auto/bleeelcpenoboaoodilaaapgbgjdjdaj |
Descripción | Automaticaly close detected overlays. |
Tamaño del Archivo | 20.43 KB |
Cantidad de Instalaciones | 2,962 |
Versión Actual | 1.1.1 |
Última Actualización | 2019-06-29 |
Fecha de Publicación | 2019-06-21 |
Calificación | 3.09/5 Total de 11 Calificaciones |
Desarrollador | peter.guruden |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/InanZen/OverlayRemoverAuto |
URL de la Página de Ayuda | https://github.com/InanZen/OverlayRemoverAuto/issues |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Overlay Remover Auto", "author": "InanZen", "description": "Automaticaly close detected overlays.", "version": "1.1.1", "manifest_version": 2, "permissions": [ "activeTab", "tabs", "storage" ], "options_ui": { "page": "ora_options.html" }, "background": { "scripts": [ "js\/ora_background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |