Twitter Verified Account Sunglasses

This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0

Twitter Verified Account Sunglasses क्या है?

Twitter Verified Account Sunglasses https://www.icze4r.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0"।

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

screenshot

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

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

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

                        Tired of seeing Twitter Verified account checkmarks?  This turns the checkmarks into a brown poop emoji.

You're welcome.

By the way: the full 'code' (it's mostly just CSS) for this is available on my Github: https://github.com/icze4r/TwitterSunglasses

You can just download that and install it using the instructions there, if you want.  Just giving you everything so you can avoid a bamboozle.


Note: this isn't gonna work for TweetDeck, but I've provided instructions on how you can do it yourself in TweetDeck: https://github.com/icze4r/TwitterSunglasses/blob/master/tweetdeck-instructions.md                    

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

नाम Twitter Verified Account Sunglasses Twitter Verified Account Sunglasses
ID ajgilddapndgbmniliponchegglobphm
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-verified-account/ajgilddapndgbmniliponchegglobphm
विवरण This thing changes Twitter Verified checkmarks into poop emojis. Icon by Proycontec, CC BY-SA 4.0
फ़ाइल का आकार 34.73 KB
स्थापना संख्या 75
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2017-06-16
प्रकाशन तिथि 2017-06-16
रेटिंग 4.50/5 कुल 8 रेटिंग्स
डेवलपर https://www.icze4r.org
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitter Verified Account Sunglasses",
    "version": "0.1.0",
    "description": "This thing changes Twitter Verified checkmarks into poop emojis.  Icon by Proycontec, CC BY-SA 4.0",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js",
                "background.js"
            ],
            "matches": [
                "https:\/\/twitter.com\/*"
            ]
        }
    ]
}