BetterDiscord X
Allows you to alter css and javascript of a website.
什麼是BetterDiscord X?
BetterDiscord X是由MogoX開發的Chrome擴展程式,該擴展的主要功能是“Allows you to alter css and javascript of a website. ”。
擴展截圖
下載BetterDiscord X擴展crx文件
下載BetterDiscord X擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | |
ID | pmgbijdahooobcphgailkagpiokemjim |
官方網址 | https://chrome.google.com/webstore/detail/betterdiscord-x/pmgbijdahooobcphgailkagpiokemjim |
簡介 | Allows you to alter css and javascript of a website. |
檔案大小 | 69.58 KB |
安裝次數 | 2,052 |
目前版本 | 1.8.2 |
更新時間 | 2022-05-25 |
上架時間 | 2022-01-03 |
評分 | 3.90/5 共 20 次評分 |
開發者 | MogoX |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://magicmikecool.000webhostapp.com/privacy.html |
支援的語言 | 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 } |