You Coub notifications & follow manager
Coub.com you channels notifications & follow manager. (Coub.com API based)
Что такое You Coub notifications & follow manager?
You Coub notifications & follow manager - это расширение Chrome, разработанное return.true, и его основная функция - "Coub.com you channels notifications & follow manager. (Coub.com API based)".
Снимки экрана расширения
Скачать файл CRX расширения You Coub notifications & follow manager
Скачайте файлы расширений You Coub notifications & follow manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
You Coub notifications & follow manager! 0.810
Coub.com funs extention for manage channels and current url "DO COUB FROM THIS TAB 🤘🏻" button for more happy creations! Enjoy Anyways 😇😁💎 Основная информация о расширении
| Название | |
| ID | kfdemmfamfkkigmgkjlmpjamnaabjjio |
| Официальный URL | https://chromewebstore.google.com/detail/you-coub-notifications-fo/kfdemmfamfkkigmgkjlmpjamnaabjjio |
| Описание | Coub.com you channels notifications & follow manager. (Coub.com API based) |
| Размер файла | 78.76 KB |
| Количество установок | 82 |
| Текущая Версия | 0.810 |
| Последнее Обновление | 2020-12-17 |
| Дата публикации | 2019-01-30 |
| Рейтинг | 5.00/5 Всего 1 оценок |
| Разработчик | return.true |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "You Coub notifications & follow manager",
"description": "Coub.com you channels notifications & follow manager. (Coub.com API based)",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "You Coub notifications & follow manager"
},
"background": {
"page": "background.html"
},
"permissions": [
"activeTab"
],
"options_page": "options.html",
"content_scripts": [
{
"matches": [
"http:\/\/coub.com\/*"
],
"css": [
"ext.css"
],
"js": [
"ext.js"
]
}
],
"manifest_version": 2,
"version": "0.810",
"icons": {
"128": "icon.png",
"666": "logo.png",
"777": "icon_connect.png"
}
} | |