Covfefe
Edit your tweets, finally.
Covfefe क्या है?
Covfefe https://blurt.app द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Edit your tweets, finally."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Covfefe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Edit any of your old tweets by clicking Edit. 🚨 Note: You will lose any favorites and retweets if you replace an old tweet with your edit! 🚨 Covfefe also delays your tweets for 15 seconds allowing you to undo and edit them before they're seen. To get started, connect your Twitter account by clicking Covfefe in your toolbar.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ccdjnhaifeigaidilnnajickpbjhbfom |
आधिकारिक URL | https://chromewebstore.google.com/detail/covfefe/ccdjnhaifeigaidilnnajickpbjhbfom |
विवरण | Edit your tweets, finally. |
फ़ाइल का आकार | 5.43 MB |
स्थापना संख्या | 6,520 |
वर्तमान संस्करण | 0.0.20 |
अंतिम अपडेट | 2018-07-27 |
प्रकाशन तिथि | 2018-07-27 |
रेटिंग | 1.78/5 कुल 32 रेटिंग्स |
डेवलपर | https://blurt.app |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://blurt.app/ |
गोपनीयता नीति पृष्ठ URL | https://blurt.app/privacy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Edit your tweets, finally.", "version": "0.0.20", "name": "Covfefe", "manifest_version": 2, "homepage_url": "https:\/\/blurt.app", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": "icons\/icon48.png", "default_title": "Covfefe", "default_popup": "popup.html" }, "background": { "scripts": [ "deweet.bundle.js", "background.bundle.js" ], "persistent": true }, "permissions": [ "tabs", "storage", "contextMenus", "webRequest", "https:\/\/api.twitter.com\/*", "https:\/\/platform.twitter.com\/*", "https:\/\/twitter.com\/i\/tweet\/*", "https:\/\/twitter.com\/intent\/tweet*" ], "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com https:\/\/platform.twitter.com https:\/\/cdn.syndication.twimg.com; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/coreygwin.com\/*" ], "js": [ "session.bundle.js" ] }, { "matches": [ "https:\/\/twitter.com\/*" ], "js": [ "undo.bundle.js" ] } ] } |