Tags Generator
This extension provides quick access to your Tags Generator presets.
Что такое Tags Generator?
Tags Generator - это расширение Chrome, разработанное https://tagsgenerator.com, и его основная функция - "This extension provides quick access to your Tags Generator presets.".
Снимки экрана расширения
Скачать файл CRX расширения Tags Generator
Скачайте файлы расширений Tags Generator в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This is the AGsoundtrax Tags Generator Extension. Here you can access to your Tags Generator costume presets easy and fast.
Основная информация о расширении
Название | Tags Generator |
ID | jjnknmlibfooipdjmggpfpeoafbjhmoo |
Официальный URL | https://chromewebstore.google.com/detail/tags-generator/jjnknmlibfooipdjmggpfpeoafbjhmoo |
Описание | This extension provides quick access to your Tags Generator presets. |
Размер файла | 218 KB |
Количество установок | 868 |
Текущая Версия | 1.2 |
Последнее Обновление | 2017-12-14 |
Дата публикации | 2017-12-14 |
Рейтинг | 2.25/5 Всего 4 оценок |
Разработчик | https://tagsgenerator.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://www.tagsgenerator.com |
URL страницы помощи | http://www.tagsgenerator.com |
URL страницы политики конфиденциальности | https://www.agsoundtrax.com/privacy |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tags Generator", "description": "This extension provides quick access to your Tags Generator presets.", "version": "1.2", "externally_connectable": { "matches": [ "*:\/\/tagsgenerator.com\/*", "*:\/\/glaring-torch-783.firebaseapp.com\/*" ] }, "icons": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "browser_action": { "default_icon": { "19": "images\/icon_19.png", "38": "images\/icon_38.png", "128": "images\/icon_128.png" }, "default_title": "Tags Generator", "default_popup": "popup.html" }, "background": { "scripts": [ "lib\/firebase.min.js", "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/tagsgenerator.com\/*", "*:\/\/glaring-torch-783.firebaseapp.com\/*" ], "js": [ "auth.js" ] } ], "permissions": [ "clipboardWrite", "storage" ], "homepage_url": "http:\/\/tagsgenerator.com", "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'" } |