Covfefe

Edit your tweets, finally.

Covfefe란 무엇입니까?

Covfefe은(는) https://blurt.app에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Edit your tweets, finally."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Covfefe 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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.                    

확장 프로그램 기본 정보

이름 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"
            ]
        }
    ]
}