Covfefe
Edit your tweets, finally.
Covfefeとは何ですか?
Covfefeはhttps://blurt.appによって開発されたChromeの拡張機能で、その主な機能は「Edit your tweets, finally.」です。
拡張機能のスクリーンショット
Covfefe拡張機能のCRXファイルをダウンロード
Covfefe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |