라프텔 광고 스키퍼

라프텔의 광고 스킵버튼을 자동으로 눌러주는 확장프로그램 입니다.(광고 차단이 아님)

What is 라프텔 광고 스키퍼?

라프텔 광고 스키퍼 is a Chrome extension developed by 2jun0, and its main feature is "라프텔의 광고 스킵버튼을 자동으로 눌러주는 확장프로그램 입니다.(광고 차단이 아님)".

Extension Screenshots

screenshot

Download 라프텔 광고 스키퍼 Extension CRX File

Download 라프텔 광고 스키퍼 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 라프텔 광고 스키퍼 라프텔 광고 스키퍼
ID dcpckjplmdcgdbapaepejenmkknkoimg
Official URL https://chromewebstore.google.com/detail/%EB%9D%BC%ED%94%84%ED%85%94-%EA%B4%91%EA%B3%A0-%EC%8A%A4%ED%82%A4%ED%8D%BC/dcpckjplmdcgdbapaepejenmkknkoimg
Description 라프텔의 광고 스킵버튼을 자동으로 눌러주는 확장프로그램 입니다.(광고 차단이 아님)
File Size 15.03 KB
Installation Count 610
Current Version 1.2.5
Last Updated 2022-10-01
Publish Date 2021-09-06
Rating 5.00/5 Total 2 Ratings
Developer 2jun0
Email [email protected]
Payment Type free
Supported Languages ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\ub77c\ud504\ud154 \uad11\uace0 \uc2a4\ud0a4\ud37c",
    "short_name": "\ub77c\ud504\ud154 \uad11\uace0 \uc2a4\ud0a4\ud37c",
    "description": "\ub77c\ud504\ud154\uc758 \uad11\uace0 \uc2a4\ud0b5\ubc84\ud2bc\uc744 \uc790\ub3d9\uc73c\ub85c \ub20c\ub7ec\uc8fc\ub294 \ud655\uc7a5\ud504\ub85c\uadf8\ub7a8 \uc785\ub2c8\ub2e4.(\uad11\uace0 \ucc28\ub2e8\uc774 \uc544\ub2d8)",
    "manifest_version": 3,
    "version": "1.2.5",
    "author": "2jun0",
    "homepage_url": "https:\/\/github.com\/2jun0\/laftel-ad-autoskipper",
    "background": {
        "script_worker": "js\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/content_scripts\/mutead\/mutead.js",
                "js\/content_scripts\/skipad\/skipad.js",
                "js\/utils\/click.js",
                "js\/utils\/options.js",
                "js\/utils\/messages.js",
                "js\/utils\/log.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.laftel.net\/player\/*"
            ],
            "js": [
                "js\/content_scripts\/mutead\/module-loader.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.googleapis.com\/*"
            ],
            "js": [
                "js\/content_scripts\/skipad\/module-loader.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "action": {
        "default_title": "\ub77c\ud504\ud154 \uad11\uace0 \uc2a4\ud0a4\ud37c",
        "default_popup": "html\/popup.html",
        "default_icon": {
            "48": "icon\/logo.png"
        }
    },
    "permissions": [
        "storage",
        "declarativeContent"
    ],
    "icons": {
        "48": "icon\/logo.png"
    }
}