MV-Usertools
Controles avanzados para la web mediavida.com
MV-Usertools란 무엇입니까?
MV-Usertools은(는) Vegon에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Controles avanzados para la web mediavida.com"입니다.
확장 프로그램 스크린샷
MV-Usertools 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Añade blacklist, links para firmar y mandar mensajes debajo de los avatares, foros favoritos, etiquetas para usuarios, más opciones en el menu de envio de posts,... Todo con un menú para activar y desactivar las funcionalidades que te interesen.
확장 프로그램 기본 정보
이름 | MV-Usertools |
ID | opcpkpppilaajbkhhamcnobfhgnljofg |
공식 URL | https://chromewebstore.google.com/detail/mv-usertools/opcpkpppilaajbkhhamcnobfhgnljofg |
설명 | Controles avanzados para la web mediavida.com |
파일 크기 | 84.41 KB |
설치 횟수 | 342 |
현재 버전 | 1.10.1 |
최근 업데이트 | 2013-03-23 |
출시 날짜 | 2013-03-23 |
평점 | 4.97/5 총 32 개의 평점 |
개발자 | Vegon |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://mvusertools.com |
도움말 페이지 URL | http://www.mediavida.com/foro/4/mv-usertools-mp-desde-hilo-userscript-413818 |
지원되는 언어 | es |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_matches": [], "include_globs": [ "http:\/\/www.mediavida.com\/*" ], "js": [ "jquery-1.8.2.min.js", "tinycon.min.js", "jquery.a-tools-1.5.2.js", "sisyphus.js", "mousetrap.js", "jquery.scrollto.js", "mvusertools.user.js" ], "matches": [ "http:\/\/www.mediavida.com\/*", "http:\/\/mediavida.com\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Controles avanzados para la web mediavida.com", "name": "MV-Usertools", "version": "1.10.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |