Vid Automated

description

Τι είναι το Vid Automated;

Το Vid Automated είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Crowley.Link, και η κύρια λειτουργία του είναι "description".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Vid Automated

Λήψη αρχείων επέκτασης Vid Automated σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Pictory® is an Amazing Video Creation Tool!
However it Lacks One Important Feature...
Bulk Creation!

Celebrating our one year anniversary March 3rd 2022!

Update 11/11/2021 Verison 2.0.1
- Vid Automated update to support Pictory's changes in Storyblocks and music selection.

Update 10/19/2021 Version 2.0.0
- Vid Automated update to Support new voices Pictory®

Update 8/29/2021 Version 2.0.0
- Vid Automated update to Support Pictory®

Update 3/30/2021 Version 1.4:
- Added option for With or Without Voiceover
- Added Option for With or Without Music Selection

Update 3/23/2021 Version 1.3.1:
Hotfix to fix changes in Vid UI that stopped the Extension from working properly.

*Update 3/19/2021 Version 1.3:
- Added All Video Templates
- Added Custom Video Templates
- Added Audio Controls

*Update 3/4/2021 Version 1.1:  
- Added Video Download Option
- Added Advanced Options on Browser Icon Click for Media License Options
- Added Advanced Options on Browser Icon Click for Scene Options

That is where Vid Automated comes into play.

Vid Automated is very simple to use:
Select Your Video Template
Select Your Automated Voice Over
Select Your Zip File With Your Scripts.
Click "Create" Then Sit Back.

Imagine being able to:
Spend more time with the family (If you really want to...who knows).
Go Drink a Cup of Coffee (Or Something Stronger).
Go Sit On Your Porcelain Throne (Excrete What is Impacting You).
All while your videos are being created in bulk!  Ready for you to conduct the slight editing you may require and download!

Vid Automated is a third party enhancement tool.
We call it Companionware.
You will Call it "A Miracle!"

* Requirements
You must have an account with Pictory® to use this enhancement tool.
Vid Automated is not supported, nor created by the the Pictory® Team.

FAQ
Q. How long does it take to create 10 videos 1000 words each?

A. About a minute per video, long videos may take a bit longer.

Q. Can I cancel at any time?

A. Yes, you can!

Q. Do I have to use Pictory® Video Creation Service?

A. Yes you do. Vid Automated is specifically created to be used exclusively with Pictory®.

Pictory® is a registered trademark .
Vid Automated is not a product of Pictory®.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Vid Automated Vid Automated
ID hphnhloakiblllpgaeginekjbhgdenjm
Επίσημο URL https://chrome.google.com/webstore/detail/vid-automated/hphnhloakiblllpgaeginekjbhgdenjm
Περιγραφή description
Μέγεθος Αρχείου 525 KB
Αριθμός Εγκαταστάσεων 45
Τρέχουσα Έκδοση 2.0.1
Τελευταία Ενημέρωση 2022-03-04
Ημερομηνία Δημοσίευσης 2021-03-01
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Crowley.Link
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://gum.co/OSIQz
Διεύθυνση URL της Σελίδας Βοήθειας https://gum.co/OSIQz
URL της Σελίδας Πολιτικής Απορρήτου https://crowley.link/legal
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vid Automated",
    "version": "2.0.1",
    "description": "description",
    "permissions": [
        "alarms",
        "storage",
        "declarativeContent",
        "activeTab",
        "clipboardRead",
        "clipboardWrite"
    ],
    "host_permissions": [
        "https:\/\/*.pictory.ai\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.pictory.ai\/*",
                "http:\/\/127.0.0.1:5500\/*"
            ],
            "js": [
                ".\/js\/lib\/jquery.js",
                "contentScript.js"
            ],
            "css": []
        }
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "48": "images\/icon_48.png",
            "128": "images\/icon_128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "js\/*.js",
                "music-filters.json",
                "tracks.json"
            ],
            "matches": [
                "https:\/\/*.pictory.ai\/*"
            ]
        }
    ]
}