KekoDM Flash Enabler

Activa Flash Player automáticamente en KekoDM

KekoDM Flash Enabler란 무엇입니까?

KekoDM Flash Enabler은(는) KEKODM.COM에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Activa Flash Player automáticamente en KekoDM"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Extension que activa  Flash automáticamente al acceder a KekoDM.COM                    

확장 프로그램 기본 정보

이름 KekoDM Flash Enabler KekoDM Flash Enabler
ID haonlhpkofghdjedjghfbdmaplieadon
공식 URL https://chrome.google.com/webstore/detail/kekodm-flash-enabler/haonlhpkofghdjedjghfbdmaplieadon
설명 Activa Flash Player automáticamente en KekoDM
파일 크기 16.85 KB
설치 횟수 212
현재 버전 0.0.1
최근 업데이트 2020-04-10
출시 날짜 2020-04-10
개발자 KEKODM.COM
결제 유형 free
확장 프로그램 웹 사이트 https://www.kekodm.com
지원되는 언어 es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KekoDM Flash Enabler",
    "description": "Activa Flash Player autom\u00e1ticamente en KekoDM",
    "version": "0.0.1",
    "homepage_url": "https:\/\/www.kekodm.com",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/128x128.png"
    },
    "icons": {
        "16": "images\/16x16.png",
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    },
    "permissions": [
        "contentSettings"
    ]
}