soap4youand.me checker
Checks for new shows on soap4youand.me
Wat is soap4youand.me checker?
soap4youand.me checker is een Chrome-extensie ontwikkeld door Illia Panasenko, en de belangrijkste functie is "Checks for new shows on soap4youand.me".
Extensie Screenshots
Download het CRX-bestand van de extensie soap4youand.me checker
Download soap4youand.me checker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extensions does one simple thing: it notifies you when there is new show available on https://soap4youand.me
Basisinformatie over de Extensie
Naam | soap4youand.me checker |
ID | dkdmkhkkliigngnlcnianiahohlnblel |
Officiële URL | https://chromewebstore.google.com/detail/soap4youandme-checker/dkdmkhkkliigngnlcnianiahohlnblel |
Beschrijving | Checks for new shows on soap4youand.me |
Bestandsgrootte | 39.67 KB |
Aantal Installaties | 14 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2023-06-24 |
Publicatiedatum | 2015-05-30 |
Ontwikkelaar | Illia Panasenko |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |