Voices by Listnr for Chrome

Play by Listnr - Listen to your favourite articles on the internet

Voices by Listnr for Chrome là gì?

Voices by Listnr for Chrome là một tiện ích mở rộng Chrome được phát triển bởi Listnr Inc., và tính năng chính của nó là "Play by Listnr - Listen to your favourite articles on the internet".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Voices by Listnr for Chrome

Tải xuống các tệp mở rộng Voices by Listnr for Chrome 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

                        Listnr for Chrome lets you "listen" to your favourite blogs on the go!

Listnr for Chrome is a smaller and simpler to use version of our SaaS web app - www.listnr.tech

We have tried to let our users convert as many things on the internet as possible, that includes your emails, newletters, articles etc.

Please feel free to leave a review (good or bad) and reach out to [email protected] for any support requests!                    

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

Tên Voices by Listnr for Chrome Voices by Listnr for Chrome
ID afgjblapeaafmahcombphbnbgdgoeplj
URL Chính Thức https://chrome.google.com/webstore/detail/voices-by-listnr-for-chro/afgjblapeaafmahcombphbnbgdgoeplj
Mô tả Play by Listnr - Listen to your favourite articles on the internet
Kích Thước Tệp 300 KB
Số Lần Cài Đặt 791
Phiên Bản Hiện Tại 4.2.16
Cập Nhật Lần Cuối 2021-06-15
Ngày Phát Hành 2021-04-20
Đánh Giá 3.73/5 Tổng số 11 Đánh Giá
Nhà Phát Triển Listnr Inc.
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://www.listnr.tech/
URL Trang Trợ Giúp https://listnr.crunch.help/
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Play by Listnr - Listen to your favourite articles on the internet",
    "version": "4.2.16",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArFTfqlPec9FNL7Cz6HBe0zZJAqPzk8EcZC6JNCPKmtfq0+q75GfvV7VDVDkD2Ds5VlvAcpTMOf1yeogYt+ivFI\/Z4fZ+wQ8BqHejiHPDR7419AR6nxQr2\/RAcFLObbv4ZqENn\/2udIDljK7DiSKmuu8zMPC3KhEuPYTNe2NFfogY7CF8pzaGm7YGstE4ZQf3uqzblIL7sGHS07gyT88Gcwi2F4OfIx90oT7Uv+pC6xsQXFHclkUV9HwSMzfEsMt2dPQ74RwJEzGldQyUryB68icQNBKEQa0TDlaGmxEH0ZkLZcP7ApISGUJSH5UVNj4l94FZL+Wt6g\/R0iG8xQp1nQIDAQAB",
    "manifest_version": 3,
    "name": "Voices by Listnr for Chrome",
    "background": {
        "service_worker": "background.bundle.js",
        "persistence": true
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon-34.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ]
}