Twitter's {searchTerms}

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

Twitter's {searchTerms} क्या है?

Twitter's {searchTerms} Plippe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide Twitter's {searchTerms} page and display the home page instead."।

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitter's {searchTerms} एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
}