BetterDiscord X

Allows you to alter css and javascript of a website.

Co je BetterDiscord X?

BetterDiscord X je rozšíření Chrome vyvinuté MogoX, a jeho hlavní funkcí je „Allows you to alter css and javascript of a website. “.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření BetterDiscord X

Stáhněte si soubory rozšíření BetterDiscord X ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Hello everyone, due to some server troubles, our project was down for a bit, however we have reuploaded BetterDiscord-X for you to utilize! We apologize for our absence; however, we are rebuilding from the ground up, so please bear with us. NEW Privacy and support page.

The Project to Improve Discord

Discord's functionality is extended by BetterDiscord-X, which adds new functions. This extension works by altering the user's client-side CSS, which is fully permitted under Discord's TOS.

Themes
Themes let you use CSS to completely modify your client. You can either create your own theme or choose from a large range of themes created by our community.

BetterDiscord-X has a built-in plugin loader as well as a plugin API. Through JavaScript, plugins can improve the app's functionality and user experience. Create your own or use community-created plugins. (WHICH IS STILL IN BETA!)

And There's More
In the future, BetterDiscord-X will offer a wide range of extra features and tools!

Web version of BetterDiscord-X!


Due to certain costs we will be implementing a new forms of support and contributions to make this project run free for everyone to use. More details in the upcoming privacy policy page!



================================================================
This Extension is for educational purposes only!!

**FAIR USE**

Copyright Disclaimer under section 107 of the Copyright Act 1976, allowance is made for “fair use” for purposes such as criticism, comment, news reporting, teaching, scholarship, education and research.

Fair use is a use permitted by copyright statute that might otherwise be infringing. 

Non-profit, educational or personal use tips the balance in favor of fair use. 

FAIR USE DEFINITION:

(Source: http://en.wikipedia.org/wiki/Fair_use)

Fair use is a doctrine in the United States copyright law that allows limited use of copyrighted material without requiring permission from the rights holders, such as for commentary, criticism, news reporting, research, teaching or scholarship.  It provides for the legal, non-licensed citation or incorporation of copyrighted material in another author’s work under a four-factor balancing test.  The term “fair use” originated in the United States.  A similar principle, fair dealing, exists in some other common law jurisdictions.  Civil law jurisdictions have other limitations and exceptions to copyright. 

U.S. COPYRIGHT OFFICE- FAIR USE DEFINITION

(Source: http://www.copyright.gov/fls/fl102.html)

One of the rights accorded to the owner of copyright is the right to reproduce or to authorize others to reproduce the work in copies or phonorecords.  This right is subject to certain limitations found in sections 107 through 118 of the copyright law (title 17, U.S. Code).  One of the more important limitations is the doctrine of “fair use”.  The doctrine of fair use has developed through a substantial number of court decisions over the years and has been codified in section 107 of the copyright law. 

Section 107 contains a list of the various purposes for which the reproduction of a particular work may be considered fair, such as criticism, comment, news reporting, teaching, scholarship, and research.  Section 107 also sets out in four factors to be considered in determining whether or not a particular use is fair: 

1. The purpose and character of the use, including whether such use is of commercial nature or is for nonprofit educational purposes

2. The nature of the copyrighted work

3. The amount and substantiality of the portion used in relation to the copyrighted work as a whole

4. The effect of the use upon the potential market for, or value of, the copyrighted work                    

Základní Informace o Rozšíření

Název BetterDiscord X BetterDiscord X
ID pmgbijdahooobcphgailkagpiokemjim
Oficiální URL https://chrome.google.com/webstore/detail/betterdiscord-x/pmgbijdahooobcphgailkagpiokemjim
Popis Allows you to alter css and javascript of a website.
Velikost souboru 69.58 KB
Počet instalací 2,052
Aktuální Verze 1.8.2
Poslední Aktualizace 2022-05-25
Datum Vydání 2022-01-03
Hodnocení 3.90/5 Celkem 20 Hodnocení
Vývojář MogoX
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://magicmikecool.000webhostapp.com/privacy.html
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BetterDiscord X",
    "version": "1.8.2",
    "description": "Allows you to alter css and javascript of a website. ",
    "icons": {
        "16": ".\/logox.png",
        "48": ".\/logox.png",
        "128": ".\/logox.png"
    },
    "permissions": [
        "windows"
    ],
    "page_action": [],
    "background": {
        "scripts": [
            ".\/src\/support.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.discord.com\/*"
            ],
            "js": [
                ".\/src\/backend.js"
            ]
        }
    ],
    "content_security_policy": "object-src 'self'; script-src 'self' https:\/\/github.com\/*;",
    "manifest_version": 2
}