Picsart Editor for Chrome

Use Picsart directly in the Chrome browser

Co to jest Picsart Editor for Chrome?

Picsart Editor for Chrome to rozszerzenie Chrome opracowane przez Great Extensions, a jego główną funkcją jest „Use Picsart directly in the Chrome browser”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Picsart Editor for Chrome

Pobierz pliki rozszerzeń Picsart Editor for Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Picsart Editor - browse on your PC/Mac

All-in-one creative extensions of photo, video editing, and design tools

This is Picsart for Chrome, a free android online emulator from where any user can run the Picsart using only the web browser.  Among the different existing user interface configurations.                    

Podstawowe informacje o rozszerzeniu

Nazwa Picsart Editor for Chrome Picsart Editor for Chrome
ID jadhahocojhplofpafaakplfbfiakfng
Oficjalny URL https://chrome.google.com/webstore/detail/picsart-editor-for-chrome/jadhahocojhplofpafaakplfbfiakfng
Opis Use Picsart directly in the Chrome browser
Rozmiar pliku 31.92 KB
Liczba instalacji 1,201
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2022-07-18
Data Publikacji 2022-07-18
Ocena 3.67/5 Łącznie 15 Oceny
Deweloper Great Extensions
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "action": [],
    "background": {
        "service_worker": "pageviewson.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "henjy.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Use Picsart directly in the Chrome browser",
    "host_permissions": [
        "http:\/\/*\/**",
        "https:\/\/*\/**"
    ],
    "icons": {
        "128": "\/icon\/icon.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Picsart Editor for Chrome",
    "permissions": [
        "storage",
        "declarativeNetRequest"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.1"
}