soap4youand.me checker
Checks for new shows on soap4youand.me
What is soap4youand.me checker?
soap4youand.me checker is a Chrome extension developed by Illia Panasenko, and its main feature is "Checks for new shows on soap4youand.me".
Extension Screenshots
Download soap4youand.me checker Extension CRX File
Download soap4youand.me checker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extensions does one simple thing: it notifies you when there is new show available on https://soap4youand.me
Extension Basic Information
Name | soap4youand.me checker |
ID | dkdmkhkkliigngnlcnianiahohlnblel |
Official URL | https://chromewebstore.google.com/detail/soap4youandme-checker/dkdmkhkkliigngnlcnianiahohlnblel |
Description | Checks for new shows on soap4youand.me |
File Size | 39.67 KB |
Installation Count | 14 |
Current Version | 1.1.0 |
Last Updated | 2023-06-24 |
Publish Date | 2015-05-30 |
Developer | Illia Panasenko |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |