Short Description Viewer for Google Play

View Short Description of any app in Google Play

Short Description Viewer for Google Play là gì?

Short Description Viewer for Google Play là một tiện ích mở rộng Chrome được phát triển bởi https://appstorespy.com, và tính năng chính của nó là "View Short Description of any app in Google Play".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Short Description Viewer for Google Play

Tải xuống các tệp mở rộng Short Description Viewer for Google Play dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        View short description for every Google Play app.

Just one phrase describing what about this Android application.

Unfortunately, it does not appear ion the Web Play Store. So using this extension you can easily see all the descriptions.

For developers short description is strongly affects the conversion into install.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Short Description Viewer for Google Play Short Description Viewer for Google Play
ID lbooeejmbjnoflbpioaafkkemijdbecn
URL Chính Thức https://chrome.google.com/webstore/detail/short-description-viewer/lbooeejmbjnoflbpioaafkkemijdbecn
Mô tả View Short Description of any app in Google Play
Kích Thước Tệp 5.52 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 0.3.7
Cập Nhật Lần Cuối 2021-06-17
Ngày Phát Hành 2019-02-11
Đánh Giá 4.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://appstorespy.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://appstorespy.com/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Short Description Viewer for Google Play",
    "description": "View Short Description of any app in Google Play",
    "author": "Appstorespy.com",
    "version": "0.3.7",
    "permissions": [],
    "page_action": {
        "default_icon": {
            "128": "icon128.png"
        }
    },
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/play.google.com\/store\/apps*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "manifest_version": 2
}