BestYT 移除討人厭片尾縮圖
每次到了片尾影片還沒結束,卻已經出現討人厭推薦縮圖,直接移除它。4xDev(4-x.tw)
What is BestYT 移除討人厭片尾縮圖?
BestYT 移除討人厭片尾縮圖 is a Chrome extension developed by 4-x.tw, and its main feature is "每次到了片尾影片還沒結束,卻已經出現討人厭推薦縮圖,直接移除它。4xDev(4-x.tw)".
Extension Screenshots
Download BestYT 移除討人厭片尾縮圖 Extension CRX File
Download BestYT 移除討人厭片尾縮圖 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
是否有遇過在看 YouTube 影片時,到了片尾卻出現了頻道接下來的推薦影片以及頻道大頭貼? 重點是!影片明明還沒結束啊啊啊啊!卻被推薦影片縮圖跟頻道大頭貼遮住!!(#`Д´)ノ 透過這個小工具可以將片尾的推薦縮圖與頻道圖貼直接移除! 另外也繼承了 4cUrls 的傳統,直接點擊小工具圖示可以複製 YouTube 縮網址連結,網址列也會還原乾淨的網址! *擴充功能已更新至 Manifest V3
Extension Basic Information
Name | BestYT 移除討人厭片尾縮圖 |
ID | pcghepnhmaijbfpbbcgmhgmlmfpigcgf |
Official URL | https://chromewebstore.google.com/detail/bestyt-%E7%A7%BB%E9%99%A4%E8%A8%8E%E4%BA%BA%E5%8E%AD%E7%89%87%E5%B0%BE%E7%B8%AE%E5%9C%96/pcghepnhmaijbfpbbcgmhgmlmfpigcgf |
Description | 每次到了片尾影片還沒結束,卻已經出現討人厭推薦縮圖,直接移除它。4xDev(4-x.tw) |
File Size | 43.72 KB |
Installation Count | 96 |
Current Version | 3.1 |
Last Updated | 2022-07-19 |
Publish Date | 2020-04-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | 4-x.tw |
[email protected] | |
Payment Type | free |
Supported Languages | zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BestYT \u79fb\u9664\u8a0e\u4eba\u53ad\u7247\u5c3e\u7e2e\u5716", "short_name": "BestYT", "description": "\u6bcf\u6b21\u5230\u4e86\u7247\u5c3e\u5f71\u7247\u9084\u6c92\u7d50\u675f\uff0c\u537b\u5df2\u7d93\u51fa\u73fe\u8a0e\u4eba\u53ad\u63a8\u85a6\u7e2e\u5716\uff0c\u76f4\u63a5\u79fb\u9664\u5b83\u30024xDev(4-x.tw)", "version": "3.1", "action": { "default_title": "BestYT", "default_icon": "icon.png" }, "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ] } |