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 |
Eメール | [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" } |