Tweet Easy - Grow 10x Faster
Generate tweet ideas and improve your tweets in every aspect, grow your audience faster on X/Twitter!
Tweet Easy - Grow 10x Faster क्या है?
Tweet Easy - Grow 10x Faster Devin Zhang द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Generate tweet ideas and improve your tweets in every aspect, grow your audience faster on X/Twitter!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Tweet Easy - Grow 10x Faster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Creat engaging posts, get reply ideas, add emoji, change tone of voice, fix spelling and grammar, and translate to English to build your personal brand, all in one tool!
एक्सटेंशन की मूल जानकारी
नाम | Tweet Easy - Grow 10x Faster |
ID | gepbdjbbpedecdgipbilmbojplopgnkh |
आधिकारिक URL | https://chromewebstore.google.com/detail/tweet-easy-grow-10x-faste/gepbdjbbpedecdgipbilmbojplopgnkh |
विवरण | Generate tweet ideas and improve your tweets in every aspect, grow your audience faster on X/Twitter! |
फ़ाइल का आकार | 62.68 KB |
स्थापना संख्या | 109 |
वर्तमान संस्करण | 0.2.0 |
अंतिम अपडेट | 2024-02-28 |
प्रकाशन तिथि | 2023-12-05 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | Devin Zhang |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://tweeteasy.io |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tweet Easy - Grow 10x Faster", "description": "Generate tweet ideas and improve your tweets in every aspect, grow your audience faster on X\/Twitter!", "version": "0.2.0", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "32": "img\/logo-34.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/logo-48.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-d136641f.js" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/tweeteasy.io\/*", "http:\/\/localhost:3000\/*" ], "css": [ "assets\/index-5968578b.css" ] } ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/logo-16.png", "img\/logo-34.png", "img\/logo-48.png", "img\/logo-128.png", "img\/reload.png" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/twitter.com\/*" ], "resources": [ "img\/reload.png" ], "use_dynamic_url": false }, { "matches": [ "http:\/\/localhost:3000\/*", "https:\/\/tweeteasy.io\/*", "https:\/\/twitter.com\/*" ], "resources": [ "assets\/chunk-e644f3d7.js" ], "use_dynamic_url": true } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/tweeteasy.io\/", "http:\/\/localhost:3000\/" ] } |