Block Youtube Annotations
Extension blocks anoying annotations on YouTube.
什麼是Block Youtube Annotations?
Block Youtube Annotations是由menko開發的Chrome擴展程式,該擴展的主要功能是“Extension blocks anoying annotations on YouTube.”。
下載Block Youtube Annotations擴展crx文件
下載Block Youtube Annotations擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Blocks annotations on youtube
擴展基本資訊
名稱 | |
ID | nheehibdemfjglnfflcgfinhciifpkhc |
官方網址 | https://chrome.google.com/webstore/detail/block-youtube-annotations/nheehibdemfjglnfflcgfinhciifpkhc |
簡介 | Extension blocks anoying annotations on YouTube. |
檔案大小 | 238 KB |
安裝次數 | 213 |
目前版本 | 1.0.1 |
更新時間 | 2015-10-17 |
上架時間 | 2015-10-17 |
評分 | 3.50/5 共 8 次評分 |
開發者 | menko |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "js": [ "initialize-content.js" ], "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*", "http:\/\/youtube.com\/*" ] } ], "description": "Extension blocks anoying annotations on YouTube.", "manifest_version": 2, "name": "Block Youtube Annotations", "permissions": [ "tabs", "activeTab" ], "version": "1.0.1", "web_accessible_resources": [ "inject\/*.js" ] } |