Adds a RSS feed to auction site marktplaats.nl
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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"
}