Extendify

Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.

Extendify là gì?

Extendify là một tiện ích mở rộng Chrome được phát triển bởi http://jmperezperez.com, và tính năng chính của nó là "Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.".

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

screenshot
screenshot
screenshot
screenshot

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

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

                                            

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

Tên Extendify Extendify
ID jjajfginmjgdpblfanoimdanifdmcokd
URL Chính Thức https://chrome.google.com/webstore/detail/extendify/jjajfginmjgdpblfanoimdanifdmcokd
Mô tả Extendify shows a Spotify Play Button when you browse pages about artists and tracks on Wikipedia, Youtube and many more.
Kích Thước Tệp 291 KB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 0.3.0
Cập Nhật Lần Cuối 2018-12-01
Ngày Phát Hành 2018-12-01
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://jmperezperez.com
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/JMPerez/extendify
URL Trang Trợ Giúp https://github.com/JMPerez/extendify
Ngôn Ngữ Được Hỗ Trợ en,ca,es,it,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "short_name": "Extendify",
    "default_locale": "en",
    "version": "0.3.0",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/search.js",
                "js\/lib.js",
                "js\/providers\/allmusic.js",
                "js\/providers\/amazon.js",
                "js\/providers\/ebay.js",
                "js\/providers\/gmail.js",
                "js\/providers\/google.js",
                "js\/providers\/piratebay.js",
                "js\/providers\/wikipedia.js",
                "js\/providers\/youtube.js",
                "js\/background.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}