Twitter Trends Terminator

This extensions removes the Twitter trends element on the Twitter homepage when logged in.

Τι είναι το Twitter Trends Terminator;

Το Twitter Trends Terminator είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Fabian Deitelhoff, και η κύρια λειτουργία του είναι "This extensions removes the Twitter trends element on the Twitter homepage when logged in.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Twitter Trends Terminator

Λήψη αρχείων επέκτασης Twitter Trends Terminator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This extensions removes the Twitter Trends element and the Who To Follow Box on the Twitter homepage when logged in.

You can choose in the options if the boxes should be removed or not.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Twitter Trends Terminator Twitter Trends Terminator
ID dhhcmkfgnglmhenndgcaaeankfiaicga
Επίσημο URL https://chrome.google.com/webstore/detail/twitter-trends-terminator/dhhcmkfgnglmhenndgcaaeankfiaicga
Περιγραφή This extensions removes the Twitter trends element on the Twitter homepage when logged in.
Μέγεθος Αρχείου 53.3 KB
Αριθμός Εγκαταστάσεων 145
Τρέχουσα Έκδοση 0.0.3
Τελευταία Ενημέρωση 2014-08-11
Ημερομηνία Δημοσίευσης 2014-08-11
Αξιολόγηση 3.50/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής Fabian Deitelhoff
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://www.fabiandeitelhoff.de
Διεύθυνση URL της Σελίδας Βοήθειας http://www.fabiandeitelhoff.de/2014/08/let-me-introduce-the-twitter-trends-terminator/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Trends Terminator",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "This extensions removes the Twitter trends element on the Twitter homepage when logged in.",
    "homepage_url": "http:\/\/www.fabiandeitelhoff.de\/2014\/08\/let-me-introduce-the-twitter-trends-terminator\/",
    "author": "Fabian Deitelhoff",
    "icons": {
        "16": "icons\/icon16.png",
        "19": "icons\/icon19.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "options_page": "src\/options\/index.html",
    "permissions": [
        "storage",
        "https:\/\/twitter.com\/*",
        "http:\/\/twitter.com\/*"
    ]
}