all Sites Comments

Post your comments on any website in the world!

Τι είναι το all Sites Comments;

Το all Sites Comments είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Geo Sheng, και η κύρια λειτουργία του είναι "Post your comments on any website in the world!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης all Sites Comments

Λήψη αρχείων επέκτασης all Sites Comments σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Comments were invented in order to communicate in the context of a specific theme. It is very convenient, when it is clear what applies to a certain statement.
Unfortunately, many interesting websites on the Internet do not have built-in comments system. It becomes harder to share your opinion and is more difficult to find someone who can answer the question on the subject. Or you need to read the entire article just to make it clear that it does not have anything useful for you.
If you do not like the lack of comment system on some websites on the Internet, this extension can be useful to you.
We took the Google Chrome Extensions capabilities, added the functionality of Facebook Comments Plugin and voila!

Capabilities:
1. Post your comments in the context of the entire website or a specific web page. Ask questions, share advice, criticize, praise!
2. Read the comments posted by other users on this current page!
3. Comments can be integrated into most of the world's websites (HTTP: // and HTTPS: //)!
4. At your request, a comment can be placed also on your Facebook page, referring to the website or webpage commented!

To post comments you need Facebook account. The extension does not collect any information.
However, since it uses Facebook Comments Plugin, you should read the privacy policies of Facebook.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα all Sites Comments all Sites Comments
ID ocnadebplhliobmboneklfjcefeaijcf
Επίσημο URL https://chromewebstore.google.com/detail/all-sites-comments/ocnadebplhliobmboneklfjcefeaijcf
Περιγραφή Post your comments on any website in the world!
Μέγεθος Αρχείου 36.07 KB
Αριθμός Εγκαταστάσεων 76
Τρέχουσα Έκδοση 1.0.3
Τελευταία Ενημέρωση 2017-03-18
Ημερομηνία Δημοσίευσης 2017-03-18
Αξιολόγηση 1.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Geo Sheng
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες de,en,fr,es,it,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "all Sites Comments",
    "version": "1.0.3",
    "author": "Geo God",
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "64": "images\/64.png",
        "128": "images\/128.png"
    },
    "incognito": "split",
    "minimum_chrome_version": "30.0",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/end.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_title": "allSitesComments",
        "default_popup": "popup.html"
    }
}