WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
KlingGen: Kling AI Bulk Video Generator

KlingGen: Kling AI Bulk Video Generator

View on Chrome Web Store
View KlingGen: Kling AI Bulk Video Generator Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
2 views
This extension has been viewed 2 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Bulk Generate Kling AI Videos from Text & Images | Text-to-Video & Image-to-Video Automation
Type
Extension
Users
147 users
2
autoplaylabs
View author page of autoplaylabs
Published
Published on July 4, 2025
Version 1.0.3
Manifest version
3
Updated
Updated on October 16, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View KlingGen: Kling AI Bulk Video Generator Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KlingGen: Kling AI Bulk Video Generator",
    "description": "Bulk Generate Kling AI Videos from Text & Images | Text-to-Video & Image-to-Video Automation",
    "version": "1.0.3",
    "permissions": [
        "activeTab",
        "storage",
        "sidePanel",
        "identity",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/klingai.com\/*",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/klingai.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "action": {
        "default_title": "KlingGen : Kling AI Bulk Video Generator",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "side_panel": {
        "default_path": ".\/src\/index.html"
    },
    "oauth2": {
        "client_id": "972447321896-9s6fmknsjcl3i14htp6ipcb3u3a666lc.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email",
            "https:\/\/www.googleapis.com\/auth\/userinfo.profile"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top