Twitter's {searchTerms}

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

Co to jest Twitter's {searchTerms}?

Twitter's {searchTerms} to rozszerzenie Chrome opracowane przez Plippe, a jego główną funkcją jest „Hide Twitter's {searchTerms} page and display the home page instead.”.

Pobierz plik CRX rozszerzenia Twitter's {searchTerms}

Pobierz pliki rozszerzeń Twitter's {searchTerms} w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitter's {searchTerms} Twitter's {searchTerms}
ID blgmfjfoadpcpedhlbfdfigmgbjdndon
Oficjalny URL https://chrome.google.com/webstore/detail/twitters-%7Bsearchterms%7D/blgmfjfoadpcpedhlbfdfigmgbjdndon
Opis Hide Twitter's {searchTerms} page and display the home page instead.
Rozmiar pliku 16.79 KB
Liczba instalacji 21
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-07-12
Data Publikacji 2015-07-12
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Plippe
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/plippe/chrome-twitter-home
Obsługiwane Języki 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
}