Nosto

Connect Nosto to Chrome so you can quickly and easily perform various actions with user-generated content directly from your…

Nosto là gì?

Nosto là một tiện ích mở rộng Chrome được phát triển bởi Nosto, và tính năng chính của nó là "Connect Nosto to Chrome so you can quickly and easily perform various actions with user-generated content directly from your…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nosto

Tải xuống các tệp mở rộng Nosto dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Connect Nosto to Chrome so you can quickly and easily perform various actions with user-generated content directly from your browser.

With this extension, you can: 
- Aggregate content from any social network into Nosto. 
- Send rights requests to creators. 
- Use your earned content across the web.
- All within Chrome. 

Why should you add the Nosto Chrome extension? 
Fuel your asset library with any great piece of content you find on your way.
Save time and effort in managing rights requests for any user-generated content.
Make your user-generated content readily available for publishing anywhere.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nosto Nosto
ID gaphablicmnhfaekbnomijgopiifgodo
URL Chính Thức https://chromewebstore.google.com/detail/nosto/gaphablicmnhfaekbnomijgopiifgodo
Mô tả Connect Nosto to Chrome so you can quickly and easily perform various actions with user-generated content directly from your…
Kích Thước Tệp 11.51 MB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 3.7
Cập Nhật Lần Cuối 2024-03-01
Ngày Phát Hành 2023-04-28
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Nosto
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.nosto.com/
URL Trang Trợ Giúp https://help.nosto.com/en/collections/3249249-ugc
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nosto",
    "short_name": "Nosto",
    "manifest_version": 3,
    "version": "3.7",
    "icons": {
        "16": "public\/images\/nosto-logo.png",
        "48": "public\/images\/nosto-logo.png",
        "128": "public\/images\/nosto-logo.png"
    },
    "action": [],
    "description": "",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "js": [
                "static\/instagram.js"
            ]
        },
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "static\/twitter.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "static\/youtube.js"
            ]
        },
        {
            "matches": [
                "*:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "static\/tiktok.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.stackla.localhost\/*"
            ],
            "js": [
                "static\/stacklaFlag.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting",
        "downloads",
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.instagram.com\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.tiktok.com\/*",
        "https:\/\/*.stackla.com\/*",
        "https:\/\/*.stackla.localhost\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "public\/create-tile.html",
                "public\/images\/nosto-logo.png",
                "public\/images\/favicon-16x16.png",
                "public\/images\/favicon-32x32.png",
                "public\/images\/favicon-48x48.png",
                "public\/images\/favicon-128x128.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}