PikPak Browser Extension

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

PikPak Browser Extension क्या है?

PikPak Browser Extension 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 फ़ाइल डाउनलोड करें

crx प्रारूप में PikPak Browser Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        [ 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\/*"
        ]
    }
}