Twitter #Stargate: Heart -> Star

Twinkle, twinkle little star.

What is Twitter #Stargate: Heart -> Star?

Twitter #Stargate: Heart -> Star is a Chrome extension developed by webninja.work, and its main feature is "Twinkle, twinkle little star.".

Extension Screenshots

screenshot

Download Twitter #Stargate: Heart -> Star Extension CRX File

Download Twitter #Stargate: Heart -> Star 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

                        Simply replaces all appearances of Twitters new Heart Icon on the Twitter Website with the old Star Icon.
Nothing more.

No Data collected. Nothing stored.
Bring back the little star :(

No affiliated to Twitter in any kind. Or Stargate.
Please don't sue me.                    

Extension Basic Information

Name Twitter #Stargate: Heart -> Star Twitter #Stargate: Heart -> Star
ID fjmpdcfhkbeifioimhdbdkmdgllnoado
Official URL https://chromewebstore.google.com/detail/twitter-stargate-heart-%3E/fjmpdcfhkbeifioimhdbdkmdgllnoado
Description Twinkle, twinkle little star.
File Size 286 KB
Installation Count 14
Current Version 1.0.0
Last Updated 2015-11-03
Publish Date 2015-11-03
Rating 3.67/5 Total 3 Ratings
Developer webninja.work
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter #Stargate: Heart -> Star",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Twinkle, twinkle little star.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/twitter.com\/*",
                "https:\/\/twitter.com\/*",
                "http:\/\/www.twitter.com\/*",
                "https:\/\/www.twitter.com\/*"
            ],
            "css": [
                "css\/stargate.css"
            ],
            "js": [
                "js\/stargate.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "js\/*",
        "images\/*"
    ]
}