Youtube subscriptions
Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube
什么是Youtube subscriptions?
Youtube subscriptions是由REKORD开发的Chrome扩展程序,该扩展的主要功能是“Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube”。
扩展截图
下载Youtube subscriptions扩展crx文件
下载Youtube subscriptions扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The YouTube subscription itself is an application that allows you to quickly and conveniently keep track of the latest updates to your subscriptions without logging into the YouTube page. You just need to add the address of your channel once and for the last how many hours the published videos items you want to see. The application will only evolve and will add more and more new features just for your convenience.
扩展基本信息
名称 | Youtube subscriptions |
ID | bddhdhnlblfihpgogfinakagjkkcgnai |
官方URL | https://chromewebstore.google.com/detail/youtube-subscriptions/bddhdhnlblfihpgogfinakagjkkcgnai |
简介 | Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube |
文件大小 | 13.78 KB |
安装次数 | 1,928 |
当前版本 | 1.0.5 |
更新时间 | 2021-02-15 |
上架时间 | 2019-03-14 |
评分 | 2.82/5 共11次评分 |
开发者 | REKORD |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "icons\/logo.png", "default_popup": "index.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube", "icons": { "128": "icons\/logo.png" }, "manifest_version": 2, "name": "Youtube subscriptions", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.5" } |