Silver Magpie

The cleanest Twitter client for Chrome

What is Silver Magpie?

Silver Magpie is a Chrome extension developed by lazamar, and its main feature is "The cleanest Twitter client for Chrome".

Extension Screenshots

screenshot
screenshot
screenshot

Download Silver Magpie Extension CRX File

Download Silver Magpie 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

                        A clean and good looking twitter client for chrome.

Check your timeline and tweet away without having to open Twitter.

Supports multiple accounts and lets you browse using only your keyboard.

Tweets are shown in chronological order.

This is an open-source project written in the Elm programming language. 

Check the code: https://github.com/lazamar/silver-magpie                    

Extension Basic Information

Name Silver Magpie Silver Magpie
ID fodacnnlggakjhanpmjacokgpngeeabi
Official URL https://chromewebstore.google.com/detail/silver-magpie/fodacnnlggakjhanpmjacokgpngeeabi
Description The cleanest Twitter client for Chrome
File Size 2.36 MB
Installation Count 153
Current Version 0.1.8
Last Updated 2022-06-02
Publish Date 2019-06-05
Rating 4.00/5 Total 13 Ratings
Developer lazamar
Email [email protected]
Payment Type free
Extension Website https://lazamar.co.uk/silver-magpie/
Privacy Policy Page URL https://github.com/lazamar/silver-magpie/blob/master/PRIVACY_POLICY.md
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Silver Magpie",
    "description": "The cleanest Twitter client for Chrome",
    "version": "0.1.8",
    "author": "Marcelo Lazaroni - @Marcelolaza",
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-sizes\/favicon-16x16.png",
            "32": "images\/icon-sizes\/favicon-32x32.png",
            "36": "images\/icon-sizes\/android-icon-36x36.png",
            "48": "images\/icon-sizes\/android-icon-48x48.png",
            "72": "images\/icon-sizes\/android-icon-72x72.png",
            "96": "images\/icon-sizes\/android-icon-96x96.png",
            "144": "images\/icon-sizes\/android-icon-144x144.png",
            "192": "images\/icon-sizes\/android-icon-192x192.png"
        },
        "default_popup": "pages\/index.html"
    },
    "permissions": [
        "https:\/\/ajax.googleapis.com\/"
    ],
    "icons": {
        "16": "images\/icon-sizes\/favicon-16x16.png",
        "32": "images\/icon-sizes\/favicon-32x32.png",
        "48": "images\/icon-sizes\/android-icon-48x48.png",
        "72": "images\/icon-sizes\/android-icon-72x72.png",
        "96": "images\/icon-sizes\/android-icon-96x96.png",
        "144": "images\/icon-sizes\/android-icon-144x144.png",
        "192": "images\/icon-sizes\/android-icon-192x192.png"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+1",
                "mac": "Ctrl+Shift+1",
                "default": "Ctrl+Shift+1",
                "linux": "Ctrl+Shift+1"
            },
            "description": "Open extension window"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com;  object-src 'self';"
}