Open YouTube Dislikes
Returns YouTube dislikes for all videos, powered by archived data and machine learning.
什么是Open YouTube Dislikes?
Open YouTube Dislikes是由Gustav开发的Chrome扩展程序,该扩展的主要功能是“Returns YouTube dislikes for all videos, powered by archived data and machine learning.”。
扩展截图
下载Open YouTube Dislikes扩展crx文件
下载Open YouTube Dislikes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | ncdbokbicfmcagdonblpnggbgelbmcde |
官方URL | https://chrome.google.com/webstore/detail/open-youtube-dislikes/ncdbokbicfmcagdonblpnggbgelbmcde |
简介 | Returns YouTube dislikes for all videos, powered by archived data and machine learning. |
文件大小 | 30.33 KB |
安装次数 | 226 |
当前版本 | 1.0.4 |
更新时间 | 2022-01-08 |
上架时间 | 2022-01-08 |
评分 | 1.80/5 共5次评分 |
开发者 | Gustav |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/dkgv/open-youtube-dislikes |
帮助页面URL | https://github.com/dkgv/open-youtube-dislikes/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Returns YouTube dislikes for all videos, powered by archived data and machine learning.", "manifest_version": 2, "name": "Open YouTube Dislikes", "version": "1.0.4", "homepage_url": "https:\/\/github.com\/dkgv\/open-youtube-dislikes", "icons": { "48": "icons\/icon-48.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/watch?*" ], "js": [ "helpers.js", "open-youtube-dislikes.js" ] } ], "permissions": [ "*:\/\/gustavvy.com\/*" ], "background": { "scripts": [ "helpers.js", "background.js" ] } } |