Make Twitter Square Again

It's hip to be square.

Make Twitter Square Again क्या है?

Make Twitter Square Again Taylor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It's hip to be square."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Make Twitter Square Again एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Make Twitter Square Again!

Don't like the new Twitter design? Nor do we. Download our extension to restore Twitter back to it's former glory.                    

एक्सटेंशन की मूल जानकारी

नाम Make Twitter Square Again Make Twitter Square Again
ID keiobocclhlchklcfmngllhlbbgfbkpa
आधिकारिक URL https://chrome.google.com/webstore/detail/make-twitter-square-again/keiobocclhlchklcfmngllhlbbgfbkpa
विवरण It's hip to be square.
फ़ाइल का आकार 6.59 KB
स्थापना संख्या 23
वर्तमान संस्करण 0.1.4
अंतिम अपडेट 2017-06-16
प्रकाशन तिथि 2017-06-16
रेटिंग 2.33/5 कुल 3 रेटिंग्स
डेवलपर Taylor
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make Twitter Square Again",
    "version": "0.1.4",
    "description": "It's hip to be square.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "120": "icon120.png"
    }
}