PandaLikes Air
Ferramenta para usuários da Pandalikes
PandaLikes Airคืออะไร?
PandaLikes Air เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leo Mello H. Studios และคุณลักษณะหลักของมันคือ "Ferramenta para usuários da Pandalikes"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PandaLikes Air
ดาวน์โหลดไฟล์ส่วนขยาย PandaLikes Air ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |