Instant Youtube Ad Skipper

Extension that automatically fast forwards and skips youtube ads.

什么是Instant Youtube Ad Skipper?

Instant Youtube Ad Skipper是由Cloud Composed LLC开发的Chrome扩展程序,该扩展的主要功能是“Extension that automatically fast forwards and skips youtube ads.”。

扩展截图

screenshot

下载Instant Youtube Ad Skipper扩展crx文件

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

扩展使用说明

                        This extension will automatically and almost instantly skip any YouTube ads. No need to wait for the skip button and you should never have to watch ads again.

Just install the extension and YouTube ads will begin to be skipped. I hope you enjoy!                    

扩展基本信息

名称 Instant Youtube Ad Skipper Instant Youtube Ad Skipper
ID hfncancnkmcojmfbfcdphomojkgmanlf
官方URL https://chromewebstore.google.com/detail/instant-youtube-ad-skippe/hfncancnkmcojmfbfcdphomojkgmanlf
简介 Extension that automatically fast forwards and skips youtube ads.
文件大小 57.28 KB
安装次数 265
当前版本 1.0
更新时间 2022-10-30
上架时间 2022-10-30
评分 5.00/5 共1次评分
开发者 Cloud Composed LLC
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instant Youtube Ad Skipper",
    "description": "Extension that automatically fast forwards and skips youtube ads.",
    "author": "Cloud Composed LLC",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Instant Youtube Ad Skipper",
        "default_icon": "icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}