Disable YouTube Share Box
Prevents the annoying share, embed, and email box under YouTube videos from popping down
什麼是Disable YouTube Share Box?
Disable YouTube Share Box是由Justin Hendryx開發的Chrome擴展程式,該擴展的主要功能是“Prevents the annoying share, embed, and email box under YouTube videos from popping down”。
下載Disable YouTube Share Box擴展crx文件
下載Disable YouTube Share Box擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
擴展基本資訊
名稱 | Disable YouTube Share Box |
ID | ihganmkmfefmfgfcebnadcbalknnnmij |
官方網址 | https://chromewebstore.google.com/detail/disable-youtube-share-box/ihganmkmfefmfgfcebnadcbalknnnmij |
簡介 | Prevents the annoying share, embed, and email box under YouTube videos from popping down |
檔案大小 | 18.67 KB |
安裝次數 | 11 |
目前版本 | 0.1 |
更新時間 | 2016-02-22 |
上架時間 | 2016-02-21 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Justin Hendryx |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable YouTube Share Box", "version": "0.1", "description": "Prevents the annoying share, embed, and email box under YouTube videos from popping down", "author": "Justin Hendryx", "permissions": [ "contentSettings", "tabs" ], "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "64": "64.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*" ], "css": [ "fixsocial.css" ] } ], "manifest_version": 2 } |