Don't forget to like
Don't forget to like your favorite videos on youtube.com!
什麼是Don't forget to like?
Don't forget to like是由arismelachroinos開發的Chrome擴展程式,該擴展的主要功能是“Don't forget to like your favorite videos on youtube.com!”。
擴展截圖
下載Don't forget to like擴展crx文件
下載Don't forget to like擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This is a simple extension that likes/dislikes Youtube videos that you watch from specific channels that you choose, so you never forget to do it yourself. Once you install the extension, a button will appear bellow every Youtube video you are watching, where you can choose: ● Manual (Default) ● Auto Like ● Auto Dislike This extension does not like/dislike videos that you haven't opened, or videos you have watched in the past. I put a lot of time and effort making this free extension. If you enjoy it and you wish to support me, you can donate via this link: https://www.paypal.com/donate/?hosted_button_id=BTK97P92ZF29U
擴展基本資訊
名稱 | Don't forget to like |
ID | kjkjajiikfcoaibbccgmlnikeekjeaka |
官方網址 | https://chromewebstore.google.com/detail/dont-forget-to-like/kjkjajiikfcoaibbccgmlnikeekjeaka |
簡介 | Don't forget to like your favorite videos on youtube.com! |
檔案大小 | 36.54 KB |
安裝次數 | 18 |
目前版本 | 0.8 |
更新時間 | 2022-07-08 |
上架時間 | 2021-10-20 |
評分 | 5.00/5 共 1 次評分 |
開發者 | arismelachroinos |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.freeprivacypolicy.com/live/2c558424-4917-4625-89ff-5f1d72958783 |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Don't forget to like", "version": "0.8", "description": "Don't forget to like your favorite videos on youtube.com!", "background": { "service_worker": "background.js" }, "permissions": [ "storage", "webNavigation" ], "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "jquery.js", "content.js" ] } ], "icons": { "128": "icon.png" } } |