Company of Farts

This extension will help you navigate the horrors that are CoH2 forums

Τι είναι το Company of Farts;

Το Company of Farts είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον drChengele, και η κύρια λειτουργία του είναι "This extension will help you navigate the horrors that are CoH2 forums".

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

screenshot

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

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

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

                        May 09 2016: version 0.8

- the extension works with the website again (website moved to https which caused extension to not trigger any more)

Nov 04 2015: version 0.7

- the extension is now configurable
- you can overview the fartized users and remove them from the list
- the extension can be configured to be active in the entire forum, not just the balance section.

Nov 03 2015: version 0.6

- much smoother user experience. Page no longer needs to reload ever when adding or removing user to the filter.
- you can temporarily view the original contents of a fartized post without removing user from the fartlist.
- visual style of the extension now fits in seamlessly into coh2.org user interface.

COMPANY OF FARTS extension

If you are frequenting coh2.org balance forums, you will quickly find yourself overwhelmed by certain posters' caustic texts and epic flame wars.

No more! If a certain poster's posts look like so much wind being passed, you can now, at the click of a button, drop the pretense and include a user in the Company of Farts!

In the future, all the posts of users whom you flagged to belong to the Company of Farts will be filtered for your enjoyment.

- ONLY WORKS IN THE coh2.org BALANCE FORUMS!
- inserts farts in quotes too!
- you can easily filter and unfilter users                    

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

Όνομα Company of Farts Company of Farts
ID kjnpeggobfjeljakmfndnnpbjdllcohb
Επίσημο URL https://chromewebstore.google.com/detail/company-of-farts/kjnpeggobfjeljakmfndnnpbjdllcohb
Περιγραφή This extension will help you navigate the horrors that are CoH2 forums
Μέγεθος Αρχείου 46.52 KB
Αριθμός Εγκαταστάσεων 41
Τρέχουσα Έκδοση 0.8
Τελευταία Ενημέρωση 2016-05-09
Ημερομηνία Δημοσίευσης 2016-05-09
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής drChengele
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Company of Farts",
    "description": "This extension will help you navigate the horrors that are CoH2 forums",
    "version": "0.8",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "page_action": {
        "default_icon": "img\/coh2.png",
        "default_popup": "popup\/popup.html",
        "default_title": "Company of Farts"
    },
    "icons": {
        "128": "img\/coh2.png"
    },
    "permissions": [
        "storage",
        "declarativeContent",
        "https:\/\/www.coh2.org\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.coh2.org\/topic\/*"
            ],
            "css": [
                "inpage.css"
            ],
            "js": [
                "lib\/jquery.js",
                "common\/data.js",
                "common\/dictionary.js",
                "common\/farts.js",
                "coh2filter.js"
            ]
        }
    ]
}