Covfefe
Edit your tweets, finally.
Covfefe là gì?
Covfefe là một tiện ích mở rộng Chrome được phát triển bởi https://blurt.app, và tính năng chính của nó là "Edit your tweets, finally.".
Ả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 Covfefe
Tải xuống các tệp mở rộng Covfefe 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ccdjnhaifeigaidilnnajickpbjhbfom |
URL Chính Thức | https://chromewebstore.google.com/detail/covfefe/ccdjnhaifeigaidilnnajickpbjhbfom |
Mô tả | Edit your tweets, finally. |
Kích Thước Tệp | 5.43 MB |
Số Lần Cài Đặt | 6,520 |
Phiên Bản Hiện Tại | 0.0.20 |
Cập Nhật Lần Cuối | 2018-07-27 |
Ngày Phát Hành | 2018-07-27 |
Đánh Giá | 1.78/5 Tổng số 32 Đánh Giá |
Nhà Phát Triển | https://blurt.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://blurt.app/ |
URL Trang Chính Sách Bảo Mật | https://blurt.app/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |