Tags Generator

This extension provides quick access to your Tags Generator presets.

Co to jest Tags Generator?

Tags Generator to rozszerzenie Chrome opracowane przez https://tagsgenerator.com, a jego główną funkcją jest „This extension provides quick access to your Tags Generator presets.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Tags Generator

Pobierz pliki rozszerzeń Tags Generator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This is the AGsoundtrax Tags Generator Extension.

Here you can access to your Tags Generator costume presets easy and fast.                    

Podstawowe informacje o rozszerzeniu

Nazwa Tags Generator Tags Generator
ID jjnknmlibfooipdjmggpfpeoafbjhmoo
Oficjalny URL https://chromewebstore.google.com/detail/tags-generator/jjnknmlibfooipdjmggpfpeoafbjhmoo
Opis This extension provides quick access to your Tags Generator presets.
Rozmiar pliku 218 KB
Liczba instalacji 868
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2017-12-14
Data Publikacji 2017-12-14
Ocena 2.25/5 Łącznie 4 Oceny
Deweloper https://tagsgenerator.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.tagsgenerator.com
Adres URL Strony Pomocy http://www.tagsgenerator.com
Adres URL Strony Polityki Prywatności https://www.agsoundtrax.com/privacy
Obsługiwane Języki 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'"
}