Twitter's {searchTerms}

Hide Twitter's {searchTerms} page and display the home page instead.

Τι είναι το Twitter's {searchTerms};

Το Twitter's {searchTerms} είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Plippe, και η κύρια λειτουργία του είναι "Hide Twitter's {searchTerms} page and display the home page instead.".

Λήψη αρχείου CRX της επέκτασης Twitter's {searchTerms}

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

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

                        Visiting Twitter with Google Chrome can be a pain. Twitter's "{searchTerms}" page is often displayed when you just want to get to its home page. 

If you find it annoying too, just install this little Chrome extension. With it, whenever the "{searchTerms}" page would be displayed, the home page is displayed instead.

The extension's source code can be found on our website.                    

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

Όνομα Twitter's {searchTerms} Twitter's {searchTerms}
ID blgmfjfoadpcpedhlbfdfigmgbjdndon
Επίσημο URL https://chrome.google.com/webstore/detail/twitters-%7Bsearchterms%7D/blgmfjfoadpcpedhlbfdfigmgbjdndon
Περιγραφή Hide Twitter's {searchTerms} page and display the home page instead.
Μέγεθος Αρχείου 16.79 KB
Αριθμός Εγκαταστάσεων 21
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2015-07-12
Ημερομηνία Δημοσίευσης 2015-07-12
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής Plippe
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/plippe/chrome-twitter-home
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0",
    "name": "Twitter's {searchTerms}",
    "homepage_url": "https:\/\/github.com\/pvinchon\/chrome_twitter_home",
    "description": "Hide Twitter's {searchTerms} page and display the home page instead.",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/twitter.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "manifest_version": 2
}