twipster

Make twitter even **more** hip

What is twipster?

twipster is a Chrome extension developed by Samuel Steele, and its main feature is "Make twitter even **more** hip".

Extension Screenshots

screenshot
screenshot

Download twipster Extension CRX File

Download twipster 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

                        For Brad. ❤️                    

Extension Basic Information

Name twipster twipster
ID jnoikmiamlpampdlobidgoddiioocdfl
Official URL https://chromewebstore.google.com/detail/twipster/jnoikmiamlpampdlobidgoddiioocdfl
Description Make twitter even **more** hip
File Size 9.51 KB
Installation Count 10
Current Version 1.0
Last Updated 2016-10-01
Publish Date 2016-09-30
Developer Samuel Steele
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "twipster",
    "description": "Make twitter even **more** hip",
    "version": "1.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*",
                "https:\/\/www.twitter.com\/*"
            ],
            "js": [
                "js\/injected.js"
            ]
        }
    ]
}