Trend Blocker

Blocks curiosity-clicks to Twitter trends.

What is Trend Blocker?

Trend Blocker is a Chrome extension developed by https://klivk.com, and its main feature is "Blocks curiosity-clicks to Twitter trends.".

Extension Screenshots

screenshot

Download Trend Blocker Extension CRX File

Download Trend Blocker 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

                        Avoid all those useless tweets that you read just because you have reflexively clicked on catchy trending topic titles.

When you are super curious about one, you can always control-click or right-click to read it.                    

Extension Basic Information

Name Trend Blocker Trend Blocker
ID mmkljdkafmpccfjahboblagjedcdafpg
Official URL https://chromewebstore.google.com/detail/trend-blocker/mmkljdkafmpccfjahboblagjedcdafpg
Description Blocks curiosity-clicks to Twitter trends.
File Size 59.3 KB
Installation Count 94
Current Version 1.0.2.2
Last Updated 2012-04-24
Publish Date 2012-04-24
Developer https://klivk.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://serdar.work/chrome-extensions/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trend Blocker",
    "version": "1.0.2.2",
    "manifest_version": 2,
    "description": "Blocks curiosity-clicks to Twitter trends.",
    "icons": {
        "14": "icon14.png",
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "mystyles.css"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ],
    "homepage_url": "http:\/\/klivk.com\/trend-blocker"
}