Marktplaats RSS
Adds a RSS feed to auction site marktplaats.nl
Qu'est-ce que Marktplaats RSS ?
Marktplaats RSS est une extension Chrome développée par https://www.robertbuzink.com, et sa fonction principale est "Adds a RSS feed to auction site marktplaats.nl".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Marktplaats RSS
Téléchargez les fichiers d'extension Marktplaats RSS au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Voegt de verdwenen rss feeds weer toe aan Marktplaats.nl. Volg objecten efficiënt via Feedly of een rss reader van je keuze.
Informations de Base sur l'Extension
Nom | Marktplaats RSS |
ID | nbfobaeeljkkljkpnjhbcbfodllonoih |
URL Officiel | https://chromewebstore.google.com/detail/marktplaats-rss/nbfobaeeljkkljkpnjhbcbfodllonoih |
Description | Adds a RSS feed to auction site marktplaats.nl |
Taille du Fichier | 4.19 KB |
Nombre d'Installations | 711 |
Version Actuelle | 5.0.0.0 |
Dernière Mise à Jour | 2015-08-08 |
Date de Publication | 2015-08-08 |
Évaluation | 3.35/5 Total 20 Évaluations |
Développeur | https://www.robertbuzink.com |
Type de Paiement | free |
Site Web de l'Extension | http://robertbuzink.com/2013/marktplaats-rss-bij-zoekresultaten-voor-chrome-en-firefox/ |
URL de la Page d'Aide | http://robertbuzink.com/2013/marktplaats-rss-bij-zoekresultaten-voor-chrome-en-firefox/ |
Langues Prises en Charge | 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" } |