PikPak Browser Extension

Save your favorite content to your PikPak cloud drive with the most convenient assistant.

PikPak Browser Extension là gì?

PikPak Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi PIKCLOUD PTE.LTD, và tính năng chính của nó là "Save your favorite content to your PikPak cloud drive with the most convenient assistant.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        [ Description ]
This extension intelligently identifies resource links in web pages, making it easy for users to add them to PikPak in one click for saving and viewing.

[ Kind reminder ]
1. After installing this extension, the "PikPak icon" button will be displayed next to the resource link in the webpage by default. Click it to add it to PikPak.
2. If you think that this mode affects the web browsing experience, you can enter the "Basic Settings" interface of this extension and change the display time of the PikPak icon button to "hover the mouse" or "select the link";
3. If you have any problems during the use of PikPak, please join the official communication group feedback https://t.me/pikpak_userservice_en                    

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

Tên PikPak Browser Extension PikPak Browser Extension
ID ohpgjiplhigpfcioaeakjfjnkbgjpgbl
URL Chính Thức https://chromewebstore.google.com/detail/pikpak-browser-extension/ohpgjiplhigpfcioaeakjfjnkbgjpgbl
Mô tả Save your favorite content to your PikPak cloud drive with the most convenient assistant.
Kích Thước Tệp 1.04 MB
Số Lần Cài Đặt 62,590
Phiên Bản Hiện Tại 1.5.3.400
Cập Nhật Lần Cuối 2024-01-12
Ngày Phát Hành 2022-06-30
Đánh Giá 2.75/5 Tổng số 80 Đánh Giá
Nhà Phát Triển PIKCLOUD PTE.LTD
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mypikpak.com/
URL Trang Trợ Giúp https://mypikpak.com/contact-us
URL Trang Chính Sách Bảo Mật https://mypikpak.com/policy/privacy-policy
Ngôn Ngữ Được Hỗ Trợ id,ms,en-US,zh-CN,zh-TW,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PikPak Browser Extension",
    "version": "1.5.3",
    "version_name": "1.5.3.400",
    "description": "__MSG_appDesc__",
    "default_locale": "en_US",
    "icons": {
        "48": "icons\/48.png",
        "72": "icons\/72.png",
        "96": "icons\/96.png",
        "144": "icons\/144.png",
        "256": "icons\/256.png",
        "512": "icons\/512.png"
    },
    "offline_enabled": false,
    "action": {
        "default_icon": "icons\/96.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "scripting",
        "contextMenus",
        "tabs",
        "storage",
        "downloads"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.mypikpak.com\/*",
            "https:\/\/mypikpak.com\/*"
        ]
    }
}