SkipAds

Utility to skip ad automatically

什麼是SkipAds?

SkipAds是由Aman A. Agarwal開發的Chrome擴展程式,該擴展的主要功能是“Utility to skip ad automatically”。

下載SkipAds擴展crx文件

下載SkipAds擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        - Use this extension to automatically skip ads on Youtube. It just works. 
- Detects a Youtube webpage and only then works in the background. 
- Also added is a mute feature which mutes the ads and unmutes when the video playback resumes to give you uninterrupted experience
- Support for other streaming services like Saavn, Gaana, etc. to roll out in future, so stay tuned.

**Bug Fixes**
- Now works without any need for reload.                    

擴展基本資訊

名稱 SkipAds SkipAds
ID fmkjadgnhcdgdgllhfdimhgocdienbdm
官方網址 https://chrome.google.com/webstore/detail/skipads/fmkjadgnhcdgdgllhfdimhgocdienbdm
簡介 Utility to skip ad automatically
檔案大小 20.26 KB
安裝次數 118
目前版本 0.3
更新時間 2018-07-26
上架時間 2018-07-26
評分 5.00/5 共 2 次評分
開發者 Aman A. Agarwal
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SkipAds",
    "short_name": "SkipAds",
    "description": "Utility to skip ad automatically",
    "manifest_version": 2,
    "version": "0.3",
    "author": "Aman A. Agarwal",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}