DevForum+

Makes the Roblox DevForum that bit nicer.

Τι είναι το DevForum+;

Το DevForum+ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον elliottlm, και η κύρια λειτουργία του είναι "Makes the Roblox DevForum that bit nicer.".

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

screenshot

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

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

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

                        Makes the Roblox DevForum that bit nicer. Flairs OPs and New Members, marks major necrobumps, and highlights posts from Roblox Admins.

Features:
- Completely hide users' posts (WIP, may break some things)
- Flairs the OP
- Flairs new members (as network efficient as it can be; one request per user, caches for tab life)
- Highlights posts by Roblox staff members (useful for skimming announcements)
- Highlights excessive bumps (it gets redder the more of a bump it is)
- PM Templates                    

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

Όνομα DevForum+ DevForum+
ID obannamndmafaddpcghdkilafpcckebl
Επίσημο URL https://chrome.google.com/webstore/detail/devforum+/obannamndmafaddpcghdkilafpcckebl
Περιγραφή Makes the Roblox DevForum that bit nicer.
Μέγεθος Αρχείου 135 KB
Αριθμός Εγκαταστάσεων 198
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2020-12-13
Ημερομηνία Δημοσίευσης 2020-08-26
Αξιολόγηση 3.75/5 Συνολικά 4 Αξιολογήσεις
Προγραμματιστής elliottlm
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/dfmeta/devforumplus
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/dfmeta/devforumplus/issues
Υποστηριζόμενες Γλώσσες en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DevForum+",
    "version": "1.1",
    "description": "Makes the Roblox DevForum that bit nicer.",
    "icons": {
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "100": "icons\/icon100.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/devforum.roblox.com\/*"
            ],
            "js": [
                "devforumplus.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/devforum.roblox.com\/*"
    ]
}