Trollblock

This extension allows you to hide posts from specified users (Trolls) on the Craigslist Forums

Τι είναι το Trollblock;

Το Trollblock είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://tekphreak.com, και η κύρια λειτουργία του είναι "This extension allows you to hide posts from specified users (Trolls) on the Craigslist Forums".

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

screenshot
screenshot

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

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

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

                        If you've been on the internet for more than a day you'll know that unfortunately there are some people who post with the intent to seek your attention and waste your time. Those people are known as trolls. 

The Craigslist forums are open to anyone who creates an account there.
And Craigslist has a flag system to help police the content there, however, trolling is still not something the administrators there can control. 

So Trollblock offers a way to enjoy the forums, while giving you control over the posts you may not want to see.  

You don't want to waste your precious time reading posts from people who are just trolling for your attention. If you are decided you are done with seeing posts from a certain poster, then you can use Trollblock to simply hides the troll postings for you.

Bear in mind that this is still BETA version, and is being improved, new features will be added  as time allows. 

The ability to add your own list of trolls will be added in the near future. 

Windows Users edit the file here:

C:\Users\{your name here}\AppData\Local\Google\Chrome\User Data\Default\Extensions\lclmhblijnpbccgfckfemgkpggjieljf\{version number}\trollblock.js 

Linux Users, Edit:

~/.config/google-chrome/Default/Extensions/lclmhblijnpbccgfckfemgkpggjieljf/{version number}/trollblock.js                    

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

Όνομα Trollblock Trollblock
ID lclmhblijnpbccgfckfemgkpggjieljf
Επίσημο URL https://chrome.google.com/webstore/detail/trollblock/lclmhblijnpbccgfckfemgkpggjieljf
Περιγραφή This extension allows you to hide posts from specified users (Trolls) on the Craigslist Forums
Μέγεθος Αρχείου 28.96 KB
Αριθμός Εγκαταστάσεων 25
Τρέχουσα Έκδοση 1.2.1
Τελευταία Ενημέρωση 2015-06-10
Ημερομηνία Δημοσίευσης 2015-06-10
Αξιολόγηση 3.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής http://tekphreak.com
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://tekphreak.com/cl/trollblock
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "trollblock.js"
            ],
            "matches": [
                "https:\/\/forums.craigslist.org\/*"
            ]
        }
    ],
    "description": "This extension allows you to hide posts from specified users (Trolls) on the Craigslist Forums",
    "homepage_url": "http:\/\/tekphreak.com\/cl\/trollblock",
    "options_page": "options.html",
    "incognito": "split",
    "icons": {
        "128": "troll128.png",
        "16": "troll16.png",
        "48": "troll48.png"
    },
    "manifest_version": 2,
    "name": "Trollblock",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "short_name": "Trollblock",
    "version": "1.2.1",
    "version_name": "1.2.1.1"
}