f*ck overlays

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

f*ck overlaysとは何ですか?

f*ck overlaysはmark.muegoによって開発されたChromeの拡張機能で、その主な機能は「adds a context menu to delete sign-up/sign-in overlays that prevent you from viewing a page」です。

拡張機能のスクリーンショット

screenshot

f*ck overlays拡張機能のCRXファイルをダウンロード

f*ck overlays拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 f*ck overlays f*ck overlays
ID ppedokobpbdajgiejhnjfbdjlgobcpkp
公式URL https://chrome.google.com/webstore/detail/fck-overlays/ppedokobpbdajgiejhnjfbdjlgobcpkp
説明 adds a context menu to delete sign-up/sign-in overlays that prevent you from viewing a page
ファイルサイズ 14.75 KB
インストール数 100,000
現在のバージョン 1.1.2
最終更新日 2016-02-22
公開日 2016-02-22
評価 4.58/5 合計 250 レビュー
開発者 mark.muego
支払い方法 free
対応言語 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"
        ]
    }
}