Picsart Editor for Chrome

Use Picsart directly in the Chrome browser

什么是Picsart Editor for Chrome?

Picsart Editor for Chrome是由Great Extensions开发的Chrome扩展程序,该扩展的主要功能是“Use Picsart directly in the Chrome browser”。

扩展截图

screenshot

下载Picsart Editor for Chrome扩展crx文件

下载Picsart Editor for Chrome扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Picsart Editor for Chrome Picsart Editor for Chrome
ID jadhahocojhplofpafaakplfbfiakfng
官方URL https://chrome.google.com/webstore/detail/picsart-editor-for-chrome/jadhahocojhplofpafaakplfbfiakfng
简介 Use Picsart directly in the Chrome browser
文件大小 31.92 KB
安装次数 1,201
当前版本 1.1
更新时间 2022-07-18
上架时间 2022-07-18
评分 3.67/5 共15次评分
开发者 Great Extensions
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
}