soap4youand.me checker

Checks for new shows on soap4youand.me

Cos'è soap4youand.me checker?

soap4youand.me checker è un'estensione di Chrome sviluppata da Illia Panasenko, e la sua funzione principale è "Checks for new shows on soap4youand.me".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione soap4youand.me checker

Scarica i file di estensione soap4youand.me checker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extensions does one simple thing: it notifies you when there is new show available on https://soap4youand.me                    

Informazioni di Base sull'Estensione

Nome soap4youand.me checker soap4youand.me checker
ID dkdmkhkkliigngnlcnianiahohlnblel
URL Ufficiale https://chromewebstore.google.com/detail/soap4youandme-checker/dkdmkhkkliigngnlcnianiahohlnblel
Descrizione Checks for new shows on soap4youand.me
Dimensione del File 39.67 KB
Conteggio Installazioni 14
Versione Corrente 1.1.0
Ultimo Aggiornamento 2023-06-24
Data di Pubblicazione 2015-05-30
Sviluppatore Illia Panasenko
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1.0",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/defaultSettings.js",
            "scripts\/jquery.min.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "soap4youand.me Checker",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/soap4youand.me\/",
        "storage",
        "alarms"
    ]
}