CommentNow

Add comments anywhere and at any time with CommentNow extension.

Qu'est-ce que CommentNow ?

CommentNow est une extension Chrome développée par http://commentnow.com, et sa fonction principale est "Add comments anywhere and at any time with CommentNow extension.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CommentNow

Téléchargez les fichiers d'extension CommentNow 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

                        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                    

Informations de Base sur l'Extension

Nom CommentNow CommentNow
ID dmkfnodocimneaikceebdenneakaifbd
URL Officiel https://chrome.google.com/webstore/detail/commentnow/dmkfnodocimneaikceebdenneakaifbd
Description Add comments anywhere and at any time with CommentNow extension.
Taille du Fichier 604 KB
Nombre d'Installations 42
Version Actuelle 1.2
Dernière Mise à Jour 2018-02-01
Date de Publication 2018-02-01
Évaluation 4.11/5 Total 9 Évaluations
Développeur http://commentnow.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://commentnow.com
URL de la Page d'Aide https://commentnow.com/info/landing
URL de la Page de Politique de Confidentialité https://commentnow.com/info/privacy-policy
Langues Prises en Charge 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'"
}