One-click player.me sharing

Allows you to share a link to the current page to player.me

One-click player.me sharing là gì?

One-click player.me sharing là một tiện ích mở rộng Chrome được phát triển bởi Julxzs, và tính năng chính của nó là "Allows you to share a link to the current page to player.me".

Tải xuống tệp CRX của tiện ích mở rộng One-click player.me sharing

Tải xuống các tệp mở rộng One-click player.me sharing 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

                        This extension adds a simple menu in which to share a link to the page you're currently browsing to player.me. You are given the option to enter a message to go with the link you are sharing, but if you don't give a message, the title of the current page will be used instead.                    

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

Tên One-click player.me sharing One-click player.me sharing
ID bpbehblmlaokjncfjggkhbkfeoneoahd
URL Chính Thức https://chromewebstore.google.com/detail/one-click-playerme-sharin/bpbehblmlaokjncfjggkhbkfeoneoahd
Mô tả Allows you to share a link to the current page to player.me
Kích Thước Tệp 660 KB
Số Lần Cài Đặt 14
Phiên Bản Hiện Tại 3.2.0
Cập Nhật Lần Cuối 2016-07-09
Ngày Phát Hành 2016-07-09
Đánh Giá 5.00/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Julxzs
Loại Thanh Toán free
Trang Web Mở Rộng https://player.me/julxzs
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "One-click player.me sharing",
    "description": "Allows you to share a link to the current page to player.me",
    "version": "3.2.0",
    "permissions": [
        "https:\/\/player.me\/*",
        "tabs",
        "cookies",
        "storage"
    ],
    "icons": {
        "16": "images\/logo-icon-16.png",
        "128": "images\/logo-icon-128.png"
    },
    "browser_action": {
        "default_icon": "images\/logo-icon-128.png",
        "default_title": "Share on player.me",
        "default_popup": "popup.html"
    }
}