YouSkip
Skip YouTube ads. (Sorry YouTube)
什麼是YouSkip?
YouSkip是由felisphasma開發的Chrome擴展程式,該擴展的主要功能是“Skip YouTube ads. (Sorry YouTube)”。
擴展截圖
下載YouSkip擴展crx文件
下載YouSkip擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Simple YouTube add skipper. Don't wait 5 seconds; don't wait for the add to finish.
More from the developer: felisphasma.com 擴展基本資訊
| 名稱 | |
| ID | mbpkkmapnldpeeefipkpahmpanomkidd |
| 官方網址 | https://chrome.google.com/webstore/detail/youskip/mbpkkmapnldpeeefipkpahmpanomkidd |
| 簡介 | Skip YouTube ads. (Sorry YouTube) |
| 檔案大小 | 13.1 KB |
| 安裝次數 | 234 |
| 目前版本 | 1.1 |
| 更新時間 | 2018-12-09 |
| 上架時間 | 2018-12-09 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | felisphasma |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "YouSkip",
"version": "1.1",
"description": "Skip YouTube ads. (Sorry YouTube)",
"permissions": [
"activeTab",
"storage",
"https:\/\/felisphasma.com\/projects\/YouSkip\/count.php"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.youtube.com\/watch?*",
"https:\/\/youtube.com\/watch?*"
],
"all_frames": true,
"js": [
"app.js"
],
"css": [
"style.css"
]
}
],
"browser_action": {
"default_icon": {
"16": "16.png",
"24": "24.png",
"32": "32.png",
"64": "64.png",
"128": "128.png"
},
"default_popup": "popup.html"
},
"icons": {
"16": "16.png",
"24": "24.png",
"32": "32.png",
"64": "64.png",
"128": "128.png"
},
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"manifest_version": 2
} | |