JohnPitterTV Farm
Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos.
JohnPitterTV Farm란 무엇입니까?
JohnPitterTV Farm은(는) https://johnpittertv.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos."입니다.
확장 프로그램 스크린샷
JohnPitterTV Farm 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ferramenta criada para acumular pontos de fidelidade no site JohnPitterTV, pontos que podem ser trocados por skins de CS:GO, Gift-Cards, entre outros. Ao utilizar, você terá a função de auto-refresh habilitada na Twitch, que garante que você acumule pontos diretamente no site.
확장 프로그램 기본 정보
이름 | JohnPitterTV Farm |
ID | nppnpgbmimonkogcpfdjgcpcinonlahl |
공식 URL | https://chromewebstore.google.com/detail/johnpittertv-farm/nppnpgbmimonkogcpfdjgcpcinonlahl |
설명 | Ganhe pontos no site. Você terá a live na Twitch atualizada pelo auto-refresh de tempos em tempos. |
파일 크기 | 451 KB |
설치 횟수 | 1,834 |
현재 버전 | 1.18 |
최근 업데이트 | 2023-11-16 |
출시 날짜 | 2022-01-02 |
평점 | 4.25/5 총 16 개의 평점 |
개발자 | https://johnpittertv.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://johnpittertv.com/ |
도움말 페이지 URL | https://johnpittertv.com/ |
개인정보 보호 정책 페이지 URL | https://pastebin.com/LMh7vdes |
지원되는 언어 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JohnPitterTV Farm", "version": "1.18", "description": "Ganhe pontos no site. Voc\u00ea ter\u00e1 a live na Twitch atualizada pelo auto-refresh de tempos em tempos.", "manifest_version": 2, "icons": { "16": "resources\/icon.png", "48": "resources\/icon.png", "96": "resources\/icon.png", "128": "resources\/icon.png" }, "browser_action": { "default_popup": "index.html" }, "content_scripts": [ { "js": [ "script.js" ], "matches": [ "https:\/\/www.twitch.tv\/*" ] } ], "permissions": [ "*:\/\/*\/*", "tabs" ] } |