CommentNow

Add comments anywhere and at any time with CommentNow extension.

What is CommentNow?

CommentNow is a Chrome extension developed by http://commentnow.com, and its main feature is "Add comments anywhere and at any time with CommentNow extension.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download CommentNow Extension CRX File

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

                        Get the opportunity to leave comments on every webpage with the CommentNow extension even without registration. Add comments to any article, video or picture - whatever you find interesting in the Internet even if native commenting is not provided. See the comments left by other users, vote for those you like most, and watch your comments becoming among the best ones if supported by the CommentNow community. Stay up to date with the breaking news, enrich your knowledge, expand your social circles and simply comment everything that has a point for you and see what others got to say.  

Features:
- Add comments on any web page
- See top and best comments on the page
- See the most commented pages on the current domain
- Follow interesting users to see their commenting activity
- Connect via social networks
- Share comments with your friends
- Find more interesting topics to discuss
- Get notifications about new activity                    

Extension Basic Information

Name CommentNow CommentNow
ID dmkfnodocimneaikceebdenneakaifbd
Official URL https://chrome.google.com/webstore/detail/commentnow/dmkfnodocimneaikceebdenneakaifbd
Description Add comments anywhere and at any time with CommentNow extension.
File Size 604 KB
Installation Count 42
Current Version 1.2
Last Updated 2018-02-01
Publish Date 2018-02-01
Rating 4.11/5 Total 9 Ratings
Developer http://commentnow.com
Email [email protected]
Payment Type free
Extension Website https://commentnow.com
Help Page URL https://commentnow.com/info/landing
Privacy Policy Page URL https://commentnow.com/info/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "EffectiveSoft Corp.",
    "name": "CommentNow",
    "version": "1.2",
    "description": "Add comments anywhere and at any time with CommentNow extension.",
    "homepage_url": "https:\/\/commentnow.com\/info\/landing",
    "permissions": [
        "tabs",
        "",
        "notifications"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/kamentatar.com\/*",
            "*:\/\/commentnow.com\/*"
        ]
    },
    "background": {
        "scripts": [
            "js\/jquery.min.js",
            "js\/socket.io.js",
            "js\/moment-with-locales.min.js",
            "js\/background.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/accounts.google.com\/*",
                "https:\/\/www.facebook.com\/v2.5\/dialog\/oauth*",
                "https:\/\/api.twitter.com\/oauth\/authorize*",
                "https:\/\/api.twitter.com\/oauth\/authorize",
                "https:\/\/oauth.vk.com\/authorize*",
                "https:\/\/www.linkedin.com\/uas\/oauth2\/authorization*",
                "https:\/\/commentnow.com\/web_dev.php\/auth\/*",
                "https:\/\/www.google.by\/_\/chrome\/newtab*",
                "http:\/\/kamentatar.com\/web_dev.php\/auth\/*"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/rivets.bundled.min.js",
                "js\/moment-with-locales.min.js",
                "js\/content.min.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "templates\/index.html",
        "templates\/dialog.html",
        "templates\/friends-activity.html",
        "templates\/profile.html",
        "templates\/my-profile.html",
        "templates\/most-popular.html",
        "templates\/notifications.html",
        "templates\/auth.html",
        "templates\/comments.html",
        "templates\/followers.html",
        "templates\/followings.html",
        "templates\/edit-profile.html",
        "templates\/pending-notifications.html",
        "templates\/register.html",
        "templates\/search.html",
        "templates\/complain.html",
        "images\/smiles\/angel.png",
        "images\/smiles\/confused.png",
        "images\/smiles\/cool.png",
        "images\/smiles\/crying.png",
        "images\/smiles\/devil.png",
        "images\/smiles\/doubt.png",
        "images\/smiles\/facepalm.png",
        "images\/smiles\/happy.png",
        "images\/smiles\/headwall.png",
        "images\/smiles\/kirich.png",
        "images\/smiles\/kiss.png",
        "images\/smiles\/laugh.png",
        "images\/smiles\/muted.png",
        "images\/smiles\/nerd.png",
        "images\/smiles\/sad.png",
        "images\/smiles\/surprised.png",
        "images\/smiles\/tongue.png",
        "images\/smiles\/wink.png",
        "images\/smiles\/wtf.png",
        "images\/icon-smiler.png",
        "images\/default-user-pic.png",
        "images\/user-icon.png",
        "images\/empty-notification.png",
        "images\/empty-profile.png",
        "images\/empty-comments.png",
        "images\/empty-members.png",
        "images\/empty-friends.png",
        "images\/empty-best.png",
        "images\/empty-search.png",
        "images\/empty-search-result.png",
        "images\/not4you.png",
        "images\/icon-lock.png",
        "images\/logo.png",
        "images\/logo.svg",
        "images\/logo_gag.png",
        "images\/default_room_image.png",
        "images\/room-empty-bg.svg",
        "images\/reg-notification-bg.svg",
        "images\/ic_see_all_req_ill.svg"
    ],
    "icons": {
        "16": "images\/icons\/icon16.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png",
        "194": "images\/icons\/favicon-194x194.png"
    },
    "browser_action": {
        "default_title": "CommentNow",
        "default_icon": "images\/icons\/favicon-194x194.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}