App Store Deals

Displays the latest App Store Deals

App Store Dealsคืออะไร?

App Store Deals เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://appstor.news และคุณลักษณะหลักของมันคือ "Displays the latest App Store Deals"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย App Store Deals

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

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

                        A small extension that displays all recent price drops on iPhone, iPad and Mac apps in App Store and Mac App Store. Also there is a possibility to set alarm and receive notifications whenever an app you want goes on sale.                    

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

ชื่อ App Store Deals App Store Deals
ID imkflemgommpopkdhlholoombilhcmea
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/app-store-deals/imkflemgommpopkdhlholoombilhcmea
คำอธิบาย Displays the latest App Store Deals
ขนาดไฟล์ 278 KB
จำนวนการติดตั้ง 1,156
เวอร์ชันปัจจุบัน 1.1.8
อัปเดตครั้งล่าสุด 2020-09-12
วันที่เผยแพร่ 2017-06-08
คะแนน 4.20/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://appstor.news
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://appstor.news/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "App Store Deals",
    "description": "Displays the latest App Store Deals",
    "version": "1.1.8",
    "options_page": "options.html",
    "background": {
        "persistent": false,
        "page": "background.html"
    },
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "24": "img\/icon24.png",
            "32": "img\/icon32.png"
        },
        "default_title": "App Store Deals",
        "default_popup": "popup.html"
    },
    "permissions": [
        "alarms",
        "http:\/\/appstor.news\/",
        "https:\/\/appstor.news\/",
        "https:\/\/itunes.apple.com\/",
        "http:\/\/*.mzstatic.com\/",
        "https:\/\/*.mzstatic.com\/",
        "notifications",
        "storage"
    ]
}