FlyFree
A crosspost tool for SNS to Fly Free!
FlyFree क्या है?
FlyFree girigiribauer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A crosspost tool for SNS to Fly Free!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FlyFree एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
FlyFree is a browser extension that simplifies social media posting by allowing you to crosspost (multipost) to various social networks. With a click of the extension's button, a pop-up interface opens, enabling you to share your content on different platforms. Currently, it supports Twitter and Bluesky, with more social networks planned for the future. Easily manage your accounts by configuring them in the options menu, and toggle the posting feature on and off for each network. Additionally, you can temporarily disable posting to one network when needed. After posting, you can check the status for each social network within the pop-up window.
एक्सटेंशन की मूल जानकारी
नाम | FlyFree |
ID | mjlfkhenobdjdonefhdbpigopndgeogm |
आधिकारिक URL | https://chromewebstore.google.com/detail/flyfree/mjlfkhenobdjdonefhdbpigopndgeogm |
विवरण | A crosspost tool for SNS to Fly Free! |
फ़ाइल का आकार | 689 KB |
स्थापना संख्या | 2,686 |
वर्तमान संस्करण | 0.8.0 |
अंतिम अपडेट | 2024-03-04 |
प्रकाशन तिथि | 2023-10-21 |
रेटिंग | 3.75/5 कुल 16 रेटिंग्स |
डेवलपर | girigiribauer |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/girigiribauer/fly-free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.6c567d50.png", "32": "icon32.plasmo.76b92899.png", "48": "icon48.plasmo.aced7582.png", "64": "icon64.plasmo.8bb5e6e0.png", "128": "icon128.plasmo.3c1ed2d2.png" } }, "version": "0.8.0", "author": "girigiribauer", "name": "FlyFree", "description": "A crosspost tool for SNS to Fly Free!", "background": { "service_worker": "static\/background\/index.js" }, "options_ui": { "page": "options.html", "open_in_tab": true }, "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/twitter.com\/intent\/post?ff=1*", "https:\/\/x.com\/intent\/post?ff=1*" ], "js": [ "content.883ade9e.js" ], "run_at": "document_end", "css": [ "content.51f71957.css" ] } ], "web_accessible_resources": [ { "resources": [ "assets\/icon.png", "assets\/icon-twitter.svg", "assets\/icon-bluesky.svg", "assets\/icon-taittsuu.svg", "assets\/icon-caution.svg", "assets\/icon-success.svg", "assets\/icon-paused.svg", "assets\/icon-external.svg", "assets\/icon-refresh.svg", "assets\/icon-blank.svg", "assets\/toggle-on.svg", "assets\/toggle-off.svg", "options.html" ], "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*" ] }, { "matches": [ "https:\/\/twitter.com\/*", "https:\/\/x.com\/*" ], "resources": [ "content.120e2ad2.css", "content.734b6731.css", "content.2b3264ed.css", "content.c101da13.css", "content.bbba7400.css", "content.c8af4dba.css", "icon.93a5d608.png", "content.fe5087d8.svg", "content.eef7c6da.svg", "content.577d347e.svg", "content.0ba612f4.svg", "content.a8b19eae.svg", "content.59a793d4.svg", "content.3d670e03.svg", "content.20808b3e.svg", "content.dbbc6a75.svg" ] } ], "host_permissions": [ " |