soap4youand.me checker

Checks for new shows on soap4youand.me

Qu'est-ce que soap4youand.me checker ?

soap4youand.me checker est une extension Chrome développée par Illia Panasenko, et sa fonction principale est "Checks for new shows on soap4youand.me".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension soap4youand.me checker

Téléchargez les fichiers d'extension soap4youand.me checker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom soap4youand.me checker soap4youand.me checker
ID dkdmkhkkliigngnlcnianiahohlnblel
URL Officiel https://chromewebstore.google.com/detail/soap4youandme-checker/dkdmkhkkliigngnlcnianiahohlnblel
Description Checks for new shows on soap4youand.me
Taille du Fichier 39.67 KB
Nombre d'Installations 14
Version Actuelle 1.1.0
Dernière Mise à Jour 2023-06-24
Date de Publication 2015-05-30
Développeur Illia Panasenko
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}