YouTube Auto Skiper
YouTube Auto Skiper - Automatically skip the ads button appears.
YouTube Auto Skiperとは何ですか?
YouTube Auto Skiperはnamdaikによって開発されたChromeの拡張機能で、その主な機能は「YouTube Auto Skiper - Automatically skip the ads button appears.」です。
拡張機能のスクリーンショット
YouTube Auto Skiper拡張機能のCRXファイルをダウンロード
YouTube Auto Skiper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The app will automatically click skip ads on youtube after 5 seconds to skip ads in a friendly manner. Will also remove annoying ads on pages: shopee.vn, sendo.vn, tiki.vn, lazada.vn. If you have any questions about the software, please contact me via email: [email protected]
拡張機能の基本情報
名前 | |
ID | clocflifoieofjffhkhelnmhjibfpihj |
公式URL | https://chrome.google.com/webstore/detail/youtube-auto-skiper/clocflifoieofjffhkhelnmhjibfpihj |
説明 | YouTube Auto Skiper - Automatically skip the ads button appears. |
ファイルサイズ | 3.78 MB |
インストール数 | 33 |
現在のバージョン | 0.1.1 |
最終更新日 | 2022-02-18 |
公開日 | 2022-02-16 |
開発者 | namdaik |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7 |
プライバシーポリシーページのURL | https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.1", "manifest_version": 3, "name": "YouTube Auto Skiper", "description": "YouTube Auto Skiper - Automatically skip the ads button appears.", "author": "Namdaik", "homepage_url": "http:\/\/ext-land.namdaik.com\/", "action": { "default_popup": "option.html" }, "icons": { "128": "assets\/images\/ytskip\/logo-128x128.png", "16": "assets\/images\/ytskip\/logo-16x16.png", "32": "assets\/images\/ytskip\/logo-32x32.png", "64": "assets\/images\/ytskip\/logo-64x64.png" }, "content_scripts": [ { "all_frames": false, "js": [ "assets\/libs\/jquery.js", "assets\/js\/client.js", "assets\/js\/content.js" ], "run_at": "document_start", "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.tiki.vn\/*", "*:\/\/*.shopee.vn\/*", "*:\/\/*.lazada.vn\/*", "*:\/\/*.sendo.vn\/*" ] } ], "permissions": [ "declarativeNetRequest", "storage", "activeTab" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset1", "enabled": true, "path": "assets\/rules.json" } ] } } |