Tags Generator
This extension provides quick access to your Tags Generator presets.
Apa itu Tags Generator?
Tags Generator adalah ekstensi Chrome yang dikembangkan oleh https://tagsgenerator.com, dan fitur utamanya adalah "This extension provides quick access to your Tags Generator presets.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tags Generator
Unduh file ekstensi Tags Generator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This is the AGsoundtrax Tags Generator Extension. Here you can access to your Tags Generator costume presets easy and fast.
Informasi Dasar Ekstensi
Nama | Tags Generator |
ID | jjnknmlibfooipdjmggpfpeoafbjhmoo |
URL Resmi | https://chromewebstore.google.com/detail/tags-generator/jjnknmlibfooipdjmggpfpeoafbjhmoo |
Deskripsi | This extension provides quick access to your Tags Generator presets. |
Ukuran File | 218 KB |
Jumlah Instalasi | 868 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2017-12-14 |
Tanggal Publikasi | 2017-12-14 |
Penilaian | 2.25/5 Total 4 Penilaian |
Pengembang | https://tagsgenerator.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.tagsgenerator.com |
URL Halaman Bantuan | http://www.tagsgenerator.com |
URL Halaman Kebijakan Privasi | https://www.agsoundtrax.com/privacy |
Bahasa yang Didukung | 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'" } |