blarify

Restoring the ability to comment on websites without comment boards.

Τι είναι το blarify;

Το blarify είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://blarify.com, και η κύρια λειτουργία του είναι "Restoring the ability to comment on websites without comment boards.".

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

screenshot

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

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

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

                        In recent years, the growing trend of mainstream media outlets removing their comment sections has made it difficult for readers to discuss, support or refute news stories and opinion pieces. Blarify provides a platform for people to comment, discuss and share ideas while browsing news and opinion articles on major websites. 

After installing the extension, users can go to any of the supported websites to begin commenting on any content. Click the blarify button on the left side of your browser window to launch the comment box and begin reading others' feedback. You can register for a free account on blarify.com to post comments of your own.

Currently, blarify provides comment sections for the following websites: 
> Youtube
> ESPN
> Yahoo!
> IMDB
> CNN

More will be included in future updates.

Don't let MSM keep you silent. Be loud and share your ideas!                    

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

Όνομα blarify blarify
ID ajloleigomidpeljkdbjbbkhfdndkjpl
Επίσημο URL https://chromewebstore.google.com/detail/blarify/ajloleigomidpeljkdbjbbkhfdndkjpl
Περιγραφή Restoring the ability to comment on websites without comment boards.
Μέγεθος Αρχείου 99.41 KB
Αριθμός Εγκαταστάσεων 26
Τρέχουσα Έκδοση 1.1.0
Τελευταία Ενημέρωση 2022-02-16
Ημερομηνία Δημοσίευσης 2021-02-06
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://blarify.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://blarify.com
Διεύθυνση URL της Σελίδας Βοήθειας https://blarify.com/feedback
URL της Σελίδας Πολιτικής Απορρήτου https://blarify.com/page?page=privacy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "blarify",
    "version": "1.1.0",
    "description": "Restoring the ability to comment on websites without comment boards.",
    "manifest_version": 2,
    "icons": {
        "128": "images\/logo.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "browser_action": {
        "default_popup": "html\/index.html",
        "default_icon": "images\/icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.googletagmanager.com https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com\/ https:\/\/www.google-analytics.com https:\/\/blarify.com; object-src 'self'; img-src www.googletagmanager.com https:\/\/www.google-analytics.com\/ https:\/\/events.xg4ken.com https:\/\/beacon.krxd.net https:\/\/pubads.g.doubleclick.net https:\/\/sp.analytics.yahoo.com https:\/\/5237.xg4ken.com https:\/\/www.google.co.in https:\/\/s.amazon-adsystem.com www.google-analytics.com https:\/\/*.rfihub.com https:\/\/live.rezync.com https:\/\/secure.adnxs.com https:\/\/googleads.g.doubleclick.net https:\/\/www.googleadservices.com https:\/\/www.google.com https:\/\/trc.taboola.com https:\/\/www.facebook.com https:\/\/analytics.twitter.com https:\/\/t.co\/i\/adsct https:\/\/ad.doubleclick.net https:\/\/ext-inv-cdn.presage.io https:\/\/adservice.google.com\/",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "https:\/\/www.espn.com\/*",
                "https:\/\/www.yahoo.com\/*",
                "https:\/\/finance.yahoo.com\/*",
                "https:\/\/money.yahoo.com\/*",
                "https:\/\/sports.yahoo.com\/*",
                "https:\/\/news.yahoo.com\/*",
                "https:\/\/autos.yahoo.com\/*",
                "https:\/\/www.cnn.com\/*",
                "https:\/\/www.imdb.com\/name*",
                "https:\/\/www.imdb.com\/title*"
            ],
            "exclude_globs": [
                "*.jpg",
                "*.jpeg",
                "*.gif",
                "*.png",
                "*.bmp",
                "*.webp",
                "*.css",
                "*.swf",
                "*.js",
                "*.zip",
                "*.rar",
                "*.tar",
                "*.tar.gz",
                "*.tgz",
                "*.tar.bz2",
                "*.tbz2",
                "*.doc",
                "*.docx",
                "*.ppt",
                "*.pptx",
                "*.xls",
                "*.xlsx",
                "*.pdf",
                "*.xml",
                "*.txt",
                "*.mpg",
                "*.mpeg",
                "*.qt",
                "*.mp4",
                "*.m4v",
                "*.m4a",
                "*.mp3",
                "*.ogv",
                "*.ogm",
                "*.ogg",
                "*.oga",
                "*.webm",
                "*.wav",
                "*.",
                "*."
            ],
            "css": [
                "css\/inject.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/inject.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "html\/iframe\/*"
    ],
    "permissions": [
        "storage",
        "https:\/\/blarify.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.espn.com\/*",
        "https:\/\/www.yahoo.com\/*",
        "https:\/\/finance.yahoo.com\/*",
        "https:\/\/money.yahoo.com\/*",
        "https:\/\/sports.yahoo.com\/*",
        "https:\/\/news.yahoo.com\/*",
        "https:\/\/autos.yahoo.com\/*",
        "https:\/\/www.cnn.com\/*",
        "https:\/\/www.imdb.com\/name*",
        "https:\/\/www.imdb.com\/title*"
    ]
}