Video AdBlock for YouTube™ Extension
Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.
什麼是Video AdBlock for YouTube™ Extension?
Video AdBlock for YouTube™ Extension是由The Creative Joys開發的Chrome擴展程式,該擴展的主要功能是“Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music.”。
擴展截圖
下載Video AdBlock for YouTube™ Extension擴展crx文件
下載Video AdBlock for YouTube™ Extension擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
* Removes YouTube™ video and text ads.
* Works on all websites that contain a YouTube™ video.
* Also works with YouTube™ Music.
Enjoy ad free videos! 擴展基本資訊
| 名稱 | |
| ID | lmkjedkhnnhcohninidcejgollmggcjf |
| 官方網址 | https://chromewebstore.google.com/detail/video-adblock-for-youtube/lmkjedkhnnhcohninidcejgollmggcjf |
| 簡介 | Removes all YouTube™ video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube™ Music. |
| 檔案大小 | 24.76 KB |
| 安裝次數 | 11,474 |
| 目前版本 | 5.1 |
| 更新時間 | 2023-12-13 |
| 上架時間 | 2020-06-26 |
| 評分 | 4.17/5 共 81 次評分 |
| 開發者 | The Creative Joys |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://sites.google.com/view/videoadblockforyt/home |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Video AdBlock for YouTube\u2122 Extension",
"version": "5.1",
"description": "Removes all YouTube\u2122 video and text ads. Lightweight and safe, with minimal required permissions. Also works with YouTube\u2122 Music.",
"manifest_version": 3,
"icons": {
"19": "images\/icon19.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png",
"96": "images\/icon96.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "adBlockerBg.js"
},
"action": {
"default_title": "Video AdBlock for YouTube\u2122",
"default_icon": {
"19": "images\/icon19.png",
"38": "images\/icon38.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"js": [
"adBlockerYt.js"
],
"run_at": "document_end"
}
],
"permissions": [
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
" | |