CraigsList: New Views

Visually shows you what the last post on any CraigsList page you've seen is.

What is CraigsList: New Views?

CraigsList: New Views is a Chrome extension developed by https://newviews.herokuapp.com, and its main feature is "Visually shows you what the last post on any CraigsList page you've seen is.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download CraigsList: New Views Extension CRX File

Download CraigsList: New Views 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

                        This draw a noticeable dividing line above the last post seen on any CraigsList page or search you visit.

Next time visit that page or make a search, you will only have to go through the new items, as the dividing line will tell you once you have reached posts you've encountered before.

You will also be alerted if there are no new posts, or too many posts to fit one one page.

Now works on list, thumbnail, and gallery view!                    

Extension Basic Information

Name CraigsList: New Views CraigsList: New Views
ID mpkmnnbdgbaddfngokdcdojhdakjhenm
Official URL https://chrome.google.com/webstore/detail/craigslist-new-views/mpkmnnbdgbaddfngokdcdojhdakjhenm
Description Visually shows you what the last post on any CraigsList page you've seen is.
File Size 2.06 MB
Installation Count 81
Current Version 3.0.8
Last Updated 2018-02-10
Publish Date 2018-02-10
Rating 4.00/5 Total 4 Ratings
Developer https://newviews.herokuapp.com
Payment Type free
Extension Website https://newviews.herokuapp.com/
Help Page URL https://github.com/novacourtois/craigslist-new-views
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CraigsList: New Views",
    "short_name": "CLNV",
    "version": "3.0.8",
    "description": "Visually shows you what the last post on any CraigsList page you've seen is.",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "mini\/style.min.css"
            ],
            "js": [
                "mini\/background.min.js"
            ],
            "matches": [
                "*:\/\/*.craigslist.org\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "unlimitedStorage",
        "notifications"
    ]
}