Hekos Flash Enabler

Automatically enable the Adobe Flash plugin for Camelot Community by Mart1n

Hekos Flash Enabler란 무엇입니까?

Hekos Flash Enabler은(는) https://hekos.es에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically enable the Adobe Flash plugin for Camelot Community by Mart1n"입니다.

확장 프로그램 스크린샷

screenshot

Hekos Flash Enabler 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extensión automática para permitir Flash en tu navegador.                    

확장 프로그램 기본 정보

이름 Hekos Flash Enabler Hekos Flash Enabler
ID bknmebgebcohbhbmcknkjbkfheddhjlo
공식 URL https://chromewebstore.google.com/detail/hekos-flash-enabler/bknmebgebcohbhbmcknkjbkfheddhjlo
설명 Automatically enable the Adobe Flash plugin for Camelot Community by Mart1n
파일 크기 483 KB
설치 횟수 461
현재 버전 1.0.8
최근 업데이트 2020-04-16
출시 날짜 2020-04-16
평점 4.50/5 총 8 개의 평점
개발자 https://hekos.es
결제 유형 free
확장 프로그램 웹 사이트 https://hekos.es
도움말 페이지 URL https://hekos.es
지원되는 언어 es
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon-96x96.png",
        "default_popup": "index.html",
        "default_title": "Hekos Flash Enabler"
    },
    "description": "Automatically enable the Adobe Flash plugin for Camelot Community by Mart1n",
    "homepage_url": "https:\/\/www.hekos.es",
    "icons": {
        "512": "images\/icon-512x512.png",
        "384": "images\/icon-384x384.png",
        "192": "images\/icon-192x192.png",
        "152": "images\/icon-152x152.png",
        "144": "images\/icon-144x144.png",
        "128": "images\/icon-128x128.png",
        "96": "images\/icon-96x96.png",
        "72": "images\/icon-72x72.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "66",
    "name": "Hekos Flash Enabler",
    "permissions": [
        "contentSettings"
    ],
    "short_name": "HekosFlashEnabler",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.8"
}