Tags Generator
This extension provides quick access to your Tags Generator presets.
Cos'è Tags Generator?
Tags Generator è un'estensione di Chrome sviluppata da https://tagsgenerator.com, e la sua funzione principale è "This extension provides quick access to your Tags Generator presets.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tags Generator
Scarica i file di estensione Tags Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This is the AGsoundtrax Tags Generator Extension. Here you can access to your Tags Generator costume presets easy and fast.
Informazioni di Base sull'Estensione
Nome | Tags Generator |
ID | jjnknmlibfooipdjmggpfpeoafbjhmoo |
URL Ufficiale | https://chromewebstore.google.com/detail/tags-generator/jjnknmlibfooipdjmggpfpeoafbjhmoo |
Descrizione | This extension provides quick access to your Tags Generator presets. |
Dimensione del File | 218 KB |
Conteggio Installazioni | 868 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2017-12-14 |
Data di Pubblicazione | 2017-12-14 |
Valutazione | 2.25/5 Totale 4 Valutazioni |
Sviluppatore | https://tagsgenerator.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.tagsgenerator.com |
URL della Pagina di Aiuto | http://www.tagsgenerator.com |
URL della Pagina della Politica sulla Privacy | https://www.agsoundtrax.com/privacy |
Lingue Supportate | 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'" } |