Stop Mod Reposts
Detects and warns against sites known to illegally repost mods.
Stop Mod Reposts란 무엇입니까?
Stop Mod Reposts은(는) dada513 Development에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detects and warns against sites known to illegally repost mods."입니다.
확장 프로그램 스크린샷
Stop Mod Reposts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Copyright infringement is an everyday situation for modders. Most of the somewhat popular mods today have at some point been illegally copied and redistributed onto a third party site, without any acknowledgement or permission of their developers. Many of these websites are hosted in Vietnam or Russia, and are hard to take down due to different copyright legislation. Many of these sites illegally monetize their download links to earn money off of the modders' hard work, and several even go as far as to claim ownership of the illegal content. Some of them are known to host malware and viruses and claim that these are real, harmless mods. This has to stop. When DMCAs and take-down notices fail, we have to rely on the community to stop people from downloading mods from these sources. However, many of the websites engaging in the type of activity outlined above look very well designed and official, confusing many players and making them believe that these sites are actually the real ones. As a result, many machines are infected with viruses and malware, modders lose revenue and reputation and are spammed with reports about bugs which have already been fixed in newer versions of their mods, since only the old versions are hosted on the illegal sites. Stop Mod Reposts is designed to stop this. Here's how we plan to do it: - Letting people know that the sites are illegal. There is no way we can stop people from using these sites when they're unaware that the actions of the host is against the law and that the host is ignorant of the modders' rights. Therefore, this extension will display an overlay when browsing a site like this. - Letting people know that visiting these sites puts their computers at risk. No one wants to be infected with malware, so we'll warn them that the sites potentially can harm their machines. The sites this extension warns about are the same sites as are listed on https://github.com/StopModReposts/Illegal-Mod-Sites and is updated every few days or hours with new hosts.
확장 프로그램 기본 정보
이름 | Stop Mod Reposts |
ID | dmooeeefhgcabgimjgdjaldjkddeopmp |
공식 URL | https://chromewebstore.google.com/detail/stop-mod-reposts/dmooeeefhgcabgimjgdjaldjkddeopmp |
설명 | Detects and warns against sites known to illegally repost mods. |
파일 크기 | 231 KB |
설치 횟수 | 6,097 |
현재 버전 | 5.1.0 |
최근 업데이트 | 2022-02-01 |
출시 날짜 | 2019-06-01 |
평점 | 4.85/5 총 118 개의 평점 |
개발자 | dada513 Development |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://stopmodreposts.org/ |
지원되는 언어 | id,de,en,fr,nl,no,es,it,pl,ro,fi,ru,iw,hi,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stop Mod Reposts", "version": "5.1.0", "description": "__MSG_appdesc__", "default_locale": "en", "author": "dada513", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "32": "icons\/icon32.png", "16": "icons\/icon16.png" }, "background": { "scripts": [ "out\/background.bundle.js" ] }, "permissions": [ "https:\/\/api.stopmodreposts.org\/sites.json", "tabs", "storage" ], "manifest_version": 2 } |