Twitter Timeline Eradicator

Get rid of your Twitter addiction

What is Twitter Timeline Eradicator?

Twitter Timeline Eradicator is a Chrome extension developed by Grant Gumina, and its main feature is "Get rid of your Twitter addiction".

Extension Screenshots

screenshot

Download Twitter Timeline Eradicator Extension CRX File

Download Twitter Timeline Eradicator 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

                        Break your Twitter addiction by removing all the distractions from the platform. This extension removes Twitter timelines and replaces them with an interesting quote instead.                    

Extension Basic Information

Name Twitter Timeline Eradicator Twitter Timeline Eradicator
ID jkdloljnomnhbkifgmiobaaajfemiccm
Official URL https://chrome.google.com/webstore/detail/twitter-timeline-eradicat/jkdloljnomnhbkifgmiobaaajfemiccm
Description Get rid of your Twitter addiction
File Size 82.83 KB
Installation Count 47
Current Version 0.0.2
Last Updated 2017-10-31
Publish Date 2017-10-31
Rating 1.43/5 Total 7 Ratings
Developer Grant Gumina
Payment Type free
Extension Website https://github.com/grantgumina/twitter-timeline-eradicator
Help Page URL https://github.com/grantgumina/twitter-timeline-eradicator
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Timeline Eradicator",
    "short_name": "Twitter Timeline Eradicator",
    "version": "0.0.2",
    "description": "Get rid of your Twitter addiction",
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/eradicate.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/quote.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}