Youtube Ad Skipper
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…
什麼是Youtube Ad Skipper?
Youtube Ad Skipper是由Zubair Mohsin開發的Chrome擴展程式,該擴展的主要功能是“Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this…”。
下載Youtube Ad Skipper擴展crx文件
下載Youtube Ad Skipper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this extension to do it for you. While you are sitting on chair and watching Youtube videos in a comfy way, you don't need to move forward yourself and click on Skip Ad. By installing this app, videos that are skippable, will be skipped automatically. Happy Watching :)
擴展基本資訊
名稱 | |
ID | enihkpojbigcklkiniiknjplcfihheca |
官方網址 | https://chrome.google.com/webstore/detail/youtube-ad-skipper/enihkpojbigcklkiniiknjplcfihheca |
簡介 | Are you tired of clicking on Skip Ad button on Youtube Videos? We have been through this too. That's why we decided to make this… |
檔案大小 | 44.95 KB |
安裝次數 | 663 |
目前版本 | 0.1 |
更新時間 | 2017-12-22 |
上架時間 | 2017-12-22 |
評分 | 5.00/5 共 4 次評分 |
開發者 | Zubair Mohsin |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Ad Skipper", "version": "0.1", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "jquery.min.js", "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "skip_16.png", "48": "skip_48.png", "128": "skip_128.png" } } |