Inspect and view changes in 라프텔 광고 스키퍼 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "라프텔 광고 스키퍼",
"short_name": "라프텔 광고 스키퍼",
"description": "라프텔의 광고 스킵버튼을 자동으로 눌러주는 확장프로그램 입니다.(광고 차단이 아님)",
"manifest_version": 2,
"version": "1.2.3",
"author": "2jun0",
"homepage_url": "https://github.com/2jun0/laftel-ad-autoskipper",
"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
}
],
"permissions": [
"storage",
"tabs"
],
"icons": {
"48": "icon/logo.png"
},
"browser_specific_settings": {
"gecko": {
"id": "{99b87a73-70c0-43fb-9b9b-794101a2e22d}"
}
}
}