Cyclops - Hide YouTube numbers
Extension to hide YouTube numbers
什么是Cyclops - Hide YouTube numbers?
Cyclops - Hide YouTube numbers是由Rodrigo Cava开发的Chrome扩展程序,该扩展的主要功能是“Extension to hide YouTube numbers”。
扩展截图
下载Cyclops - Hide YouTube numbers扩展crx文件
下载Cyclops - Hide YouTube numbers扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Hide all YouTube numbers! Have a better experience of watching YouTube by choosing based on content rather than popularity. Feel free to like and enjoy the content regardless of how many people liked, disliked or commented.
扩展基本信息
名称 | Cyclops - Hide YouTube numbers |
ID | jaipkdcbjjkmmnhioljfohaiiajdikmp |
官方URL | https://chromewebstore.google.com/detail/cyclops-hide-youtube-numb/jaipkdcbjjkmmnhioljfohaiiajdikmp |
简介 | Extension to hide YouTube numbers |
文件大小 | 18.8 KB |
安装次数 | 161 |
当前版本 | 1.0 |
更新时间 | 2018-09-16 |
上架时间 | 2018-09-16 |
评分 | 4.20/5 共5次评分 |
开发者 | Rodrigo Cava |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cyclops - Hide YouTube numbers", "description": "Extension to hide YouTube numbers", "version": "1.0", "manifest_version": 2, "browser_action": { "default_icon": "icons\/hide_logo.png", "default_popup": "index.html", "default_title": "Hide YouTube numbers!" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/youtube.com\/*" ], "js": [ "js\/content.js" ], "css": [ "css\/content.css" ] } ], "permissions": [ "*:\/\/*.youtube.com\/*", "*:\/\/youtube.com\/*" ] } |