mySkip
Extension for automatically skipping video ads and closing banner ads on YouTube
什麼是mySkip?
mySkip是由thedaviddelta開發的Chrome擴展程式,該擴展的主要功能是“Extension for automatically skipping video ads and closing banner ads on YouTube”。
擴展截圖
下載mySkip擴展crx文件
下載mySkip擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension is basically formed by a simple script that uses an observer to detect and skip/close any new ad (video or banner) on a YouTube video. 擴展基本資訊
| 名稱 | |
| ID | ohmcfchlgaajmendoliochefcnbhdibb |
| 官方網址 | https://chromewebstore.google.com/detail/myskip/ohmcfchlgaajmendoliochefcnbhdibb |
| 簡介 | Extension for automatically skipping video ads and closing banner ads on YouTube |
| 檔案大小 | 7.14 KB |
| 安裝次數 | 263 |
| 目前版本 | 1.2 |
| 更新時間 | 2020-03-04 |
| 上架時間 | 2020-03-03 |
| 開發者 | thedaviddelta |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "mySkip",
"description": "Extension for automatically skipping video ads and closing banner ads on YouTube",
"version": "1.2",
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"js": [
"main.js"
]
}
],
"icons": {
"128": "icon.png"
}
} | |