Tagboard Curate

Manage your tagboards and feature public posts directly from Twitter, Instagram, and others.

什么是Tagboard Curate?

Tagboard Curate是由https://tagboard.com开发的Chrome扩展程序,该扩展的主要功能是“Manage your tagboards and feature public posts directly from Twitter, Instagram, and others.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Tagboard Curate扩展crx文件

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

扩展使用说明

                        Tagboard is the easiest way to discover social media and quickly share it with your audience. We work with thousands of brands, sporting teams, and media companies to create social media impressions and bring communities together. You can see tagboards embedded on websites, integrated into mobile apps, shown on large displays, and broadcasted live worldwide. Learn more about Tagboard at tagboard.com.                    

扩展基本信息

名称 Tagboard Curate Tagboard Curate
ID agmolhhbbencbnegdoifnnobajpemfan
官方URL https://chromewebstore.google.com/detail/tagboard-curate/agmolhhbbencbnegdoifnnobajpemfan
简介 Manage your tagboards and feature public posts directly from Twitter, Instagram, and others.
文件大小 43.89 KB
安装次数 2,320
当前版本 3.2.1
更新时间 2024-02-10
上架时间 2020-06-23
评分 3.92/5 共13次评分
开发者 https://tagboard.com
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://help.tagboard.com/en/articles/3710238-tagboard-curate-button
隐私政策页面URL https://help.tagboard.com/en/articles/3275823-privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tagboard Curate",
    "description": "Manage your tagboards and feature public posts directly from Twitter, Instagram, and others.",
    "version": "3.2.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "js\/contentScript.bundle.js"
            ],
            "css": [
                "styles\/injected.css"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.x.com\/*",
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.reddit.com\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/*.heymarket.com\/*",
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/favicon-16.png",
        "32": "assets\/icons\/favicon-32.png",
        "48": "assets\/icons\/favicon-48.png",
        "128": "assets\/icons\/favicon-128.png"
    },
    "background": {
        "service_worker": "js\/background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "modal.html"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.x.com\/*",
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.reddit.com\/*",
                "https:\/\/*.tiktok.com\/*",
                "https:\/\/*.zipwhip.com\/*",
                "https:\/\/*.heymarket.com\/*",
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ]
}