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
公式URL 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
Eメール [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\/*"
            ]
        }
    ]
}