Youtube Recommend Removal
Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
什么是Youtube Recommend Removal?
Youtube Recommend Removal是由vector.mic开发的Chrome扩展程序,该扩展的主要功能是“Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!”。
下载Youtube Recommend Removal扩展crx文件
下载Youtube Recommend Removal扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!
扩展基本信息
名称 | |
ID | dijlhlnapjjambnbnochecfdobionjlf |
官方URL | https://chrome.google.com/webstore/detail/youtube-recommend-removal/dijlhlnapjjambnbnochecfdobionjlf |
简介 | Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared! |
文件大小 | 67.24 KB |
安装次数 | 1,000 |
当前版本 | 1.0.1 |
更新时间 | 2018-06-13 |
上架时间 | 2018-06-13 |
评分 | 4.79/5 共109次评分 |
开发者 | vector.mic |
付费类型 | free |
扩展官网 | https://sgweb.vn/ |
支持的语言 | vi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Recommend Removal", "version": "1.0.1", "description": "Feel uncomfortable about youtube ending recommendation? Just install this mini extension and this annoyance will be disappeared!", "manifest_version": 2, "icons": { "16": "images\/sgw-16x16.png", "128": "images\/sgw-128x128.png" }, "background": { "scripts": [ ".\/scripts\/index.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/youtube.com\/*", "*:\/\/www.youtube.com\/*" ], "js": [ ".\/third-party\/jquery-3.3.1.min.js", ".\/scripts\/content.js" ], "run_at": "document_idle", "all_frames": true } ], "permissions": [ "tabs", "storage" ], "web_accessible_resources": [ "images\/sgw-50x50-bw.png", "images\/sgw-50x50-gray.png" ] } |