SocialSwarm for YouTube

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

SocialSwarm for YouTube là gì?

SocialSwarm for YouTube là một tiện ích mở rộng Chrome được phát triển bởi http://socialswarm.io, và tính năng chính của nó là "SocialSwarm is the most powerful tool for growing your YouTube channel, FREE!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SocialSwarm for YouTube

Tải xuống các tệp mở rộng SocialSwarm for YouTube dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SocialSwarm for YouTube SocialSwarm for YouTube
ID cidncbifpoplggonfllfkhgjjfhomnof
URL Chính Thức https://chrome.google.com/webstore/detail/socialswarm-for-youtube/cidncbifpoplggonfllfkhgjjfhomnof
Mô tả SocialSwarm is the most powerful tool for growing your YouTube channel, FREE!
Kích Thước Tệp 1.04 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.5.7
Cập Nhật Lần Cuối 2018-03-21
Ngày Phát Hành 2018-03-21
Đánh Giá 3.93/5 Tổng số 14 Đánh Giá
Nhà Phát Triển http://socialswarm.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.socialswarm.io
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}