CommentNow

Add comments anywhere and at any time with CommentNow extension.

Co je CommentNow?

CommentNow je rozšíření Chrome vyvinuté http://commentnow.com, a jeho hlavní funkcí je „Add comments anywhere and at any time with CommentNow extension.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření CommentNow

Stáhněte si soubory rozšíření CommentNow ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název CommentNow CommentNow
ID dmkfnodocimneaikceebdenneakaifbd
Oficiální URL https://chrome.google.com/webstore/detail/commentnow/dmkfnodocimneaikceebdenneakaifbd
Popis Add comments anywhere and at any time with CommentNow extension.
Velikost souboru 604 KB
Počet instalací 42
Aktuální Verze 1.2
Poslední Aktualizace 2018-02-01
Datum Vydání 2018-02-01
Hodnocení 4.11/5 Celkem 9 Hodnocení
Vývojář http://commentnow.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://commentnow.com
URL Stránky Nápovědy https://commentnow.com/info/landing
URL Stránky Zásad Ochrany Soukromí https://commentnow.com/info/privacy-policy
Podporované Jazyky 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'"
}