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 |
官方網址 | 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" } |