Sardalert
Tenez vous informé des lives de Sardoche ! Si vous êtes abonné, profitez du proxy pour débloquer pandora.com !
Что такое Sardalert?
Sardalert - это расширение Chrome, разработанное https://sardoche.tv, и его основная функция - "Tenez vous informé des lives de Sardoche ! Si vous êtes abonné, profitez du proxy pour débloquer pandora.com !".
Снимки экрана расширения
Скачать файл CRX расширения Sardalert
Скачайте файлы расширений Sardalert в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Cette extension vous permet de rester à jour avec l'actualité de votre streamer favori, Sardoche! Elle vous permettra: - de vous connecter avec votre compte Twitch.tv - d'être prévenu des lives ou autres évènements auxquels Sardoche participe - d'avoir un accès rapide aux réseaux sociaux de Sardoche - (abonnés Twitch): d'accéder au proxy pandora
Основная информация о расширении
Название | Sardalert |
ID | elnpfaoipdfdhikjacbpcfhpnehjjaii |
Официальный URL | https://chromewebstore.google.com/detail/sardalert/elnpfaoipdfdhikjacbpcfhpnehjjaii |
Описание | Tenez vous informé des lives de Sardoche ! Si vous êtes abonné, profitez du proxy pour débloquer pandora.com ! |
Размер файла | 654 KB |
Количество установок | 12,397 |
Текущая Версия | 17.1 |
Последнее Обновление | 2024-01-08 |
Дата публикации | 2017-03-07 |
Рейтинг | 4.85/5 Всего 232 оценок |
Разработчик | https://sardoche.tv |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://sardoche.tv/addon |
URL страницы помощи | https://sardoche.tv/addon |
Поддерживаемые языки | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sardalert", "version": "17.1", "description": "Tenez vous inform\u00e9 des lives de Sardoche ! Si vous \u00eates abonn\u00e9, profitez du proxy pour d\u00e9bloquer pandora.com !", "offline_enabled": false, "browser_specific_settings": { "gecko": { "strict_min_version": "91.1.0" } }, "action": { "default_popup": "popup.95a692fe.html", "default_icon": "128-light.21c8cc92.png" }, "background": { "service_worker": "background.049f0ed3.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "youtubeHQ.63aa2179.js" ], "css": [ "styles.e30d0678.css" ] } ], "icons": { "16": "16-light.8280e233.png", "48": "48-light.2aaa1236.png", "128": "128-light.21c8cc92.png" }, "incognito": "spanning", "permissions": [ "storage", "notifications", "webNavigation", "identity", "proxy", "alarms" ] } |