Chrome Extension Publishing Guide

  1. Download Extension Source Code

    Download

  2. unzip the folder, open manifest.json file and change following parameters:
    "name"
    "description"
    "icons"

  3. zip all code into a folder again

  4. you need google chrome web store developer account.
    https://chrome.google.com/webstore/devconsole/register

  5. add an app, upload the code zip folder and add needed app description.

    if need help with description and screenshots, check existing pubished extension: https://chrome.google.com/webstore/detail/video-import-app/phfgnkcpfefnfodcmmadboohcfpgpiea

  6. submit your extension for review.