Picsart Editor for Chrome

Use Picsart directly in the Chrome browser

Qu'est-ce que Picsart Editor for Chrome ?

Picsart Editor for Chrome est une extension Chrome développée par Great Extensions, et sa fonction principale est "Use Picsart directly in the Chrome browser".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Picsart Editor for Chrome

Téléchargez les fichiers d'extension Picsart Editor for Chrome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Picsart Editor for Chrome Picsart Editor for Chrome
ID jadhahocojhplofpafaakplfbfiakfng
URL Officiel https://chrome.google.com/webstore/detail/picsart-editor-for-chrome/jadhahocojhplofpafaakplfbfiakfng
Description Use Picsart directly in the Chrome browser
Taille du Fichier 31.92 KB
Nombre d'Installations 1,201
Version Actuelle 1.1
Dernière Mise à Jour 2022-07-18
Date de Publication 2022-07-18
Évaluation 3.67/5 Total 15 Évaluations
Développeur Great Extensions
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}