Viral Pitch

Extension to show Instagram & Youtube Analytics.

Viral Pitchคืออะไร?

Viral Pitch เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Viral Pitch และคุณลักษณะหลักของมันคือ "Extension to show Instagram & Youtube Analytics."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Viral Pitch

ดาวน์โหลดไฟล์ส่วนขยาย Viral Pitch ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Viral Pitch Analytics Tool is a Chrome extension that allows you to easily analyze the performance of any Instagram Public Profile or YouTube Channel. 

With this extension, users can see valuable insights into anyone's account, such as the number of followers, following, average likes, average comments, average video views, average reel views, average short views etc. 

The extension also offers a convenient way to view the engagement rate and reach of each post, helping users to understand the success of their content and make informed decisions about their Instagram Profile or YouTube Channel strategy. With this powerful tool, users can take control of their Instagram or YouTube presence and drive their account to new levels of success. 

Additionally, the tool can allow brands & creators to compare the performance of different influencers, providing valuable insights into which influencers are driving the most engagement and reach by their content. 

Overall, the tool allows businesses to make data-driven decisions and maximize the impact of their influencer marketing efforts.

Try Now & experience the true potential of the all new Viral Pitch Influencer Analytics Tool!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Viral Pitch Viral Pitch
ID kobcfbfnbpcgehkcofjnjkflpcbgkani
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/viral-pitch/kobcfbfnbpcgehkcofjnjkflpcbgkani
คำอธิบาย Extension to show Instagram & Youtube Analytics.
ขนาดไฟล์ 44.34 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 2.0.0
อัปเดตครั้งล่าสุด 2024-02-13
วันที่เผยแพร่ 2022-12-10
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Viral Pitch
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.viralpitch.co
URL หน้านโยบายความเป็นส่วนตัว https://viralpitch.co/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Viral Pitch",
    "description": "Extension to show Instagram & Youtube Analytics.",
    "version": "2.0.0",
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "16": "logo\/logo-16.png",
        "48": "logo\/logo-48.png",
        "128": "logo\/logo-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "foreground.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*",
                "https:\/\/*.youtube.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_title": "Viral Pitch"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*",
        "https:\/\/*.youtube.com\/*",
        "https:\/\/*.fbcdn.net\/"
    ]
}