Covfefe
Edit your tweets, finally.
Co to jest Covfefe?
Covfefe to rozszerzenie Chrome opracowane przez https://blurt.app, a jego główną funkcją jest „Edit your tweets, finally.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Covfefe
Pobierz pliki rozszerzeń Covfefe w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ccdjnhaifeigaidilnnajickpbjhbfom |
Oficjalny URL | https://chromewebstore.google.com/detail/covfefe/ccdjnhaifeigaidilnnajickpbjhbfom |
Opis | Edit your tweets, finally. |
Rozmiar pliku | 5.43 MB |
Liczba instalacji | 6,520 |
Aktualna Wersja | 0.0.20 |
Ostatnia Aktualizacja | 2018-07-27 |
Data Publikacji | 2018-07-27 |
Ocena | 1.78/5 Łącznie 32 Oceny |
Deweloper | https://blurt.app |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://blurt.app/ |
Adres URL Strony Polityki Prywatności | https://blurt.app/privacy |
Obsługiwane Języki | 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" ] } ] } |