Twitter's {searchTerms}

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

What is Twitter's {searchTerms}?

Twitter's {searchTerms} is a Chrome extension developed by Plippe, and its main feature is "Hide Twitter's {searchTerms} page and display the home page instead.".

Download Twitter's {searchTerms} Extension CRX File

Download Twitter's {searchTerms} extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Twitter's {searchTerms} Twitter's {searchTerms}
ID blgmfjfoadpcpedhlbfdfigmgbjdndon
Official URL https://chrome.google.com/webstore/detail/twitters-%7Bsearchterms%7D/blgmfjfoadpcpedhlbfdfigmgbjdndon
Description Hide Twitter's {searchTerms} page and display the home page instead.
File Size 16.79 KB
Installation Count 21
Current Version 1.0
Last Updated 2015-07-12
Publish Date 2015-07-12
Rating 5.00/5 Total 1 Ratings
Developer Plippe
Email [email protected]
Payment Type free
Extension Website https://github.com/plippe/chrome-twitter-home
Supported Languages 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
}