PandaLikes Air

Ferramenta para usuários da Pandalikes

PandaLikes Air란 무엇입니까?

PandaLikes Air은(는) Leo Mello H. Studios에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ferramenta para usuários da Pandalikes"입니다.

확장 프로그램 스크린샷

screenshot

PandaLikes Air 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Com a PandaLikes Air você vai comentar, curtir e se inscrever em canais incríveis automaticamente na PandaTV da PandaLikes.

- Aumente o engajamento do seu canal em 200%
- Ganhe credibilidade e curtidas nos seus comentários 
- Todo vídeo seu adicionado na PandaTV também vai ganhar comentários, curtidas e inscrições 
- Tudo real e orgânico                    

확장 프로그램 기본 정보

이름 PandaLikes Air PandaLikes Air
ID afdabacbokpjkigblcglomnlibamffme
공식 URL https://chrome.google.com/webstore/detail/pandalikes-air/afdabacbokpjkigblcglomnlibamffme
설명 Ferramenta para usuários da Pandalikes
파일 크기 304 KB
설치 횟수 384
현재 버전 5.0
최근 업데이트 2021-12-17
출시 날짜 2021-12-17
평점 5.00/5 총 2 개의 평점
개발자 Leo Mello H. Studios
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://pandalikes.xyz
개인정보 보호 정책 페이지 URL https://pandalikes.xyz/terms.php
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PandaLikes Air",
    "version": "5.0",
    "description": "Ferramenta para usu\u00e1rios da Pandalikes",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "\/images\/logotipo16.png",
        "32": "\/images\/logotipo32.png",
        "48": "\/images\/logotipo48.png",
        "128": "\/images\/logotipo128.png"
    }
}