Laftel for Chromium Edge

Fixing DRM Issues on laftel.net.

What is Laftel for Chromium Edge?

Laftel for Chromium Edge is a Chrome extension developed by LPOPSystems, and its main feature is "Fixing DRM Issues on laftel.net.".

Extension Screenshots

screenshot

Download Laftel for Chromium Edge Extension CRX File

Download Laftel for Chromium Edge extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        크로미엄 엣지에서 라프텔 재생이 되지 않는 버그를 수정합니다.
추가로 상단에 라프텔 바로가기 아이콘을 만듭니다. (숨기려면 우클릭 후 "메뉴로 이동"을 누르면 됩니다. 확장 기능 정책 상 무조건 아이콘이 생겨야 하는데, 그 아이콘을 활용하기 위한 기능입니다.)                    

Extension Basic Information

Name Laftel for Chromium Edge Laftel for Chromium Edge
ID nikabpagkjkopkjpkgpaanpohkapbleb
Official URL https://chromewebstore.google.com/detail/laftel-for-chromium-edge/nikabpagkjkopkjpkgpaanpohkapbleb
Description Fixing DRM Issues on laftel.net.
File Size 54.33 KB
Installation Count 33
Current Version 1.0
Last Updated 2020-02-03
Publish Date 2020-01-30
Rating 2.00/5 Total 1 Ratings
Developer LPOPSystems
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Laftel for Chromium Edge",
    "version": "1.0",
    "description": "Fixing DRM Issues on laftel.net.",
    "manifest_version": 2,
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/laftel.net\/player\/*\/*"
            ]
        }
    ],
    "icons": {
        "400": "400.png"
    },
    "browser_action": {
        "default_icon": "400.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}