f*ck overlays

adds a context menu to delete sign-up/sign-in overlays that prevent you from viewing a page

¿Qué es f*ck overlays?

f*ck overlays es una extensión de Chrome desarrollada por mark.muego, y su función principal es "adds a context menu to delete sign-up/sign-in overlays that prevent you from viewing a page".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión f*ck overlays

Descarga archivos de extensión f*ck overlays 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

                        IMPORTANT:
F*ck overlays is a VERY light extension to give you an option to delete anything on a webpage whenever you want. F*ck overlays does not remember anything you have f*cked, so simply REFRESHING the page should cause the element to reappear.



Instructions:
Right click on an element you want to delete (usually overlays, but works with other things too).
In the context menu, click "f*ck it".

Sometimes you might need to f*ck multiple elements to get rid of an overlay. In the future, f*ck overlays may be expanded to support permanent deletion of elements.                    

Información Básica de la Extensión

Nombre f*ck overlays f*ck overlays
ID ppedokobpbdajgiejhnjfbdjlgobcpkp
URL Oficial https://chrome.google.com/webstore/detail/fck-overlays/ppedokobpbdajgiejhnjfbdjlgobcpkp
Descripción adds a context menu to delete sign-up/sign-in overlays that prevent you from viewing a page
Tamaño del Archivo 14.75 KB
Cantidad de Instalaciones 100,000
Versión Actual 1.1.2
Última Actualización 2016-02-22
Fecha de Publicación 2016-02-22
Calificación 4.58/5 Total de 250 Calificaciones
Desarrollador mark.muego
Tipo de Pago free
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "f*ck overlays",
    "author": "Mark Muego",
    "description": "adds a context menu to delete sign-up\/sign-in overlays that prevent you from viewing a page",
    "version": "1.1.2",
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "fuckem.js"
            ]
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "fuckoverlaysbg.js"
        ]
    }
}