Block280 - Hide annoying 280 character tweets

Hide all long and bloated 280 character tweets from your Twitter.

Qu'est-ce que Block280 - Hide annoying 280 character tweets ?

Block280 - Hide annoying 280 character tweets est une extension Chrome développée par Conor, et sa fonction principale est "Hide all long and bloated 280 character tweets from your Twitter.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Block280 - Hide annoying 280 character tweets

Téléchargez les fichiers d'extension Block280 - Hide annoying 280 character tweets 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

                        Collapse and hide any tweet that is above the classic 140 character limit. 

Be free of these bloated 280 character tweets! 


- No ads or annoying popups! Now and forever! :)


http://www.theconorbrowne.com/block280
http://www.twitter.com/theconorbrowne                    

Informations de Base sur l'Extension

Nom Block280 - Hide annoying 280 character tweets Block280 - Hide annoying 280 character tweets
ID lffmealjiholcaclidnmdpnkcmilicoa
URL Officiel https://chromewebstore.google.com/detail/block280-hide-annoying-28/lffmealjiholcaclidnmdpnkcmilicoa
Description Hide all long and bloated 280 character tweets from your Twitter.
Taille du Fichier 383 KB
Nombre d'Installations 25
Version Actuelle 1.2
Dernière Mise à Jour 2017-09-29
Date de Publication 2017-09-29
Évaluation 3.00/5 Total 1 Évaluations
Développeur Conor
Type de Paiement free
Site Web de l'Extension http://theconorbrowne.com/block280
Langues Prises en Charge en
manifest.json
{
    "browser_action": {
        "default_icon": "smallIcon.png",
        "default_popup": "twitterFilterPopup.html"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css",
                "css\/font-awesome.min.css"
            ],
            "js": [
                "jquery.js",
                "twitterFilter.js",
                "bootstrap.min.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "description": "Hide all long and bloated 280 character tweets from your Twitter.",
    "icons": {
        "128": "twIcon128.png",
        "16": "twIcon16.png",
        "48": "twIcon48.png"
    },
    "manifest_version": 2,
    "name": "Block280 - Hide annoying 280 character tweets",
    "options_page": "twitterFilterPopup.html",
    "permissions": [
        "https:\/\/twitter.com\/*",
        "storage"
    ],
    "short_name": "Tweet Filter",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2",
    "web_accessible_resources": [
        "jquery.js",
        "twitterFilter.js",
        "fonts\/fontawesome-webfont.eot",
        "fonts\/fontawesome-webfont.svg",
        "fonts\/fontawesome-webfont.ttf",
        "fonts\/fontawesome-webfont.woff",
        "twIcon19.png"
    ]
}