Promote YouTube videos
Promote videos in a selected playlist on YouTube. Together we can fight bots
Promote YouTube videosとは何ですか?
Promote YouTube videosはhattifnatt4rによって開発されたChromeの拡張機能で、その主な機能は「Promote videos in a selected playlist on YouTube. Together we can fight bots」です。
拡張機能のスクリーンショット
Promote YouTube videos拡張機能のCRXファイルをダウンロード
Promote YouTube videos拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension helps to promote videos in a selected playlist. It will open the playlist in multiple tabs and loop through videos. If used collectively, it can help to fight internet bots and promote videos that are valuable for the community.
拡張機能の基本情報
名前 | Promote YouTube videos |
ID | imhjfmnknoeepdohjdohpmggjhkjfpig |
公式URL | https://chromewebstore.google.com/detail/promote-youtube-videos/imhjfmnknoeepdohjdohpmggjhkjfpig |
説明 | Promote videos in a selected playlist on YouTube. Together we can fight bots |
ファイルサイズ | 343 KB |
インストール数 | 1,000 |
現在のバージョン | 1.04 |
最終更新日 | 2022-03-28 |
公開日 | 2022-03-15 |
評価 | 4.00/5 合計 3 レビュー |
開発者 | hattifnatt4r |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://hattifn4ttar.github.io/supportfreemedia/ |
ヘルプページのURL | https://github.com/hattifn4ttar/youtube_promoteplaylist |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Promote YouTube videos", "description": "Promote videos in a selected playlist on YouTube. Together we can fight bots", "version": "1.04", "manifest_version": 3, "icons": { "128": "\/images\/youtube128.png" }, "permissions": [ "storage", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "main.css" ], "js": [ "script.js" ] } ], "action": { "default_title": "Start playing", "default_popup": "popup.html" } } |