Loom 2 Youtube Extension

Loom 2 Youtube Extension by Jared Odulio

What is Loom 2 Youtube Extension?

Loom 2 Youtube Extension is a Chrome extension developed by jared.odulio, and its main feature is "Loom 2 Youtube Extension by Jared Odulio".

Extension Screenshots

screenshot
screenshot
screenshot

Download Loom 2 Youtube Extension Extension CRX File

Download Loom 2 Youtube Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Do you struggle with uploading Loom videos to YouTube? Loom 2 YouTube extension saves you time and is easy to use with 7-day free trial you can cancel or continue anytime.                    

Extension Basic Information

Name Loom 2 Youtube Extension Loom 2 Youtube Extension
ID aopilihjimeledabjkbgkhaoendonlfg
Official URL https://chromewebstore.google.com/detail/loom-2-youtube-extension/aopilihjimeledabjkbgkhaoendonlfg
Description Loom 2 Youtube Extension by Jared Odulio
File Size 528 KB
Installation Count 50
Current Version 1.0
Last Updated 2023-06-08
Publish Date 2023-06-08
Developer jared.odulio
Email [email protected]
Payment Type in_app
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Loom 2 Youtube Extension",
    "version": "1.0",
    "description": "Loom 2 Youtube Extension by Jared Odulio",
    "permissions": [
        "tabs",
        "notifications",
        "activeTab",
        "background",
        "storage",
        "identity"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.loom.com\/*",
                "https:\/\/loom.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/loom2youtube_logo16.png",
        "32": "images\/loom2youtube_logo32.png",
        "48": "images\/loom2youtube_logo128.png",
        "128": "images\/loom2youtube_logo128.png"
    },
    "storage": [
        "local"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnMkkRO5wyrDKofGNbeBSeDkrt8+TQRvbPMxD7jxpt21ed2PfqviL1mCaeyRAhX66EJ+pr8omqhd\/RSSb7ooeTzTNYFrnwrq0PRPPnCcohpWPk+ZGUVIPZSCCaMDCpMttCHws\/s08nAokjHWKJYtUW91qvr+Qpgh5PVWepb2oIUA21Mpu5kjRfJt2mK9DihSXtP3\/7JcXF3HmAXtVZ\/T40bMIB1qTUbhlGviENRpEnfOCNyqgTrE97m6WQsOpoLvmvF2172+439oMvyBKaql0pAoSmB4542xOCda3iFcUV762BAxhqaX5\/79wUALST3Tt59LcSePq51Nn3Wz8svbtsQIDAQAB",
    "oauth2": {
        "client_id": "734374025823-9vsk5nne694ro0fftvjjnb6dh8jcupkj.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/youtube.upload",
            "https:\/\/www.googleapis.com\/auth\/youtube"
        ]
    },
    "host_permissions": [
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/youtube.googleapis.com\/*",
        "https:\/\/accounts.google.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.loom.com\/*",
        "https:\/\/loom.com\/*",
        "https:\/\/www.alabangsx.com\/*",
        "https:\/\/alabangsx.com\/*",
        "https:\/\/snapchart-dev.herokuapp.com\/*"
    ]
}