Return Youtube Dislike Count
Returns the ability to see dislikes on the YouTube service
Return Youtube Dislike Countとは何ですか?
Return Youtube Dislike Countはhank.ventura.1958によって開発されたChromeの拡張機能で、その主な機能は「Returns the ability to see dislikes on the YouTube service」です。
拡張機能のスクリーンショット
Return Youtube Dislike Count拡張機能のCRXファイルをダウンロード
Return Youtube Dislike Count拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Returns the ability to see dislikes on the YouTube service 拡張機能の基本情報
| 名前 | |
| ID | ffclgifakkkclleojomcjngkedfmhjfl |
| 公式URL | https://chromewebstore.google.com/detail/return-youtube-dislike-co/ffclgifakkkclleojomcjngkedfmhjfl |
| 説明 | Returns the ability to see dislikes on the YouTube service |
| ファイルサイズ | 47.12 KB |
| インストール数 | 389 |
| 現在のバージョン | 1.0.7 |
| 最終更新日 | 2022-12-13 |
| 公開日 | 2022-12-12 |
| 評価 | 3.67/5 合計 3 レビュー |
| 開発者 | hank.ventura.1958 |
| 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.7",
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"resources": [
"ryd.script.js"
]
}
]
} | |