Slyize
Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…
Что такое Slyize?
Slyize - это расширение Chrome, разработанное slyguisenft, и его основная функция - "Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which…".
Снимки экрана расширения
Скачать файл CRX расширения Slyize
Скачайте файлы расширений Slyize в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which include .wav and many other larger file formats.
Основная информация о расширении
Название | Slyize |
ID | fbpogllddgaakcaafjlgcmdehndbeabc |
Официальный URL | https://chromewebstore.google.com/detail/slyize/fbpogllddgaakcaafjlgcmdehndbeabc |
Описание | Upload high quality files on social media platforms regardless of file size restrictions. Share all popular file extensions which… |
Размер файла | 73.04 KB |
Количество установок | 23 |
Текущая Версия | 1.0.8 |
Последнее Обновление | 2021-11-07 |
Дата публикации | 2021-10-29 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | slyguisenft |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slyize", "version": "1.0.8", "description": "", "manifest_version": 3, "incognito": "split", "icons": { "128": "icons\/icon.png" }, "action": { "default_icon": "icons\/icon.png", "default_popup": "popup\/index.html" }, "permissions": [ "tabs" ], "background": { "service_worker": "workerLoader.js" }, "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*.facebook.com\/*" ], "js": [ "scripts\/jsQR.js", "scripts\/fileViewer.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "scripts\/videoViewer.html", "scripts\/audioPlayer.html" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/*.facebook.com\/*" ] } ], "host_permissions": [ "https:\/\/twitter.com\/*", "https:\/\/*.facebook.com\/*" ] } |