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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
        ]
    }
}