Block280 - Hide annoying 280 character tweets

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

Wat is Block280 - Hide annoying 280 character tweets?

Block280 - Hide annoying 280 character tweets is een Chrome-extensie ontwikkeld door Conor, en de belangrijkste functie is "Hide all long and bloated 280 character tweets from your Twitter.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Block280 - Hide annoying 280 character tweets

Download Block280 - Hide annoying 280 character tweets-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Block280 - Hide annoying 280 character tweets Block280 - Hide annoying 280 character tweets
ID lffmealjiholcaclidnmdpnkcmilicoa
Officiële URL https://chromewebstore.google.com/detail/block280-hide-annoying-28/lffmealjiholcaclidnmdpnkcmilicoa
Beschrijving Hide all long and bloated 280 character tweets from your Twitter.
Bestandsgrootte 383 KB
Aantal Installaties 25
Huidige Versie 1.2
Laatst Bijgewerkt 2017-09-29
Publicatiedatum 2017-09-29
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Conor
Betalingswijze free
Extensiewebsite http://theconorbrowne.com/block280
Ondersteunde Talen 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"
    ]
}