Flash Block (Plus)

Provides control over all flash contents

Flash Block (Plus)란 무엇입니까?

Flash Block (Plus)은(는) chYer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides control over all flash contents"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Flash Block (Plus) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Flash Block (Plus) extension controls all Adobe Flash contents (including ads, games, video and music players) in webpages. As you browse, a placeholder frame(s) stating 'Flash Content' appears instead of the actual Flash. Clicking on the frame loads the original content. Moreover, you can white-list any website from toolbar-popup to disable the extension.

Important features:
1. Allows you to block flash contents (including banners, games, video and music players) in all webpages.
2. Easily switch the extension On or Off from the toolbar popup.
3. Add or remove websites to the white-list from toolbar-popup.
4. An empty frame appears in place of the actual flash, clicking on the frame will load the flash.

Note: in order to report Bugs, please visit addon's Homepage (http://mybrowseraddon.com/noflash.html) and fill the bug report form.                    

확장 프로그램 기본 정보

이름 Flash Block (Plus) Flash Block (Plus)
ID lhjanpmhcanjknkcfjiikkjdecjkmngn
공식 URL https://chromewebstore.google.com/detail/flash-block-plus/lhjanpmhcanjknkcfjiikkjdecjkmngn
설명 Provides control over all flash contents
파일 크기 108 KB
설치 횟수 10,000
현재 버전 0.1.9
최근 업데이트 2018-10-23
출시 날짜 2018-10-23
평점 3.21/5 총 112 개의 평점
개발자 chYer
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://mybrowseraddon.com/noflash.html
도움말 페이지 URL http://mybrowseraddon.com/noflash.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.9",
    "manifest_version": 2,
    "short_name": "noflash",
    "name": "Flash Block (Plus)",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "web_accessible_resources": [
        "data\/content_script\/*"
    ],
    "homepage_url": "http:\/\/mybrowseraddon.com\/noflash.html",
    "description": "Provides control over all flash contents",
    "options_ui": {
        "chrome_style": true,
        "page": "data\/options\/options.html"
    },
    "browser_action": {
        "default_title": "Flash Block (Plus)",
        "default_popup": "data\/popup\/popup.html",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                ""
            ],
            "css": [
                "data\/content_script\/inject.css"
            ],
            "js": [
                "data\/communication.js",
                "data\/content_script\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}