SocialSwarm for YouTube

SocialSwarm is the most powerful tool for growing your YouTube channel, FREE!

SocialSwarm for YouTube란 무엇입니까?

SocialSwarm for YouTube은(는) http://socialswarm.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "SocialSwarm is the most powerful tool for growing your YouTube channel, FREE!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

SocialSwarm for YouTube 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Social Swarm is the most powerful tool for any YouTube content creator or brand seeking an advantage in ranking their videos and growing their channel. Research the highest ranking tags, titles, videos, channels and more without ever leaving YouTube!                    

확장 프로그램 기본 정보

이름 SocialSwarm for YouTube SocialSwarm for YouTube
ID cidncbifpoplggonfllfkhgjjfhomnof
공식 URL https://chrome.google.com/webstore/detail/socialswarm-for-youtube/cidncbifpoplggonfllfkhgjjfhomnof
설명 SocialSwarm is the most powerful tool for growing your YouTube channel, FREE!
파일 크기 1.04 MB
설치 횟수 1,000
현재 버전 0.5.7
최근 업데이트 2018-03-21
출시 날짜 2018-03-21
평점 3.93/5 총 14 개의 평점
개발자 http://socialswarm.io
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.socialswarm.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SocialSwarm for YouTube",
    "description": "SocialSwarm is the most powerful tool for growing your YouTube channel, FREE!",
    "version": "0.5.7",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "SocialSwarm",
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "scripts": [
            "js\/bg\/event.bg.min.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "libs\/jquery\/jquery-3.2.1.min.js",
                "libs\/lodash\/lodash.min.js",
                "libs\/semantic\/semantic.min.js",
                "libs\/abbreviate\/abbreviate.js",
                "js\/cs\/bundle.min.js"
            ],
            "css": [
                "libs\/semantic\/semantic.min.css",
                "css\/cs\/socialswarm.cs.min.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "libs\/semantic\/themes\/default\/assets\/fonts\/icons.eot",
        "libs\/semantic\/themes\/default\/assets\/fonts\/icons.svg",
        "libs\/semantic\/themes\/default\/assets\/fonts\/icons.woff",
        "libs\/semantic\/themes\/default\/assets\/fonts\/icons.woff2",
        "libs\/semantic\/themes\/default\/assets\/fonts\/icons.ttf",
        "libs\/semantic\/themes\/default\/assets\/fonts\/Lato-Italic.ttf",
        "libs\/semantic\/themes\/default\/assets\/fonts\/Lato-BoldItalic.ttf",
        "libs\/semantic\/themes\/default\/assets\/fonts\/Lato-Regular.ttf",
        "libs\/semantic\/themes\/default\/assets\/fonts\/Lato-Bold.ttf",
        "libs\/semantic\/themes\/default\/assets\/images\/flags.png"
    ],
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "https:\/\/www.youtube.com\/*"
    ]
}