Yt Auto Like Extension
Youtube自動按讚插件
What is Yt Auto Like Extension?
Yt Auto Like Extension is a Chrome extension developed by ms0223900, and its main feature is "Youtube自動按讚插件".
Extension Screenshots
Download Yt Auto Like Extension Extension CRX File
Download Yt Auto Like Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
切分頁或另開Youtube影片後,此插件會自動為您點讚影片。
Extension Basic Information
Name | Yt Auto Like Extension |
ID | kdglddcmbopemklkcgjghfclegkigkgg |
Official URL | https://chromewebstore.google.com/detail/yt-auto-like-extension/kdglddcmbopemklkcgjghfclegkigkgg |
Description | Youtube自動按讚插件 |
File Size | 6.18 KB |
Installation Count | 114 |
Current Version | 1.0 |
Last Updated | 2022-04-09 |
Publish Date | 2022-04-08 |
Developer | ms0223900 |
[email protected] | |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Yt Auto Like Extension", "description": "Youtube\u81ea\u52d5\u6309\u8b9a\u63d2\u4ef6", "version": "1.0", "manifest_version": 3, "permissions": [ "activeTab" ], "icons": { "48": "icon_48.png" }, "action": { "default_icon": "icon_48.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ ".\/src\/content-script.js" ] } ] } |