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
公式URL 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
        }
    ]
}