Zamify

Zamify allows you to play your Shazams in Spotify, directly from the browser.

Zamify là gì?

Zamify là một tiện ích mở rộng Chrome được phát triển bởi http://sirlisko.com, và tính năng chính của nó là "Zamify allows you to play your Shazams in Spotify, directly from the browser.".

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

screenshot

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

Tải xuống các tệp mở rộng Zamify 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

                        Zamify adds a small Spotify™ icon to every Shazam™ track page and allows you to play that track directly in Spotify™.

Zamify is not affiliated with Shazam Entertainment Limited.
"Shazam" and its logo are trademarks and registered trademarks of Shazam Entertainment Limited.
All other companies and product names are trademarks or registered trademarks of their respective companies.                    

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

Tên Zamify Zamify
ID foilfgbdcipbajipeodmjjnkflkfocin
URL Chính Thức https://chrome.google.com/webstore/detail/zamify/foilfgbdcipbajipeodmjjnkflkfocin
Mô tả Zamify allows you to play your Shazams in Spotify, directly from the browser.
Kích Thước Tệp 15.35 KB
Số Lần Cài Đặt 101
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-06-30
Ngày Phát Hành 2020-06-30
Đánh Giá 2.78/5 Tổng số 9 Đánh Giá
Nhà Phát Triển http://sirlisko.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://sirlisko.com/blog/shazamify
URL Trang Trợ Giúp https://github.com/sirLisko/shazamify
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zamify",
    "version": "1.0.2",
    "description": "Zamify allows you to play your Shazams in Spotify, directly from the browser.",
    "manifest_version": 2,
    "web_accessible_resources": [
        "\/oauth2\/*"
    ],
    "permissions": [
        "identity",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.shazam.com\/*track\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "base.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}