Tags Generator

This extension provides quick access to your Tags Generator presets.

What is Tags Generator?

Tags Generator is a Chrome extension developed by https://tagsgenerator.com, and its main feature is "This extension provides quick access to your Tags Generator presets.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Tags Generator Extension CRX File

Download Tags Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This is the AGsoundtrax Tags Generator Extension.

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

Extension Basic Information

Name Tags Generator Tags Generator
ID jjnknmlibfooipdjmggpfpeoafbjhmoo
Official URL https://chromewebstore.google.com/detail/tags-generator/jjnknmlibfooipdjmggpfpeoafbjhmoo
Description This extension provides quick access to your Tags Generator presets.
File Size 218 KB
Installation Count 868
Current Version 1.2
Last Updated 2017-12-14
Publish Date 2017-12-14
Rating 2.25/5 Total 4 Ratings
Developer https://tagsgenerator.com
Email [email protected]
Payment Type free
Extension Website http://www.tagsgenerator.com
Help Page URL http://www.tagsgenerator.com
Privacy Policy Page URL https://www.agsoundtrax.com/privacy
Supported Languages 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'"
}