PikPak Browser Extension

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

Τι είναι το PikPak Browser Extension;

Το PikPak Browser Extension είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον PIKCLOUD PTE.LTD, και η κύρια λειτουργία του είναι "Save your favorite content to your PikPak cloud drive with the most convenient assistant.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης PikPak Browser Extension

Λήψη αρχείων επέκτασης PikPak Browser Extension σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        [ 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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα PikPak Browser Extension PikPak Browser Extension
ID ohpgjiplhigpfcioaeakjfjnkbgjpgbl
Επίσημο URL https://chromewebstore.google.com/detail/pikpak-browser-extension/ohpgjiplhigpfcioaeakjfjnkbgjpgbl
Περιγραφή Save your favorite content to your PikPak cloud drive with the most convenient assistant.
Μέγεθος Αρχείου 1.04 MB
Αριθμός Εγκαταστάσεων 62,590
Τρέχουσα Έκδοση 1.5.3.400
Τελευταία Ενημέρωση 2024-01-12
Ημερομηνία Δημοσίευσης 2022-06-30
Αξιολόγηση 2.75/5 Συνολικά 80 Αξιολογήσεις
Προγραμματιστής PIKCLOUD PTE.LTD
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mypikpak.com/
Διεύθυνση URL της Σελίδας Βοήθειας https://mypikpak.com/contact-us
URL της Σελίδας Πολιτικής Απορρήτου https://mypikpak.com/policy/privacy-policy
Υποστηριζόμενες Γλώσσες 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\/*"
        ]
    }
}