PrivOrNot

Shows if a listing on Idealista is from private owner or not

What is PrivOrNot?

PrivOrNot is a Chrome extension developed by victorbjelkholm, and its main feature is "Shows if a listing on Idealista is from private owner or not".

Extension Screenshots

screenshot

Download PrivOrNot Extension CRX File

Download PrivOrNot 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

                        Hard to find properties made by private owners on Idealista? No more, PrivOrNot will remove listings made by agencies so you only see properties where you get to rent directly from the owner.                    

Extension Basic Information

Name PrivOrNot PrivOrNot
ID fnpgifcbmacmnlpdlkffhneepkhhjfkn
Official URL https://chromewebstore.google.com/detail/privornot/fnpgifcbmacmnlpdlkffhneepkhhjfkn
Description Shows if a listing on Idealista is from private owner or not
File Size 3.55 KB
Installation Count 735
Current Version 1.0
Last Updated 2021-04-17
Publish Date 2021-04-17
Rating 5.00/5 Total 7 Ratings
Developer victorbjelkholm
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PrivOrNot",
    "version": "1.0",
    "description": "Shows if a listing on Idealista is from private owner or not",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.idealista.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}