tweetflick

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

O que é tweetflick?

tweetflick é uma extensão do Chrome desenvolvida por tweetflickapp, e sua principal característica é "The smart way to save, organise, and access the tweets and threads you find useful.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão tweetflick

Baixe arquivos de extensão tweetflick no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome tweetflick tweetflick
ID mcneiehjehnljcginchohedbnncpejdl
URL Oficial https://chrome.google.com/webstore/detail/mcneiehjehnljcginchohedbnncpejdl
Descrição The smart way to save, organise, and access the tweets and threads you find useful.
Tamanho do Arquivo 1.15 MB
Contagem de Instalações 266
Versão Atual 2.4
Última Atualização 2023-02-05
Data de Publicação 2020-12-26
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor tweetflickapp
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://tweetflick.com/
URL da Página de Política de Privacidade https://tweetflick.com/privacy
Idiomas Suportados 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\/*"
    ]
}