Sorting Social

The Sorting Social chrome extension enhances the abilities of Sorting Social allowing users to perform more types of searches.

什麼是Sorting Social?

Sorting Social是由https://sortingsocial.com開發的Chrome擴展程式,該擴展的主要功能是“The Sorting Social chrome extension enhances the abilities of Sorting Social allowing users to perform more types of searches.”。

擴展截圖

screenshot

下載Sorting Social擴展crx文件

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

擴展使用說明

                        The Sorting Social Chrome extension enhances the standard Sorting Social app (https://app.sortingsocial.com) by allowing users to perform more types of searches at Pinterest, Wanelo, Facebook, Wish and Etsy. This extension is also required, if you want to use the Facebook module of Sorting Social.

For example, want to see the top pins for any Pinterest board, or the top products for any Etsy shop? All you need to do is visit one of those pages in your browser, then click the extension button in your toolbar (it should light up when you visit a page it recognizes) and Sorting Social will open, displaying the posts that were found on the page you were visiting.

Try these for example:

https://www.pinterest.com/dailyshirtsnet/back-to-school/
https://www.etsy.com/shop/SerguioRogetti
https://www.facebook.com/postradamuspage/                    

擴展基本資訊

名稱 Sorting Social Sorting Social
ID dnccjkaeaicfdeaadjeddpkicfnpgeej
官方網址 https://chromewebstore.google.com/detail/sorting-social/dnccjkaeaicfdeaadjeddpkicfnpgeej
簡介 The Sorting Social chrome extension enhances the abilities of Sorting Social allowing users to perform more types of searches.
檔案大小 765 KB
安裝次數 2,390
目前版本 1.1.1
更新時間 2020-07-29
上架時間 2019-06-29
評分 5.00/5 共 9 次評分
開發者 https://sortingsocial.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://sortingsocial.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Sorting Social",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "description": "The Sorting Social chrome extension enhances the abilities of Sorting Social allowing users to perform more types of searches.",
    "homepage_url": "https:\/\/app.sortingsocial.com",
    "manifest_version": 2,
    "name": "Sorting Social",
    "permissions": [
        "webRequest",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "version": "1.1.1",
    "externally_connectable": {
        "matches": [
            "http:\/\/app.sortingsocial.local\/*",
            "https:\/\/app.sortingsocial.com\/*",
            "https:\/\/staging.sortingsocial.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.etsy.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.etsy.com\/your\/*",
                "https:\/\/openapi.etsy.com\/*"
            ],
            "js": [
                "content.js",
                "vue.js",
                "jquery-3.3.1.min.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js",
            "vue.js",
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/static.xx.fbcdn.net https:\/\/static.xx.fb; object-src 'self';"
}