SocialBook - YouTube Builder

Gain more views for your YouTube channel without losing control!

Τι είναι το SocialBook - YouTube Builder;

Το SocialBook - YouTube Builder είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον SocialBook, και η κύρια λειτουργία του είναι "Gain more views for your YouTube channel without losing control!".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης SocialBook - YouTube Builder

Λήψη αρχείων επέκτασης SocialBook - YouTube Builder σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Adding Text-to-image for thumbnail creation and more in-depth keywords metrics.

Judge a SocialBook By Its Cover - Grow your YouTube channel with easy-to-use tools
Going viral on YouTube isn’t as easy as it looks. (We know, we know… Justin Bieber did it at 13.)

In a perfect world, you'd just make a great video, upload it to your channel, and watch your view count soar.

But the truth is, there’s a lot of work that you’ve got to do on the back end to make sure people can find your video content in the sea of makeup tutorials and cat videos.

That’s where SocialBook Builder comes in.

Create enticing video thumbnails with a comprehensive, easy-to-use tool

Get helpful recommendations for relevant and popular video tags

Gain unparalleled insights into your channel, including competitor tracking

Best for: Businesses and individuals who want to grow their YouTube channel                    

Βασικές Πληροφορίες Επέκτασης

Όνομα SocialBook - YouTube Builder SocialBook - YouTube Builder
ID eoeaennjgmgjmmpaellcjmjalpokgdee
Επίσημο URL https://chromewebstore.google.com/detail/socialbook-youtube-builde/eoeaennjgmgjmmpaellcjmjalpokgdee
Περιγραφή Gain more views for your YouTube channel without losing control!
Μέγεθος Αρχείου 12.66 MB
Αριθμός Εγκαταστάσεων 2,034
Τρέχουσα Έκδοση 2.7.35
Τελευταία Ενημέρωση 2023-12-25
Ημερομηνία Δημοσίευσης 2020-07-03
Αξιολόγηση 5.00/5 Συνολικά 17 Αξιολογήσεις
Προγραμματιστής SocialBook
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://socialbook.io?ref=chrome
Διεύθυνση URL της Σελίδας Βοήθειας https://socialbook.io/privacy
URL της Σελίδας Πολιτικής Απορρήτου https://socialbook.io/privacy
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SocialBook - YouTube Builder",
    "short_name": "SocialBook",
    "version": "2.7.35",
    "description": "Gain more views for your YouTube channel without losing control!",
    "browser_action": {
        "default_title": "SocialBook"
    },
    "author": "SocialBook",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/studio.youtube.com\/*",
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/vendor.prod.dll.d92775a78db378a241b8.js",
                "js\/bundle_common.d5354b13f527f2c25ae7.js",
                "js\/bundle_content.8e2566e23bfaaf2c07fb.js",
                "js\/youtube_iframe_api.js",
                "js\/gtm.prod.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "all_frames": true,
            "js": [
                "js\/identifier.js"
            ],
            "matches": [
                "*:\/\/*.socialbook.io\/*",
                "*:\/\/*.socialbook.us\/*",
                "*:\/\/*.socialbook.com.cn\/*",
                "*:\/\/*.vimeo.com\/*",
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "clipboardWrite",
        "https:\/\/youtube.com\/",
        "https:\/\/www.youtube.com\/",
        "https:\/\/www.facebook.com\/",
        "https:\/\/studio.youtube.com\/",
        "https:\/\/socialbook.io\/",
        "https:\/\/builder.socialbook.io\/",
        "https:\/\/suggestqueries.google.com\/",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.google.com\/*",
        "http:\/\/localhost:8090\/*"
    ],
    "minimum_chrome_version": "60",
    "icons": {
        "16": "assets\/icons\/[email protected]",
        "48": "assets\/icons\/[email protected]",
        "128": "assets\/icons\/[email protected]"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-QAHfAB07O6yENt3lWEGPCzC+0XO+TDneoGsN0X8eh3E=' https:\/\/*.googletagmanager.com https:\/\/*.google-analytics.com; style-src 'self' 'unsafe-inline' https:\/\/*.googleapis.com; object-src 'self'",
    "web_accessible_resources": [
        "public\/*",
        "iframe.html"
    ]
}