Marktplaats RSS

Adds a RSS feed to auction site marktplaats.nl

What is Marktplaats RSS?

Marktplaats RSS is a Chrome extension developed by https://www.robertbuzink.com, and its main feature is "Adds a RSS feed to auction site marktplaats.nl".

Extension Screenshots

screenshot

Download Marktplaats RSS Extension CRX File

Download Marktplaats RSS extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Marktplaats RSS Marktplaats RSS
ID nbfobaeeljkkljkpnjhbcbfodllonoih
Official URL https://chromewebstore.google.com/detail/marktplaats-rss/nbfobaeeljkkljkpnjhbcbfodllonoih
Description Adds a RSS feed to auction site marktplaats.nl
File Size 4.19 KB
Installation Count 711
Current Version 5.0.0.0
Last Updated 2015-08-08
Publish Date 2015-08-08
Rating 3.35/5 Total 20 Ratings
Developer https://www.robertbuzink.com
Payment Type free
Extension Website http://robertbuzink.com/2013/marktplaats-rss-bij-zoekresultaten-voor-chrome-en-firefox/
Help Page URL http://robertbuzink.com/2013/marktplaats-rss-bij-zoekresultaten-voor-chrome-en-firefox/
Supported Languages 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"
}