Skippy - The Best Youtube Ad Skipper
Automatically skip youtube ads the moment they appear
什麼是Skippy - The Best Youtube Ad Skipper?
Skippy - The Best Youtube Ad Skipper是由Rohan Makhija開發的Chrome擴展程式,該擴展的主要功能是“Automatically skip youtube ads the moment they appear”。
擴展截圖
下載Skippy - The Best Youtube Ad Skipper擴展crx文件
下載Skippy - The Best Youtube Ad Skipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
If you would like to upgrade to the new 2x efficient beta version, click here: https://chromewebstore.google.com/detail/skippy-the-best-youtube-a/mccflcadolbmcnapdbaepohgnggcnlol ℹ About: Skippy is a browser extension that blocks all video ads on YouTube™. Video ads and ads that come before the video are automatically skipped when they show up. Features: Skippy automatically skips video advertisements on YouTube™ and also on other pages that load YouTube™ in them. 🔏 Privacy: Skippy does not track anything you watch or do on YouTube™ website Disclaimer: YouTube™ is a trademark of Google LLC.
擴展基本資訊
名稱 | Skippy - The Best Youtube Ad Skipper |
ID | nodemlgkeklghddomgoabckgbcmalkkj |
官方網址 | https://chromewebstore.google.com/detail/skippy-the-best-youtube-a/nodemlgkeklghddomgoabckgbcmalkkj |
簡介 | Automatically skip youtube ads the moment they appear |
檔案大小 | 8.75 KB |
安裝次數 | 359 |
目前版本 | 1.0 |
更新時間 | 2023-12-26 |
上架時間 | 2021-03-24 |
評分 | 4.75/5 共 4 次評分 |
開發者 | Rohan Makhija |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skippy - The Best Youtube Ad Skipper", "version": "1.0", "description": "Automatically skip youtube ads the moment they appear", "content_scripts": [ { "js": [ "script.js" ], "run_at": "document_idle", "matches": [ "https:\/\/*.youtube.com\/*" ] } ], "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "16": "icons\/16.png" }, "browser_action": { "default_popup": "popup.html" } } |