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文件

下載SocialSwarm for YouTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/*"
    ]
}