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
官方網址 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"
    }
}