TINT

Use the TINT Chrome Extension to get legal rights to and access your UGC anywhere.

什麼是TINT?

TINT是由TINT開發的Chrome擴展程式,該擴展的主要功能是“Use the TINT Chrome Extension to get legal rights to and access your UGC anywhere.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載TINT擴展crx文件

下載TINT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Request rights to any post on Instagram. Navigate to a post, click the extension, select and paste your message and post the comment. TINT handles the rest of the process. We host legal terms, check for approvals, and get the highest quality images to power your UGC marketing.

Note: This extension requires a paid TINT account with access to the TINT Rights Management Suite.                    

擴展基本資訊

名稱 TINT TINT
ID dkiaeggekkbcleiphabncobgcjacennl
官方網址 https://chromewebstore.google.com/detail/tint/dkiaeggekkbcleiphabncobgcjacennl
簡介 Use the TINT Chrome Extension to get legal rights to and access your UGC anywhere.
檔案大小 423 KB
安裝次數 135
目前版本 2.5
更新時間 2023-08-25
上架時間 2020-04-24
評分 5.00/5 共 2 次評分
開發者 TINT
電子郵箱 [email protected]
付費類型 free
擴展官網 http://tintup.com
說明頁面URL https://tint.zendesk.com/hc/en-us/articles/360013184914
隱私政策頁面URL http://tintup.com/privacy
支援的語言 en
manifest.json
{
    "description": "Use the TINT Chrome Extension to get legal rights to and access your UGC anywhere.",
    "manifest_version": 3,
    "version": "2.5",
    "name": "TINT",
    "host_permissions": [
        "https:\/\/www.instagram.com\/*",
        "https:\/\/api.tintup.dev\/*",
        "https:\/\/api.tintup.com\/*",
        "https:\/\/staging.api.tintup.com\/*",
        "https:\/\/hnjkgaeinjlijclbghohjmpinbkllhbb.chromiumapp.org\/*",
        "https:\/\/www.tintup.dev\/app\/extension\/extension.html",
        "https:\/\/www.tintup.com\/app\/extension\/extension.html"
    ],
    "optional_host_permissions": [
        "https:\/\/www.tiktok.com\/*",
        "https:\/\/www.instagram.com\/*"
    ],
    "permissions": [
        "downloads",
        "clipboardWrite",
        "alarms",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "dist\/pages\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*",
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "dist\/pages\/content.js"
            ]
        }
    ],
    "icons": {
        "16": "src\/assets\/icon\/icon.png",
        "48": "src\/assets\/icon\/icon.png",
        "128": "src\/assets\/icon\/icon.png"
    },
    "action": {
        "default_icon": "src\/assets\/icon\/icon.png",
        "default_popup": "dist\/pages\/popup.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.tintup.com\/*",
            "*:\/\/*.tintup.dev\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/assets\/images\/*",
                "src\/js\/htmlElementPatch.js",
                "src\/assets\/html\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx"
}