Youtube Ads AutoSkip
Youtube Ads AutoSkip.
Youtube Ads AutoSkipとは何ですか?
Youtube Ads AutoSkipはJinによって開発されたChromeの拡張機能で、その主な機能は「Youtube Ads AutoSkip.」です。
拡張機能のスクリーンショット
Youtube Ads AutoSkip拡張機能のCRXファイルをダウンロード
Youtube Ads AutoSkip拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        This extension will auto skip ads on the youtube.
Just simple, easy to use.
=======================
1. Auto skip instead of block.
2. You will see Ads that less than 1 second. (very fast and not different for you)
3. free to use and enjoy it.
=======================
[ About this ]
Just a side project, I don't promise quality of extension.
If this extension so useful for you, That's great.
[v1.0.4]
1. Remove unused permission.                     拡張機能の基本情報
| 名前 |   |  
| ID | lbpkboobaninkmhefjjcakbllbafmccj | 
| 公式URL | https://chromewebstore.google.com/detail/youtube-ads-autoskip/lbpkboobaninkmhefjjcakbllbafmccj | 
| 説明 | Youtube Ads AutoSkip. | 
| ファイルサイズ | 6.85 KB | 
| インストール数 | 5,638 | 
| 現在のバージョン | 1.0.4 | 
| 最終更新日 | 2024-02-08 | 
| 公開日 | 2023-11-15 | 
| 評価 | 4.96/5 合計 27 レビュー | 
| 開発者 | Jin | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | zh-TW | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Ads AutoSkip",
    "version": "1.0.4",
    "description": "Youtube Ads AutoSkip.",
    "action": {
        "default_title": "Youtube Ads AutoSkip",
        "default_popup": "index.html",
        "default_icon": "ytb.png"
    },
    "background": {
        "service_worker": "main.js"
    },
    "icons": {
        "128": "ytb.png"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "permissions": [
        "tabs",
        "scripting"
    ]
}  |  |