Looong Tweet

Looong Tweet allows you to tweet longer tweets from Twitter

Cos'è Looong Tweet?

Looong Tweet è un'estensione di Chrome sviluppata da https://faniepush1.azurewebsites.net, e la sua funzione principale è "Looong Tweet allows you to tweet longer tweets from Twitter".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Looong Tweet

Scarica i file di estensione Looong Tweet in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Finally you are not limited to just 140 characters in Twitter anymore, now you can use the Looong Tweet Chrome extension that enables you to tweet more. This extension hooks on the Twitter website and when you type anything longer than the limit, the "Tweet" button will change to "Shorten". Clicking this magic shortening button will shorten your tweet to fit in the 140 character limit including a link pointing to your original looong tweet.                    

Informazioni di Base sull'Estensione

Nome Looong Tweet Looong Tweet
ID ehcbmjofnaamkkcmnicflbfgdfmogidm
URL Ufficiale https://chromewebstore.google.com/detail/looong-tweet/ehcbmjofnaamkkcmnicflbfgdfmogidm
Descrizione Looong Tweet allows you to tweet longer tweets from Twitter
Dimensione del File 46.15 KB
Conteggio Installazioni 16
Versione Corrente 1
Ultimo Aggiornamento 2015-09-16
Data di Pubblicazione 2015-09-16
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore https://faniepush1.azurewebsites.net
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Looong Tweet",
    "description": "Looong Tweet allows you to tweet longer tweets from Twitter",
    "version": "1",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "https:\/\/short-tweet.azure-mobile.net\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "script.js",
                "MobileServices.Web-1.2.5.min.js"
            ]
        }
    ]
}