The Unofficial Social Blade Extension
Track your YouTube stats without leaving your current page.
The Unofficial Social Blade Extension란 무엇입니까?
The Unofficial Social Blade Extension은(는) http://verifiedjoseph.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Track your YouTube stats without leaving your current page."입니다.
확장 프로그램 스크린샷
The Unofficial Social Blade Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With the unofficial Social Blade extension you can track your YouTube channel stats without leaving your current page. The source code for this project can be found on Github: https://github.com/VerifiedJoseph/the-unofficial-social-blade-extension. This is a unofficial extension and is not sponsored, owned, or endorsed by Social Blade. For the official Social Blade extension see: https://chrome.google.com/webstore/detail/social-blade/cfidkbgamfhdgmedldkagjopnbobdmdn
확장 프로그램 기본 정보
이름 | |
ID | dmjgiaijdmgheegfinhgplldehidfbcm |
공식 URL | https://chrome.google.com/webstore/detail/the-unofficial-social-bla/dmjgiaijdmgheegfinhgplldehidfbcm |
설명 | Track your YouTube stats without leaving your current page. |
파일 크기 | 15.42 KB |
설치 횟수 | 3,000 |
현재 버전 | 2.2.2 |
최근 업데이트 | 2018-07-25 |
출시 날짜 | 2018-07-25 |
평점 | 3.60/5 총 15 개의 평점 |
개발자 | http://verifiedjoseph.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://verifiedjoseph.com/projects/unofficial-social-blade-extension |
개인정보 보호 정책 페이지 URL | https://verifiedjoseph.com/extension-privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "The Unofficial Social Blade Extension", "description": "Track your YouTube stats without leaving your current page.", "author": "VerifiedJoseph", "version": "2.2.2", "version_name": "2.2.2 (Released 25\/07\/17)", "manifest_version": 2, "icons": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "32": "images\/icons\/32.png", "48": "images\/icons\/48.png", "64": "images\/icons\/64.png", "96": "images\/icons\/96.png", "128": "images\/icons\/128.png" }, "permissions": [ "storage" ], "browser_action": { "default_icon": { "16": "images\/icons\/16.png", "19": "images\/icons\/19.png", "32": "images\/icons\/32.png", "64": "images\/icons\/64.png" }, "default_popup": "html\/popup.html", "default_title": "The Unofficial Social Blade Extension" }, "options_ui": { "page": "html\/options.html", "open_in_tab": true, "chrome_style": false } } |