YouTube Ad Auto-Closer
Automatically close ads after X seconds
什麼是YouTube Ad Auto-Closer?
YouTube Ad Auto-Closer是由Zion Developers開發的Chrome擴展程式,該擴展的主要功能是“Automatically close ads after X seconds”。
擴展截圖
下載YouTube Ad Auto-Closer擴展crx文件
下載YouTube Ad Auto-Closer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is NOT an Ad Blocker, It just closes faster. Support YouTubers by disabling AdBlock / uBlock on youtube.com and use this extension to close the ads as soon as possible after the Close / Skip button is available. Feature: Automatically mute video ads (Changeable on Options) Feature: Disable / Enable the extension by pressing F2 (Changeable on Options) This is not an YouTube official extension. Youtube is a trade-mark by Google. Bender Bending Rodríguez, Futurama is created by Matt Groening for Fox Broadcasting Company. All the logos and pictures here is used under fair-use, And is belonged by the corresponding owners. This add-on uses google analytics for anonymous statistics, if you don't like it, use uBlock origin (while you can). License: https://creativecommons.org/licenses/by-nc-sa/4.0/ Open Source: https://github.com/ZionDevelopers/youtube-ad-auto-closer
擴展基本資訊
名稱 | YouTube Ad Auto-Closer |
ID | janhkcfgfnafdebdmlbnhopmnoiepmpc |
官方網址 | https://chrome.google.com/webstore/detail/youtube-ad-auto-closer/janhkcfgfnafdebdmlbnhopmnoiepmpc |
簡介 | Automatically close ads after X seconds |
檔案大小 | 98.13 KB |
安裝次數 | 46 |
目前版本 | 1.3.21 |
更新時間 | 2023-06-10 |
上架時間 | 2022-08-16 |
開發者 | Zion Developers |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/ZionDevelopers/youtube-ad-auto-closer |
說明頁面URL | https://github.com/ZionDevelopers/youtube-ad-auto-closer/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "all_frames": true, "exclude_globs": [], "include_globs": [ "*youtube.com*" ], "css": [], "js": [ "includes\/jquery-3.7.0.min.js", "includes\/youtube.js", "includes\/jquery.hotkeys.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "description": "Automatically close ads after X seconds", "icons": { "128": "icons\/icon.png" }, "manifest_version": 3, "name": "YouTube Ad Auto-Closer", "short_name": "YT Ad Auto-Closer", "options_page": "options.html", "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.google-analytics.com\/" ], "version": "1.3.21", "web_accessible_resources": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "resources": [ "icons\/icon.png", "includes\/jquery-3.7.0.min.js", "includes\/youtube.js", "includes\/jquery-3.7.0.min.map", "includes\/jquery.hotkeys.js" ] } ] } |