Feature Graphic Downloader for Play Store

Download the App preview video and Screenshots from Google Play Store product pages,improve ASO.

Feature Graphic Downloader for Play Storeคืออะไร?

Feature Graphic Downloader for Play Store เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ASOTools และคุณลักษณะหลักของมันคือ "Download the App preview video and Screenshots from Google Play Store product pages,improve ASO."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Feature Graphic Downloader for Play Store

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

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

                        With the tool, you can download the APP assets of any Apps with just one click, including icon, preview video, and feature graphic will be downloaded automatically. 

‒ Why this tool is Useful for app store optimization(aso)?
Feature Graphic is an ASO (App Store Optimization) Conversion Rate (from product page view to download) factor. App Developers and Marketers must A/B test them in order to find the one that brings better results (more downloads).
You can also track the product pages of your competitors or top apps in the industry, download the APP assets for comparison reference, and optimize your own app icons, product pages. 

‒ How to use this tool?
Go to the product page in the App Store or Google Play Store, then just click the download button. IOS and android apps & games. 

Now, with this powerful App Store Optimization extension, you can view / spy the Feature Graphic of any mobile app browsing G-play/app store web URLs.

Download the assets for any App Store or Google Play page. Make competitor analysis simple and easy!

Do you do App Store Optimization (ASO)? Like this Google Play feature graphic spy extension? Share it with your colleagues!                    

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

ชื่อ Feature Graphic Downloader for Play Store Feature Graphic Downloader for Play Store
ID meibcokbilaglcmbboefiocaiagghdki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/feature-graphic-downloade/meibcokbilaglcmbboefiocaiagghdki
คำอธิบาย Download the App preview video and Screenshots from Google Play Store product pages,improve ASO.
ขนาดไฟล์ 300 KB
จำนวนการติดตั้ง 350
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2023-02-14
วันที่เผยแพร่ 2022-11-25
ผู้พัฒนา ASOTools
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://asotools.io?utm_source=ext_chrome501_graphic_ExtDetailPage
URL หน้าช่วยเหลือ https://asotools.io?utm_source=ext_chrome501_graphic_ExtDetailPage
ภาษาที่รองรับ id,de,en,en-GB,en-US,fr,da,et,es,hr,lv,lt,pt-BR,sk,sl,cs,bg,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "short_name": "__MSG_appShortName__",
    "version": "1.1.2",
    "manifest_version": 3,
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_appDesc__",
        "default_icon": {
            "16": "icon\/icon16.png"
        },
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                ".\/manifest.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/play.google.com\/store\/apps\/details*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                "https:\/\/play.google.com\/*"
            ],
            "run_at": "document_idle"
        }
    ]
}