Mobile.de Ad Filter

Select adds which you no longer want to see. Use it to hide ads that don't meet your requirements.

What is Mobile.de Ad Filter?

Mobile.de Ad Filter is a Chrome extension developed by bogdandanila10, and its main feature is "Select adds which you no longer want to see. Use it to hide ads that don't meet your requirements.".

Extension Screenshots

screenshot
screenshot

Download Mobile.de Ad Filter Extension CRX File

Download Mobile.de Ad Filter 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

                        Have you ever been searching for a car on mobile.de, while having specific requirements in mind about what you want? 

Have you ever been annoyed with clicking on the same car, again and again, only to notice that you've seen it before and you don't like it? I surely have.

I made this little extension to help in this matter, by allowing you to hide car ads that you don't like and which keep showing up throughout different searches. 

After you install it, you'll notice a blue button on every ad in the results list. Click this button to make the ad go away. This will get saved to your browser, so next time you come searching for cars, you won't have to go through all those ads you've already seen.

Notes: 
- The extension works best for the Deutsch and English versions of the website.
- Hidden ads can be recovered by clicking the "Add back" link.
- Hidden ads will be remembered only on the computer you're using. They do not sync between all your devices... yet :)

I hope this will help you find your dream car faster. Feedback is appreciated!                    

Extension Basic Information

Name Mobile.de Ad Filter Mobile.de Ad Filter
ID mphebdohfakeeipkgeblppccnimncjke
Official URL https://chromewebstore.google.com/detail/mobilede-ad-filter/mphebdohfakeeipkgeblppccnimncjke
Description Select adds which you no longer want to see. Use it to hide ads that don't meet your requirements.
File Size 418 KB
Installation Count 87
Current Version 1.1
Last Updated 2018-07-02
Publish Date 2018-07-02
Rating 3.00/5 Total 1 Ratings
Developer bogdandanila10
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mobile.de Ad Filter",
    "description": "Select adds which you no longer want to see. Use it to hide ads that don't meet your requirements.",
    "version": "1.1",
    "icons": {
        "128": "mob_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/suchen.mobile.de\/fahrzeuge\/search.html*"
            ],
            "js": [
                "jquery-2.2.0.min.js",
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}