Pinterest extra

Pinterest extra allows it users to view the analytics of pins aswell as downloading them!

什麼是Pinterest extra?

Pinterest extra是由mfilali455開發的Chrome擴展程式,該擴展的主要功能是“Pinterest extra allows it users to view the analytics of pins aswell as downloading them!”。

擴展截圖

screenshot
screenshot

下載Pinterest extra擴展crx文件

下載Pinterest extra擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        View stats of all the pins and download them to get the most of them

Don’t let the good stuff escape from your eyes! 
Simple to use, easy to manage, and a time-saving way to save download and view stats of pins!.


The extensions let you: 

• View stats of pins (saves count, repins count ).
• Bulk download pins.
• Export pins as CSV                    

擴展基本資訊

名稱 Pinterest extra Pinterest extra
ID cmncoolckhinjbfghfbiionapeanngep
官方網址 https://chromewebstore.google.com/detail/pinterest-extra/cmncoolckhinjbfghfbiionapeanngep
簡介 Pinterest extra allows it users to view the analytics of pins aswell as downloading them!
檔案大小 20.61 KB
安裝次數 1,056
目前版本 0.0.1
更新時間 2023-01-27
上架時間 2022-07-26
評分 2.00/5 共 5 次評分
開發者 mfilali455
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pinterest extra",
    "description": "Pinterest extra allows it users to view the analytics of pins aswell as downloading them!",
    "version": "0.0.1",
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "action": [],
    "permissions": [],
    "host_permissions": [
        "https:\/\/www.pinterest.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/imgs\/*"
            ],
            "matches": [
                "https:\/\/www.pinterest.com\/*"
            ]
        }
    ],
    "content_scripts": [
        {
            "js": [
                "foreground.js"
            ],
            "css": [
                ".\/contentScript\/css\/pinterest.css"
            ],
            "matches": [
                "https:\/\/www.pinterest.com\/*"
            ]
        }
    ]
}