Youtube's Annotations No More
Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…
什么是Youtube's Annotations No More?
Youtube's Annotations No More是由Daniel Kladnik开发的Chrome扩展程序,该扩展的主要功能是“Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:…”。
扩展截图
下载Youtube's Annotations No More扩展crx文件
下载Youtube's Annotations No More扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Disable Youtube's annotations. That's it :)
Support the development, please:
PayPal: https://www.paypal.me/kiboke
Flattr: https://flattr.com/@kiboke 扩展基本信息
| 名称 | |
| ID | fajnlldimiiipghabjgnbdidcnkghkgn |
| 官方URL | https://chromewebstore.google.com/detail/youtubes-annotations-no-m/fajnlldimiiipghabjgnbdidcnkghkgn |
| 简介 | Disable Youtube's annotations. That's it :) Support the development, please: PayPal: https://www.paypal.me/kiboke Flattr:… |
| 文件大小 | 22.52 KB |
| 安装次数 | 3,436 |
| 当前版本 | 0.7 |
| 更新时间 | 2019-12-12 |
| 上架时间 | 2019-12-12 |
| 评分 | 4.38/5 共29次评分 |
| 开发者 | Daniel Kladnik |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.kiboke-studio.hr/browser-extensions/ |
| 帮助页面URL | https://www.kiboke-studio.hr/browser-extensions/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Youtube's Annotations No More",
"short_name": "Disable Youtube's annotations.",
"version": "0.7",
"icons": {
"16": "icons\/16.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"author": "Daniel Kladnik @ kiboke studio",
"permissions": [
"*:\/\/*.youtube.com\/*",
"webRequest",
"webRequestBlocking",
"notifications"
],
"background": {
"scripts": [
"data\/main.js"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.youtube.com\/*"
],
"css": [
"data\/style.css"
]
}
]
} | |