WebExtension.net
Toggle dark mode
WebExtension.net

Alice Keeler Webcam Record

View on Chrome Web Store
View Alice Keeler Webcam Record Chrome Extension on Chrome Web Store
Add to bookmarks
3.6 (35 ratings)
0 views
This extension has been viewed 0 times

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

Record 30 seconds of your webcam into Drive!
Type
Extension
Users
70,000 users
10K
AliceKeeler
View author page of AliceKeeler
Published
Published on July 11, 2017
Version 1.1
Manifest version
2
Updated
Updated on March 23, 2019
productivity/workflow
Extension Category
View on Chrome Web Store
View Alice Keeler Webcam Record 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",
    "name": "Alice Keeler Webcam Record",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Record 30 seconds of your webcam into Drive!",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "identity",
        "activeTab",
        "tabs",
        "<all_urls>",
        "storage"
    ],
    "oauth2": {
        "client_id": "980342292470-ttlch1q7jn30l0atg06eeqb0r8u5qmvk.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "WebCam Record",
        "default_popup": "popup.html"
    }
}
© 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