YouTube Ad Controller

Fast forward and rewind YouTube ads using your arrow keys!

什么是YouTube Ad Controller?

YouTube Ad Controller是由Briann开发的Chrome扩展程序,该扩展的主要功能是“Fast forward and rewind YouTube ads using your arrow keys!”。

扩展截图

screenshot

下载YouTube Ad Controller扩展crx文件

下载YouTube Ad Controller扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Have you ever wanted to re-watch an ad, or skip it? YouTube Ad Controller lets you fast forward and rewind YouTube video ads with your arrow keys, just like on any video!                    

扩展基本信息

名称 YouTube Ad Controller YouTube Ad Controller
ID fmklhcikkdkambjpmmpdiaihncopfhlg
官方URL https://chromewebstore.google.com/detail/youtube-ad-controller/fmklhcikkdkambjpmmpdiaihncopfhlg
简介 Fast forward and rewind YouTube ads using your arrow keys!
文件大小 10.76 KB
安装次数 191
当前版本 1.0
更新时间 2022-07-19
上架时间 2022-07-18
评分 3.00/5 共1次评分
开发者 Briann
电子邮箱 [email protected]
付费类型 free
扩展官网 https://extensions.brianwalczak.com
帮助页面URL https://www.brianwalczak.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube Ad Controller",
    "description": "Fast forward and rewind YouTube ads using your arrow keys!",
    "version": "1.0",
    "author": "ComplexxBrian",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "keyPress.js"
            ]
        }
    ],
    "icons": {
        "128": "icon-128.png",
        "16": "icon-small.png",
        "48": "icon-48.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Ad Controller",
        "default_icon": "icon-small.png"
    }
}