Covfefe

Edit your tweets, finally.

什么是Covfefe?

Covfefe是由https://blurt.app开发的Chrome扩展程序,该扩展的主要功能是“Edit your tweets, finally.”。

扩展截图

screenshot
screenshot
screenshot

下载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.                    

扩展基本信息

名称 Covfefe Covfefe
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"
            ]
        }
    ]
}