Youtube views to likes
Percentage of views to likes in youtube
什麼是Youtube views to likes?
Youtube views to likes是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Percentage of views to likes in youtube”。
擴展截圖
下載Youtube views to likes擴展crx文件
下載Youtube views to likes擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extensions will add to the side of the Like Count, a percentage of how many likes the video have per views in percentage.
擴展基本資訊
名稱 | Youtube views to likes |
ID | mpeeomopiogbgfgboeclndgdacciclmo |
官方網址 | https://chromewebstore.google.com/detail/youtube-views-to-likes/mpeeomopiogbgfgboeclndgdacciclmo |
簡介 | Percentage of views to likes in youtube |
檔案大小 | 3.96 KB |
安裝次數 | 11 |
目前版本 | 1.1 |
更新時間 | 2021-11-24 |
上架時間 | 2021-11-13 |
評分 | 2.00/5 共 4 次評分 |
開發者 | Unknown |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "vtl.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_idle" } ], "name": "Youtube views to likes", "description": "Percentage of views to likes in youtube", "version": "1.1", "manifest_version": 3 } |