10bis price after discount

This extension displays the prices after discount in 10bis menu page

Vad är 10bis price after discount?

10bis price after discount är en Chrome-tillägg utvecklad av uri.mor, och dess huvudfunktion är "This extension displays the prices after discount in 10bis menu page".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner 10bis price after discount-förlängningens CRX-fil

Ladda ner 10bis price after discount-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Display the prices of 10bis restaurants after discount                    

Grundläggande Information om Tillägg

Namn 10bis price after discount 10bis price after discount
ID cjeenmkpfahdbhhgobcodngnjoahebpf
Officiell webbadress https://chromewebstore.google.com/detail/10bis-price-after-discoun/cjeenmkpfahdbhhgobcodngnjoahebpf
Beskrivning This extension displays the prices after discount in 10bis menu page
Filstorlek 8.13 KB
Antal Installationer 57
Aktuell Version 0.3.7
Senast Uppdaterad 2019-08-27
Publiceringsdatum 2019-08-26
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare uri.mor
Betalningssätt free
Tilläggswebbplats https://github.com/urimor/10bis-discount-extension
Stödda Språk iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "10bis price after discount",
    "description": "This extension displays the prices after discount in 10bis menu page",
    "version": "0.3.7",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "10bisExtension.js"
            ],
            "matches": [
                "https:\/\/www.10bis.co.il\/Restaurants\/Menu\/*"
            ]
        },
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "10bisExtension-next.js"
            ],
            "matches": [
                "https:\/\/www.10bis.co.il\/next\/*"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "10bis Price After Discount"
    },
    "icons": {
        "128": "icon.png"
    }
}