CommentNow

Add comments anywhere and at any time with CommentNow extension.

Co to jest CommentNow?

CommentNow to rozszerzenie Chrome opracowane przez http://commentnow.com, a jego główną funkcją jest „Add comments anywhere and at any time with CommentNow extension.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia CommentNow

Pobierz pliki rozszerzeń CommentNow w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa CommentNow CommentNow
ID dmkfnodocimneaikceebdenneakaifbd
Oficjalny URL https://chrome.google.com/webstore/detail/commentnow/dmkfnodocimneaikceebdenneakaifbd
Opis Add comments anywhere and at any time with CommentNow extension.
Rozmiar pliku 604 KB
Liczba instalacji 42
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2018-02-01
Data Publikacji 2018-02-01
Ocena 4.11/5 Łącznie 9 Oceny
Deweloper http://commentnow.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://commentnow.com
Adres URL Strony Pomocy https://commentnow.com/info/landing
Adres URL Strony Polityki Prywatności https://commentnow.com/info/privacy-policy
Obsługiwane Języki 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'"
}