Looong Tweet

Looong Tweet allows you to tweet longer tweets from Twitter

Qu'est-ce que Looong Tweet ?

Looong Tweet est une extension Chrome développée par https://faniepush1.azurewebsites.net, et sa fonction principale est "Looong Tweet allows you to tweet longer tweets from Twitter".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Looong Tweet

Téléchargez les fichiers d'extension Looong Tweet au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Looong Tweet Looong Tweet
ID ehcbmjofnaamkkcmnicflbfgdfmogidm
URL Officiel https://chromewebstore.google.com/detail/looong-tweet/ehcbmjofnaamkkcmnicflbfgdfmogidm
Description Looong Tweet allows you to tweet longer tweets from Twitter
Taille du Fichier 46.15 KB
Nombre d'Installations 16
Version Actuelle 1
Dernière Mise à Jour 2015-09-16
Date de Publication 2015-09-16
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://faniepush1.azurewebsites.net
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}