Youtube Ads Killer
YouTube Ad Killer auto skip ads. You don't need worry and manually press skip after 5 seconds.
什么是Youtube Ads Killer?
Youtube Ads Killer是由Refixanimation开发的Chrome扩展程序,该扩展的主要功能是“YouTube Ad Killer auto skip ads. You don't need worry and manually press skip after 5 seconds.”。
扩展截图
下载Youtube Ads Killer扩展crx文件
下载Youtube Ads Killer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
YouTube Ad Killer auto skip ads. You don't need worry and manually press skip after 5 seconds.
扩展基本信息
名称 | Youtube Ads Killer |
ID | kcacgelamniaacjfbmekoagkkmdjlfib |
官方URL | https://chromewebstore.google.com/detail/youtube-ads-killer/kcacgelamniaacjfbmekoagkkmdjlfib |
简介 | YouTube Ad Killer auto skip ads. You don't need worry and manually press skip after 5 seconds. |
文件大小 | 17.89 KB |
安装次数 | 1,269 |
当前版本 | 1.0.0 |
更新时间 | 2019-09-07 |
上架时间 | 2019-09-06 |
评分 | 4.33/5 共6次评分 |
开发者 | Refixanimation |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Ads Killer", "version": "1.0.0", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "all_frames": true, "run_at": "document_end", "js": [ "inject.js" ] } ], "background": { "scripts": [ "menu.js" ] }, "icons": { "128": "logo.png" }, "browser_action": { "default_title": "Youtube Ads Killer", "default_popup": "popup.html" } } |