Extensão do Goularte
Substitui todas as imagens da web por uma de um menino chamado Goularte. Muito útil.
Extensão do Goularte란 무엇입니까?
Extensão do Goularte은(는) appdogoularte에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Substitui todas as imagens da web por uma de um menino chamado Goularte. Muito útil."입니다.
확장 프로그램 스크린샷
Extensão do Goularte 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Substitui todas as imagens da web por uma de um menino chamado Goularte. Muito útil.
확장 프로그램 기본 정보
이름 | |
ID | klcflklcjffkfmajpcfcpbjffiinhilp |
공식 URL | https://chrome.google.com/webstore/detail/extens%C3%A3o-do-goularte/klcflklcjffkfmajpcfcpbjffiinhilp |
설명 | Substitui todas as imagens da web por uma de um menino chamado Goularte. Muito útil. |
파일 크기 | 62.4 KB |
설치 횟수 | 436 |
현재 버전 | 2.0 |
최근 업데이트 | 2019-07-21 |
출시 날짜 | 2019-07-18 |
평점 | 4.97/5 총 256 개의 평점 |
개발자 | appdogoularte |
결제 유형 | free |
지원되는 언어 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Extens\u00e3o do Goularte", "version": "2.0", "manifest_version": 2, "description": "", "homepage_url": "https:\/\/www.vintepila.com.br\/servicos\/diversao-e-bizarrice\/eu-vou-fazer-uma-extensao-para-trollar-seus-amigo\/", "author": "Tiago Lima", "short_name": "4U", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon16.png" }, "permissions": [ "contentSettings" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject\/app.js" ] } ] } |