Block280 - Hide annoying 280 character tweets

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

Cos'è Block280 - Hide annoying 280 character tweets?

Block280 - Hide annoying 280 character tweets è un'estensione di Chrome sviluppata da Conor, e la sua funzione principale è "Hide all long and bloated 280 character tweets from your Twitter.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Block280 - Hide annoying 280 character tweets

Scarica i file di estensione Block280 - Hide annoying 280 character tweets 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

                        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                    

Informazioni di Base sull'Estensione

Nome Block280 - Hide annoying 280 character tweets Block280 - Hide annoying 280 character tweets
ID lffmealjiholcaclidnmdpnkcmilicoa
URL Ufficiale https://chromewebstore.google.com/detail/block280-hide-annoying-28/lffmealjiholcaclidnmdpnkcmilicoa
Descrizione Hide all long and bloated 280 character tweets from your Twitter.
Dimensione del File 383 KB
Conteggio Installazioni 25
Versione Corrente 1.2
Ultimo Aggiornamento 2017-09-29
Data di Pubblicazione 2017-09-29
Valutazione 3.00/5 Totale 1 Valutazioni
Sviluppatore Conor
Tipo di Pagamento free
Sito Web dell'Estensione http://theconorbrowne.com/block280
Lingue Supportate 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"
    ]
}