TubeSpanner

TubeSpanner is the number one suite of tools for video creators. It helps you plan, prepare, produce and even promote your content.

TubeSpanner란 무엇입니까?

TubeSpanner은(는) https://tubespanner.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TubeSpanner is the number one suite of tools for video creators. It helps you plan, prepare, produce and even promote your content."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

TubeSpanner 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Whether you're a new content creator or an experienced influencer who wants to take your channel to go to the next level, TubeSpanner is the tool for you!

TubeSpanner's browser extension integrates the power of the TubeSpanner AI directly with your favourite social media platforms.

Just some of the tools included in TubeSpanner:

- GPT AI powered scripts - tailored just for you
- AI tools write your attention grabbing headlines
- Discover trending topics and and get limitless video ideas
- Automatically generate dynamic video descriptions
- Instantly generate chapters from your notes
- Share your achievements and check your milestones
- Share your content to your audience automatically
- Export your scripts as a running order
- Create promotional micro-sites for your marketing
- TubeSpanner AI alerts you when a video is blowing up
- Run social media campaigns on autopilot
- A large library of thumbnail designs and templates

TubeSpanner's AI powered workflow takes the heavy lifting out of content creation with a configurable 'goals' tool that ensures you're guided every step of the way.

Follow us on Twitter: https://twitter.com/TubeSpanner
Join our Facebook group: https://www.facebook.com/groups/tubespanner
Subscribe to us on YouTube: https://www.youtube.com/tubespanner
Join us on the web: https://www.tubespanner.com                    

확장 프로그램 기본 정보

이름 TubeSpanner TubeSpanner
ID bbnicfgabflhomlfeehgadmijdfiaaii
공식 URL https://chromewebstore.google.com/detail/tubespanner/bbnicfgabflhomlfeehgadmijdfiaaii
설명 TubeSpanner is the number one suite of tools for video creators. It helps you plan, prepare, produce and even promote your content.
파일 크기 4.26 MB
설치 횟수 845
현재 버전 4.6.2.50
최근 업데이트 2024-01-19
출시 날짜 2022-06-27
평점 4.00/5 총 10 개의 평점
개발자 https://tubespanner.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.tubespanner.com
도움말 페이지 URL http://support.tubespanner.com/
개인정보 보호 정책 페이지 URL https://www.tubespanner.com/privacy
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Agile451",
    "manifest_version": 3,
    "name": "TubeSpanner",
    "version": "4.6.2.50",
    "icons": {
        "16": "icons\/icon_16.png",
        "19": "icons\/icon_19.png",
        "32": "icons\/icon_32.png",
        "38": "icons\/icon_38.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_icon": "icons\/icon_16.png",
        "default_popup": "html\/popup.html",
        "default_title": "TubeSpanner"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.streamyard.com\/*",
                "http:\/\/*.streamyard.com\/*"
            ],
            "js": [
                "js\/TubespannerENV.js",
                "js\/jquery.min.js",
                "js\/jquery-ui.js",
                "js\/popper.min.js",
                "js\/bootstrap.min.js",
                "js\/fontawesome.js",
                "js\/jquery.ui.touch-punch.min.js",
                "js\/jquery.Jcrop.min.js",
                "js\/moment.min.js",
                "js\/bootstrap-datetimepicker.min.js",
                "js\/fullcalendar.min.js",
                "js\/tsCanvasAchievements.js",
                "js\/GoogleClientAPI.js",
                "js\/loadash.js",
                "js\/content.js",
                "js\/TSEmojiPicker.js",
                "js\/player.js",
                "js\/linkify.min.js",
                "js\/linkify-html.min.js",
                "js\/makeElementDraggable.js",
                "js\/LoginForm.js",
                "js\/fabric.min.js",
                "js\/tubespanner-page-drawer.js",
                "js\/tubespanner-page-magnifier.js",
                "js\/tubespanner-color-picker.js"
            ],
            "css": [
                "stylesheets\/bootstrap.min.css",
                "stylesheets\/bootstrap-datetimepicker.min.css",
                "stylesheets\/jquery-ui.css",
                "stylesheets\/jquery.Jcrop.min.css",
                "stylesheets\/fullcalendar.css",
                "stylesheets\/content.css",
                "stylesheets\/TSEmojiPicker.css",
                "stylesheets\/TubespannerEditor.css",
                "stylesheets\/TubespannerMagnifier.css",
                "stylesheets\/TubespannerColorPicker.css",
                "stylesheets\/LoginForm.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+D"
            },
            "description": "Open extension's popup to access tools."
        }
    },
    "permissions": [
        "scripting",
        "tabs",
        "storage",
        "cookies",
        "activeTab",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/*.youtube.com\/*",
        "http:\/\/*.youtube.com\/*",
        "https:\/\/*.tubespanner.com\/*",
        "http:\/\/*.tubespanner.com\/*",
        "https:\/\/*.streamyard.com\/*",
        "https:\/\/streamyard.com\/*",
        "http:\/\/*.streamyard.com\/*"
    ],
    "description": "TubeSpanner is the number one suite of tools for video creators. It helps you plan, prepare, produce and even promote your content.",
    "short_name": "TubeSpanner",
    "homepage_url": "https:\/\/app.tubespanner.com\/",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "html\/popup.html",
                "html\/modal-popup.html",
                "html\/thumb-editor.html",
                "html\/ErrorHandlerPopup.html",
                "images\/*",
                "fonts\/*"
            ]
        }
    ]
}