Marktplaats RSS

Adds a RSS feed to auction site marktplaats.nl

什么是Marktplaats RSS?

Marktplaats RSS是由https://www.robertbuzink.com开发的Chrome扩展程序,该扩展的主要功能是“Adds a RSS feed to auction site marktplaats.nl”。

扩展截图

screenshot

下载Marktplaats RSS扩展crx文件

下载Marktplaats RSS扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Voegt de verdwenen rss feeds weer toe aan Marktplaats.nl. Volg objecten efficiënt via Feedly of een rss reader van je keuze.                    

扩展基本信息

名称 Marktplaats RSS Marktplaats RSS
ID nbfobaeeljkkljkpnjhbcbfodllonoih
官方URL https://chromewebstore.google.com/detail/marktplaats-rss/nbfobaeeljkkljkpnjhbcbfodllonoih
简介 Adds a RSS feed to auction site marktplaats.nl
文件大小 4.19 KB
安装次数 711
当前版本 5.0.0.0
更新时间 2015-08-08
上架时间 2015-08-08
评分 3.35/5 共20次评分
开发者 https://www.robertbuzink.com
付费类型 free
扩展官网 http://robertbuzink.com/2013/marktplaats-rss-bij-zoekresultaten-voor-chrome-en-firefox/
帮助页面URL http://robertbuzink.com/2013/marktplaats-rss-bij-zoekresultaten-voor-chrome-en-firefox/
支持的语言 nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "marktplaatsrss-latest.user.js"
            ],
            "matches": [
                "http:\/\/www.marktplaats.nl\/z.html?*",
                "http:\/\/www.marktplaats.nl\/verkopers\/*.html"
            ],
            "run_at": "document_end"
        }
    ],
    "converted_from_user_script": true,
    "description": "Adds a RSS feed to auction site marktplaats.nl",
    "name": "Marktplaats RSS",
    "version": "5.0.0.0"
}