Pinterest extra

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

Pinterest extra là gì?

Pinterest extra là một tiện ích mở rộng Chrome được phát triển bởi mfilali455, và tính năng chính của nó là "Pinterest extra allows it users to view the analytics of pins aswell as downloading them!".

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

screenshot
screenshot

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

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

                        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                    

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

Tên Pinterest extra Pinterest extra
ID cmncoolckhinjbfghfbiionapeanngep
URL Chính Thức https://chromewebstore.google.com/detail/pinterest-extra/cmncoolckhinjbfghfbiionapeanngep
Mô tả Pinterest extra allows it users to view the analytics of pins aswell as downloading them!
Kích Thước Tệp 20.61 KB
Số Lần Cài Đặt 1,056
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2023-01-27
Ngày Phát Hành 2022-07-26
Đánh Giá 2.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển mfilali455
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}