Apptr YouTube Comments Analyzer

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

Cos'è Apptr YouTube Comments Analyzer?

Apptr YouTube Comments Analyzer è un'estensione di Chrome sviluppata da https://apptr.co, e la sua funzione principale è "Easily Analyze Youtube Comments. Discover new content ideas, create videos subscribers want and transform comments into more revenue".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Apptr YouTube Comments Analyzer

Scarica i file di estensione Apptr YouTube Comments Analyzer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Apptr YouTube Comments Analyzer Apptr YouTube Comments Analyzer
ID cgjlhdlijflkljahhhgkhmbombcfncjm
URL Ufficiale https://chromewebstore.google.com/detail/apptr-youtube-comments-an/cgjlhdlijflkljahhhgkhmbombcfncjm
Descrizione Easily Analyze Youtube Comments. Discover new content ideas, create videos subscribers want and transform comments into more revenue
Dimensione del File 1.91 MB
Conteggio Installazioni 104
Versione Corrente 0.0.1.14
Ultimo Aggiornamento 2023-06-09
Data di Pubblicazione 2023-03-22
Valutazione 4.50/5 Totale 10 Valutazioni
Sviluppatore https://apptr.co
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://apptr.co
URL della Pagina della Politica sulla Privacy https://apptr.co/privacy-policy
Lingue Supportate 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"
    ]
}