Apptr YouTube Comments Analyzer

Easily Analyze Youtube Comments. Discover new content ideas, create videos subscribers want and transform comments into more revenue

Apptr YouTube Comments Analyzer란 무엇입니까?

Apptr YouTube Comments Analyzer은(는) https://apptr.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily Analyze Youtube Comments. Discover new content ideas, create videos subscribers want and transform comments into more revenue"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Apptr YouTube Comments Analyzer 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Apptr is a powerful but super simple chrome extension that makes it easy to interpret viewer comments to better understand and connect with your audience.

Easily Analyze Comments to Amplify YouTube Growth:

- Discover new content ideas in minutes 
- Understand the emotion of your audience
- Analyze viewer comments by time of video 
- Turn viewer comments into more revenues

Get Started - https://apptr.co/help/getting-started

Have any questions? Or need help? Head to https://apptr.co or contact us at [email protected]                    

확장 프로그램 기본 정보

이름 Apptr YouTube Comments Analyzer Apptr YouTube Comments Analyzer
ID cgjlhdlijflkljahhhgkhmbombcfncjm
공식 URL https://chromewebstore.google.com/detail/apptr-youtube-comments-an/cgjlhdlijflkljahhhgkhmbombcfncjm
설명 Easily Analyze Youtube Comments. Discover new content ideas, create videos subscribers want and transform comments into more revenue
파일 크기 1.91 MB
설치 횟수 104
현재 버전 0.0.1.14
최근 업데이트 2023-06-09
출시 날짜 2023-03-22
평점 4.50/5 총 10 개의 평점
개발자 https://apptr.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://apptr.co
개인정보 보호 정책 페이지 URL https://apptr.co/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Apptr YouTube Comments Analyzer",
    "description": "Easily Analyze Youtube Comments. Discover new content ideas, create videos subscribers want and transform comments into more revenue",
    "version": "0.0.1.14",
    "manifest_version": 3,
    "background": {
        "service_worker": ".\/lib\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "Apptr",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": true,
            "css": [],
            "js": [
                ".\/lib\/main.js"
            ]
        }
    ],
    "icons": {
        "16": "logos\/16x16.png",
        "32": "logos\/32x32.png",
        "48": "logos\/48x48.png",
        "128": "logos\/128x128.png"
    },
    "host_permissions": [
        "https:\/\/api.staging.apptr.co\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/error.png",
                "images\/robot.png",
                "images\/coming-soon.png",
                "images\/start-analyze.png",
                "images\/search-placeholder.png",
                "images\/empty-placeholder-0.png"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ]
}