webextension-store-meta - v1.3.0
    Preparing search index...

    Interface EdgeAddonsMeta

    interface EdgeAddonsMeta {
        activeInstallCount: number | null;
        availability: string[] | null;
        availabilityId: string | null;
        availableLanguages: string[] | null;
        averageRating: number | null;
        category: string | null;
        crxId: string | null;
        description: string | null;
        developer: string | null;
        isBadgedAsFeatured: boolean | null;
        isHavingMatureContent: boolean | null;
        isInstalled: boolean | null;
        largePromotionImage: EdgeAddonsImage | null;
        lastUpdateDate: number | null;
        locale: string | null;
        logoUrl: string | null;
        manifest: string | null;
        market: string | null;
        metadata: Record<string, unknown> | null;
        name: string | null;
        privacyData: EdgeAddonsPrivacyData | null;
        privacyUrl: string | null;
        publisherWebsiteUri: string | null;
        ratingCount: number | null;
        screenshots: EdgeAddonsImage[] | null;
        searchKeywords: string | null;
        shortDescription: string | null;
        skuId: string | null;
        storeProductId: string | null;
        thumbnailUrl: string | null;
        url: string | null;
        version: string | null;
        videos: EdgeAddonsImage[] | null;
    }
    Index

    Properties

    activeInstallCount: number | null
    availability: string[] | null
    availabilityId: string | null
    availableLanguages: string[] | null
    averageRating: number | null
    category: string | null
    crxId: string | null
    description: string | null
    developer: string | null
    isBadgedAsFeatured: boolean | null
    isHavingMatureContent: boolean | null
    isInstalled: boolean | null
    largePromotionImage: EdgeAddonsImage | null
    lastUpdateDate: number | null
    locale: string | null
    logoUrl: string | null
    manifest: string | null
    market: string | null
    metadata: Record<string, unknown> | null
    name: string | null
    privacyData: EdgeAddonsPrivacyData | null
    privacyUrl: string | null
    publisherWebsiteUri: string | null
    ratingCount: number | null
    screenshots: EdgeAddonsImage[] | null
    searchKeywords: string | null
    shortDescription: string | null
    skuId: string | null
    storeProductId: string | null
    thumbnailUrl: string | null
    url: string | null
    version: string | null
    videos: EdgeAddonsImage[] | null