CommentNow

Add comments anywhere and at any time with CommentNow extension.

Cos'è CommentNow?

CommentNow è un'estensione di Chrome sviluppata da http://commentnow.com, e la sua funzione principale è "Add comments anywhere and at any time with CommentNow extension.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CommentNow

Scarica i file di estensione CommentNow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome CommentNow CommentNow
ID dmkfnodocimneaikceebdenneakaifbd
URL Ufficiale https://chrome.google.com/webstore/detail/commentnow/dmkfnodocimneaikceebdenneakaifbd
Descrizione Add comments anywhere and at any time with CommentNow extension.
Dimensione del File 604 KB
Conteggio Installazioni 42
Versione Corrente 1.2
Ultimo Aggiornamento 2018-02-01
Data di Pubblicazione 2018-02-01
Valutazione 4.11/5 Totale 9 Valutazioni
Sviluppatore http://commentnow.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://commentnow.com
URL della Pagina di Aiuto https://commentnow.com/info/landing
URL della Pagina della Politica sulla Privacy https://commentnow.com/info/privacy-policy
Lingue Supportate 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'"
}