Show YouTube Dislikes
The extension returns the display of the counter of dislikes under the video on the YouTube service
Show YouTube Dislikesとは何ですか?
Show YouTube Dislikesはchr0meyou123によって開発されたChromeの拡張機能で、その主な機能は「The extension returns the display of the counter of dislikes under the video on the YouTube service」です。
拡張機能のスクリーンショット
Show YouTube Dislikes拡張機能のCRXファイルをダウンロード
Show YouTube Dislikes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension returns the display of the counter of dislikes under the video on the YouTube service 拡張機能の基本情報
| 名前 | |
| ID | ediahdpmagmodocmhlmjdndhbdalnibo |
| 公式URL | https://chromewebstore.google.com/detail/show-youtube-dislikes/ediahdpmagmodocmhlmjdndhbdalnibo |
| 説明 | The extension returns the display of the counter of dislikes under the video on the YouTube service |
| ファイルサイズ | 134 KB |
| インストール数 | 61 |
| 現在のバージョン | 1.0.5 |
| 最終更新日 | 2023-01-11 |
| 公開日 | 2023-01-10 |
| 開発者 | chr0meyou123 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | de,en,fr,tr,es,it,pt-BR,cs,ru,ja |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"css": [
"content.css"
],
"exclude_matches": [
"*:\/\/*.music.youtube.com\/*"
],
"js": [
"content.js"
],
"matches": [
"*:\/\/youtube.com\/*",
"*:\/\/www.youtube.com\/*",
"*:\/\/m.youtube.com\/*"
]
}
],
"default_locale": "en",
"externally_connectable": {
"matches": [
"*:\/\/*.youtube.com\/*"
]
},
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"128": "icons\/diz128.png",
"48": "icons\/diz48.png"
},
"manifest_version": 3,
"name": "__MSG_extensionName__",
"permissions": [
"storage"
],
"version": "1.0.5",
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"resources": [
"ryd.script.js"
]
}
]
} | |