Youtube subscriptions
Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube
What is Youtube subscriptions?
Youtube subscriptions is a Chrome extension developed by REKORD, and its main feature is "Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube".
Extension Screenshots
Download Youtube subscriptions Extension CRX File
Download Youtube subscriptions 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
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.
Extension Basic Information
Name | Youtube subscriptions |
ID | bddhdhnlblfihpgogfinakagjkkcgnai |
Official URL | https://chromewebstore.google.com/detail/youtube-subscriptions/bddhdhnlblfihpgogfinakagjkkcgnai |
Description | Follow subscribers in YouTube quickly and reliably, quick access to subscribers in YouTube |
File Size | 13.78 KB |
Installation Count | 1,928 |
Current Version | 1.0.5 |
Last Updated | 2021-02-15 |
Publish Date | 2019-03-14 |
Rating | 2.82/5 Total 11 Ratings |
Developer | REKORD |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |