YouTube Live Monetize Plugin
YouTube Live Monetize Plugin
Wat is YouTube Live Monetize Plugin?
YouTube Live Monetize Plugin is een Chrome-extensie ontwikkeld door yuchan2215, en de belangrijkste functie is "YouTube Live Monetize Plugin".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Live Monetize Plugin
Download YouTube Live Monetize Plugin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
YouTube™のライブ時に定期的に広告を発信します。 機能一覧: ・YouTube™のライブ時に定期的に広告を発信 (機能のON/OFF・間隔設定(幅を持たせてランダムにすることも可能)) ・次の間隔までの秒数表示機能 (広告発信から20秒間は色が変わります) ・配信終了時にタブを閉じる機能 右上の拡張機能一覧から、当拡張機能をクリックすることで各種設定が行えます New: を持たせてランダムにする機能を追加しました
Basisinformatie over de Extensie
Naam | YouTube Live Monetize Plugin |
ID | cdibiipgbahgkpajbodlddijnhgccoij |
Officiële URL | https://chromewebstore.google.com/detail/youtube-live-monetize-plu/cdibiipgbahgkpajbodlddijnhgccoij |
Beschrijving | YouTube Live Monetize Plugin |
Bestandsgrootte | 45.89 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2022-02-16 |
Publicatiedatum | 2022-02-10 |
Ontwikkelaar | yuchan2215 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Live Monetize Plugin", "short_name": "YTLiMP", "version": "1.0.3", "description": "YouTube Live Monetize Plugin", "icons": { "128": "icon128.png" }, "permissions": [ "storage", "tabs" ], "action": { "default_icon": { "19": "icon128.png" }, "default_title": "Settings", "default_popup": "option.html" }, "content_scripts": [ { "js": [ "content.js", "jquery.min.js" ], "matches": [ "https:\/\/studio.youtube.com\/*" ] } ], "background": { "service_worker": "background.js", "presistent": true } } |