Tags Generator
This extension provides quick access to your Tags Generator presets.
Tags Generator là gì?
Tags Generator là một tiện ích mở rộng Chrome được phát triển bởi https://tagsgenerator.com, và tính năng chính của nó là "This extension provides quick access to your Tags Generator presets.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Tags Generator
Tải xuống các tệp mở rộng Tags Generator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This is the AGsoundtrax Tags Generator Extension. Here you can access to your Tags Generator costume presets easy and fast.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tags Generator |
ID | jjnknmlibfooipdjmggpfpeoafbjhmoo |
URL Chính Thức | https://chromewebstore.google.com/detail/tags-generator/jjnknmlibfooipdjmggpfpeoafbjhmoo |
Mô tả | This extension provides quick access to your Tags Generator presets. |
Kích Thước Tệp | 218 KB |
Số Lần Cài Đặt | 868 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-12-14 |
Ngày Phát Hành | 2017-12-14 |
Đánh Giá | 2.25/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://tagsgenerator.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.tagsgenerator.com |
URL Trang Trợ Giúp | http://www.tagsgenerator.com |
URL Trang Chính Sách Bảo Mật | https://www.agsoundtrax.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |