Crowdfire

Crowdfire

什么是Crowdfire?

Crowdfire是由https://crowdfireapp.com开发的Chrome扩展程序,该扩展的主要功能是“Crowdfire”。

扩展截图

screenshot
screenshot

下载Crowdfire扩展crx文件

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

扩展使用说明

                        Post to all your social media accounts profiles at once. Just sign in with your existing accounts and start sharing.

KEY FEATURES

+ Create and share posts from any tab directly from the toolbar icon.

+ Share posts immediately, schedule for a specific time or choose “Best Time” and Crowdfire will share your post at a time when your followers tend to be most active.

+ Right click on any web page, image or selected text to easily share specific content.                    

扩展基本信息

名称 Crowdfire Crowdfire
ID jgnbklefkgedfbpjebhjgibfnobjcbli
官方URL https://chromewebstore.google.com/detail/crowdfire/jgnbklefkgedfbpjebhjgibfnobjcbli
简介 Crowdfire
文件大小 13.57 MB
安装次数 3,404
当前版本 6.5.3
更新时间 2021-09-28
上架时间 2020-03-19
评分 3.53/5 共80次评分
开发者 https://crowdfireapp.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.crowdfireapp.com/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crowdfire",
    "description": "Crowdfire",
    "version": "6.5.3",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": "images\/icon16.png"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "scripts\/init.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/tweetdeck.twitter.com\/*"
            ],
            "js": [
                "scripts\/content-twitter.js"
            ],
            "css": [
                "styles\/content-twitter.css"
            ]
        }
    ],
    "permissions": [
        "notifications",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "*.png",
        "*.html",
        "*.css"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/www.google-analytics.com; object-src 'self';"
}