Youtube Likes / Views
Simple youtubeLikes / Views ratio ( percentage )
Youtube Likes / Viewsとは何ですか?
Youtube Likes / Viewsはcosmin.serboteiuによって開発されたChromeの拡張機能で、その主な機能は「Simple youtubeLikes / Views ratio ( percentage )」です。
拡張機能のスクリーンショット
Youtube Likes / Views拡張機能のCRXファイルをダウンロード
Youtube Likes / Views拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple extension that will display the ratio of likes / views as a percentage. This is quite useful in the current context in which there is no dislike counter. 拡張機能の基本情報
| 名前 | |
| ID | hpllifddocjegddmfhpknnncbciekpfe |
| 公式URL | https://chrome.google.com/webstore/detail/youtube-likes-views/hpllifddocjegddmfhpknnncbciekpfe |
| 説明 | Simple youtubeLikes / Views ratio ( percentage ) |
| ファイルサイズ | 10.56 KB |
| インストール数 | 99 |
| 現在のバージョン | 0.2 |
| 最終更新日 | 2021-11-23 |
| 公開日 | 2021-11-23 |
| 評価 | 4.00/5 合計 6 レビュー |
| 開発者 | cosmin.serboteiu |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Youtube Likes \/ Views",
"description": "Simple youtubeLikes \/ Views ratio ( percentage )",
"version": "0.2",
"manifest_version": 3,
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.youtube.com\/*",
"https:\/\/*.youtube.com\/watch*"
],
"js": [
"content-script.js"
]
}
],
"background": {
"service_worker": "background.js"
},
"permissions": [
"tabs"
]
} | |