Buzzkill.in

Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites

Τι είναι το Buzzkill.in;

Το Buzzkill.in είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον harman314, και η κύρια λειτουργία του είναι "Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites".

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

screenshot
screenshot

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

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

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

                        Just hover above a viral article to see a Buzzkiller. Click the Buzzkill icon to submit a new Buzzkill

The 'Buzzkills' will be crowdsourced and it might take some time before you eventually start seeing them. In the meantime, serve humanity by submitting new ones yourself.                    

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

Όνομα Buzzkill.in Buzzkill.in
ID ejgdkflincoehpegpicmgbjckfobapci
Επίσημο URL https://chrome.google.com/webstore/detail/buzzkillin/ejgdkflincoehpegpicmgbjckfobapci
Περιγραφή Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites
Μέγεθος Αρχείου 32.33 KB
Αριθμός Εγκαταστάσεων 64
Τρέχουσα Έκδοση 0.0.0.2
Τελευταία Ενημέρωση 2015-02-03
Ημερομηνία Δημοσίευσης 2015-02-03
Αξιολόγηση 3.80/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής harman314
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Buzzkill.in",
    "description": "Inspired by the twitter account @savedyouaclick, this chrome extension helps you by revealing the information on clickbait websites",
    "version": "0.0.0.2",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "parse-1.3.4.min.js",
                "eventPage.js"
            ]
        }
    ]
}