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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily Analyze Youtube Comments. Discover new content ideas, create videos subscribers want and transform comments into more revenue"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Apptr YouTube Comments Analyzer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}