tweetflick

The smart way to save, organise, and access the tweets and threads you find useful.

¿Qué es tweetflick?

tweetflick es una extensión de Chrome desarrollada por tweetflickapp, y su función principal es "The smart way to save, organise, and access the tweets and threads you find useful.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión tweetflick

Descarga archivos de extensión tweetflick en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        The best way to save, organize, and access the tweets and threads you find most useful. Tweetflick is your personal bookmark manager designed for Twitter power users.

Build your LIBRARY OF TWEETS.

Save. Organize. Search your tweets like pro.

SAVE WITH ONE CLICK.

Just hit the icon in our Chrome extension that appears on each tweet in your Twitter timeline.

ORGANIZE IMMEDIATELY.

Instantly save to one of your collections and add tags to help find tweets later.

ADVANCED SEARCH

Use our search bar and advanced filters to extract and fetch your tweets like pro.

To use this extension you must first sign in at https://tweetflick.com                    

Información Básica de la Extensión

Nombre tweetflick tweetflick
ID mcneiehjehnljcginchohedbnncpejdl
URL Oficial https://chrome.google.com/webstore/detail/mcneiehjehnljcginchohedbnncpejdl
Descripción The smart way to save, organise, and access the tweets and threads you find useful.
Tamaño del Archivo 1.15 MB
Cantidad de Instalaciones 266
Versión Actual 2.4
Última Actualización 2023-02-05
Fecha de Publicación 2020-12-26
Calificación 4.67/5 Total de 3 Calificaciones
Desarrollador tweetflickapp
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://tweetflick.com/
URL de la Página de Política de Privacidad https://tweetflick.com/privacy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "tweetflick",
    "description": "The smart way to save, organise, and access the tweets and threads you find useful.",
    "version": "2.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "tweetflick",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/mobile.twitter.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "tags.css"
            ]
        }
    ],
    "permissions": [
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/tweetflick.com\/*",
        "https:\/\/app.tweetflick.com\/*",
        "http:\/\/localhost:3000\/*",
        "https:\/\/twitter.com\/*",
        "https:\/\/mobile.twitter.com\/*",
        "https:\/\/tweetflick-front.axeldemos.com\/*",
        "https:\/\/tweetflick-landing.axeldemos.com\/*"
    ]
}