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 là gì?

Apptr YouTube Comments Analyzer là một tiện ích mở rộng Chrome được phát triển bởi https://apptr.co, và tính năng chính của nó là "Easily Analyze Youtube Comments. Discover new content ideas, create videos subscribers want and transform comments into more revenue".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Apptr YouTube Comments Analyzer 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

                        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]                    

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

Tên Apptr YouTube Comments Analyzer Apptr YouTube Comments Analyzer
ID cgjlhdlijflkljahhhgkhmbombcfncjm
URL Chính Thức https://chromewebstore.google.com/detail/apptr-youtube-comments-an/cgjlhdlijflkljahhhgkhmbombcfncjm
Mô tả Easily Analyze Youtube Comments. Discover new content ideas, create videos subscribers want and transform comments into more revenue
Kích Thước Tệp 1.91 MB
Số Lần Cài Đặt 104
Phiên Bản Hiện Tại 0.0.1.14
Cập Nhật Lần Cuối 2023-06-09
Ngày Phát Hành 2023-03-22
Đánh Giá 4.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển https://apptr.co
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://apptr.co
URL Trang Chính Sách Bảo Mật https://apptr.co/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}