Hide Twitter Followers

This Extension Hides Your Twitter Followers From Twitter

What is Hide Twitter Followers?

Hide Twitter Followers is a Chrome extension developed by @vintharas, and its main feature is "This Extension Hides Your Twitter Followers From Twitter".

Extension Screenshots

screenshot

Download Hide Twitter Followers Extension CRX File

Download Hide Twitter Followers 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

                        Hide Your Twitter Followers! Yey!                    

Extension Basic Information

Name Hide Twitter Followers Hide Twitter Followers
ID ekhkmnkncnfbkmpbjianpkggojhkjcih
Official URL https://chrome.google.com/webstore/detail/hide-twitter-followers/ekhkmnkncnfbkmpbjianpkggojhkjcih
Description This Extension Hides Your Twitter Followers From Twitter
File Size 11.91 KB
Installation Count 123
Current Version 1.2
Last Updated 2016-10-18
Publish Date 2016-10-18
Rating 4.17/5 Total 12 Ratings
Developer @vintharas
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide Twitter Followers",
    "description": "This Extension Hides Your Twitter Followers From Twitter",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Your twitter followers are hidden"
    },
    "permissions": [
        "*:\/\/*.twitter.com\/*",
        "*:\/\/twitter.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitter.com\/*",
                "*:\/\/twitter.com\/*"
            ],
            "css": [
                "hide-twitter-followers.css"
            ],
            "js": [
                "hide-twitter-followers.js"
            ]
        }
    ]
}