View Filter For Etsy

A filter for Etsy listings.

View Filter For Etsyとは何ですか?

View Filter For EtsyはVisumexによって開発されたChromeの拡張機能で、その主な機能は「A filter for Etsy listings.」です。

拡張機能のスクリーンショット

screenshot

View Filter For Etsy拡張機能のCRXファイルをダウンロード

View Filter For Etsy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Take control of which product listings you see on the Etsy website with this web browser extension! Filter out the listings that you consider to be irrelevant or inappropriate. Find listings that you are interested in much more quickly, and save yourself some time and aggravation.

View Filter For Etsy is a web browser extension that allows you to filter the product listings shown to you on the Etsy website. Listings that would normally be shown to you on any page of the website are put through a filter and only those that make it through the filter are displayed. This allows you to filter out listings that you would find inappropriate or just not relevant to your needs. It is also a great tool for finding specific listings out of the many that are shown in search results or favourites.                    

拡張機能の基本情報

名前 View Filter For Etsy View Filter For Etsy
ID poknbofjcolobgfjfjmlieedhkpfdalh
公式URL https://chrome.google.com/webstore/detail/view-filter-for-etsy/poknbofjcolobgfjfjmlieedhkpfdalh
説明 A filter for Etsy listings.
ファイルサイズ 95.12 KB
インストール数 80
現在のバージョン 1.0.3
最終更新日 2021-05-13
公開日 2021-03-11
開発者 Visumex
Eメール [email protected]
支払い方法 in_app
拡張機能のウェブサイト https://www.visumex.com/
ヘルプページのURL https://www.visumex.com/
プライバシーポリシーページのURL https://www.visumex.com/privacy-policy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "View Filter For Etsy",
    "version": "1.0.3",
    "description": "A filter for Etsy listings.",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "96": "vffe_icon96.png"
    },
    "browser_action": {
        "default_title": "View Filter For Etsy",
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*.visumex.com\/*",
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.etsy.com\/*"
            ],
            "js": [
                "browser-polyfill.js",
                "common.js",
                "contentscript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "forpopup.html"
    ]
}