TINT

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

TINT क्या है?

TINT TINT द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the TINT Chrome Extension to get legal rights to and access your UGC anywhere."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TINT एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
}