f*ck overlays

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

Cos'è f*ck overlays?

f*ck overlays è un'estensione di Chrome sviluppata da mark.muego, e la sua funzione principale è "adds a context menu to delete sign-up/sign-in overlays that prevent you from viewing a page".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione f*ck overlays

Scarica i file di estensione f*ck overlays in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome f*ck overlays f*ck overlays
ID ppedokobpbdajgiejhnjfbdjlgobcpkp
URL Ufficiale https://chrome.google.com/webstore/detail/fck-overlays/ppedokobpbdajgiejhnjfbdjlgobcpkp
Descrizione adds a context menu to delete sign-up/sign-in overlays that prevent you from viewing a page
Dimensione del File 14.75 KB
Conteggio Installazioni 100,000
Versione Corrente 1.1.2
Ultimo Aggiornamento 2016-02-22
Data di Pubblicazione 2016-02-22
Valutazione 4.58/5 Totale 250 Valutazioni
Sviluppatore mark.muego
Tipo di Pagamento free
Lingue Supportate 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"
        ]
    }
}