Twitter Page Cleaner

This extension hides your choice of trends, who to follow and footer dashboards from twitter pages.

What is Twitter Page Cleaner?

Twitter Page Cleaner is a Chrome extension developed by Rahmi Volkan Basar, and its main feature is "This extension hides your choice of trends, who to follow and footer dashboards from twitter pages.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Twitter Page Cleaner Extension CRX File

Download Twitter Page Cleaner 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

                                            

Extension Basic Information

Name Twitter Page Cleaner Twitter Page Cleaner
ID kcaibkkagggeomamfggebphpmkdaeoak
Official URL https://chromewebstore.google.com/detail/twitter-page-cleaner/kcaibkkagggeomamfggebphpmkdaeoak
Description This extension hides your choice of trends, who to follow and footer dashboards from twitter pages.
File Size 19.85 KB
Installation Count 12
Current Version 0.0.1
Last Updated 2015-07-08
Publish Date 2015-07-08
Developer Rahmi Volkan Basar
Payment Type free
Supported Languages en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "0.0.1",
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "hide_script.js"
            ]
        }
    ],
    "default_locale": "en",
    "author": {
        "email": "[email protected]"
    },
    "homepage_url": "http:\/\/www.volkanbasar.com"
}