Youtube button clicker
This extension helps you click the "skip" and "close" button of an ad in Youtube, as well as the "Are you still watching" window.
Youtube button clickerとは何ですか?
Youtube button clickerはPetingoによって開発されたChromeの拡張機能で、その主な機能は「This extension helps you click the "skip" and "close" button of an ad in Youtube, as well as the "Are you still watching" window.」です。
拡張機能のスクリーンショット
Youtube button clicker拡張機能のCRXファイルをダウンロード
Youtube button clicker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
自動幫你按下 youtube「略過廣告」的按扭;當「影片已暫停」的視窗跳出來的時候幫你按確定。 音樂撥放太久自動暫停時,也會自動按下「下一首」。 Skip youtube ad by clicking the button for you, as well as the pop-up window saying "are you still watching?" When video stopped after playing for a while, it will click "next video".
拡張機能の基本情報
名前 | Youtube button clicker |
ID | mnbaldbdmilbhdbmmogpeildjddligkn |
公式URL | https://chromewebstore.google.com/detail/youtube-button-clicker/mnbaldbdmilbhdbmmogpeildjddligkn |
説明 | This extension helps you click the "skip" and "close" button of an ad in Youtube, as well as the "Are you still watching" window. |
ファイルサイズ | 21.87 KB |
インストール数 | 39 |
現在のバージョン | 1.2.0 |
最終更新日 | 2019-11-15 |
公開日 | 2019-11-14 |
開発者 | Petingo |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube button clicker", "short_name": "Youtube button clicker", "description": "This extension helps you click the \"skip\" and \"close\" button of an ad in Youtube, as well as the \"Are you still watching\" window.", "manifest_version": 2, "version": "1.2.0", "author": "Petingo", "homepage_url": "https:\/\/github.com\/Petingo\/youtube-button-clicker", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "\/lib\/arrive.min.js", "app.js" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "storage" ], "browser_action": { "default_popup": "\/options\/options.html" }, "options_ui": { "page": "\/options\/options.html" }, "icons": { "16": "\/icon\/icon16.png", "48": "\/icon\/icon48.png", "128": "\/icon\/icon128.png" } } |