SnooTube for YouTube™
SnooTube for YouTube™
什么是SnooTube for YouTube™?
SnooTube for YouTube™是由ThePotato开发的Chrome扩展程序,该扩展的主要功能是“SnooTube for YouTube™”。
扩展截图
下载SnooTube for YouTube™扩展crx文件
下载SnooTube for YouTube™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Chrome extension that embeds Reddit comments, in your YouTube Comments. Works with the new Polymer Design layout! - Fixed load more - Fixed minimize comments button -Thanks xlexi & KoffeinFlummi (Might break every so often)
扩展基本信息
名称 | |
ID | nnkpagjmddndhnkiecjecfknleggbhfo |
官方URL | https://chrome.google.com/webstore/detail/snootube-for-youtube/nnkpagjmddndhnkiecjecfknleggbhfo |
简介 | SnooTube for YouTube™ |
文件大小 | 253 KB |
安装次数 | 3,000 |
当前版本 | 3.21 |
更新时间 | 2019-05-06 |
上架时间 | 2019-05-06 |
评分 | 4.09/5 共68次评分 |
开发者 | ThePotato |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/KoffeinFlummi/alientube |
帮助页面URL | https://github.com/KoffeinFlummi/alientube/issues |
隐私政策页面URL | https://github.com/ThePotato97/RoSearcher/wiki/Privacy-Policy |
支持的语言 | en,fr,no,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "SnooTube for YouTube\u2122", "short_name": "SnooTube", "description": "SnooTube for YouTube\u2122", "author": "Delexious", "homepage_url": "https:\/\/github.com\/KoffeinFlummi\/alientube", "version": "3.21", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "minimum_chrome_version": "41.0", "content_security_policy": "script-src 'self' https:\/\/api.reddit.com; object-src 'self'", "options_page": "res\/options.html", "default_locale": "en", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/vimeo.com\/*" ], "js": [ "js\/snuownd.js", "js\/script.js" ], "css": [ "res\/style.css" ], "run_at": "document_start" } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "http:\/\/www.youtube.com\/", "https:\/\/www.youtube.com\/", "https:\/\/api.reddit.com\/", "storage" ], "optional_permissions": [ "*:\/\/vimeo.com\/*" ], "web_accessible_resources": [ "res\/style.css", "res\/chrome_shared.css", "res\/widgets.css", "js\/*", "res\/*", "TypeScript\/*", "icon128.png" ] } |