Tags Generator
This extension provides quick access to your Tags Generator presets.
Tags Generator क्या है?
Tags Generator https://tagsgenerator.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension provides quick access to your Tags Generator presets."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tags Generator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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'" } |