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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Youtube subscriptions 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
}