Youtube Hide Opinion
Hides number of likes and dislikes from Youtube
Youtube Hide Opinionとは何ですか?
Youtube Hide OpinionはKryDosによって開発されたChromeの拡張機能で、その主な機能は「Hides number of likes and dislikes from Youtube」です。
拡張機能のスクリーンショット
Youtube Hide Opinion拡張機能のCRXファイルをダウンロード
Youtube Hide Opinion拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension hides likes and dislikes counters from Youtube. You still can up/down vote.
拡張機能の基本情報
名前 | Youtube Hide Opinion |
ID | kmagnigdjocidngajmobbifcngjoejkm |
公式URL | https://chromewebstore.google.com/detail/youtube-hide-opinion/kmagnigdjocidngajmobbifcngjoejkm |
説明 | Hides number of likes and dislikes from Youtube |
ファイルサイズ | 5.23 KB |
インストール数 | 27 |
現在のバージョン | 1.4 |
最終更新日 | 2022-12-09 |
公開日 | 2020-01-08 |
評価 | 4.25/5 合計 4 レビュー |
開発者 | KryDos |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/krydos/youtube-ho |
ヘルプページのURL | https://github.com/krydos/youtube-ho |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Hide Opinion", "version": "1.4", "description": "Hides number of likes and dislikes from Youtube", "icons": { "48": "icons\/youtuber.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "hide-opinion.js" ] } ], "applications": { "gecko": { "id": "[email protected]" } } } |