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