Twitter old favourite

Replace the new twitter heart favourite icon with the old star icon.

Twitter old favourite क्या है?

Twitter old favourite Miles Croxford द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace the new twitter heart favourite icon with the old star icon."।

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

screenshot

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

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

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

                        Don't like the new heart button? Feel no love? This extension reverts and replaces the new twitter heart favourite icon to that old yellow star that everyone is missing.                    

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

नाम Twitter old favourite Twitter old favourite
ID lkfbecccmniadcbdhkeepdkfekhloinc
आधिकारिक URL https://chrome.google.com/webstore/detail/twitter-old-favourite/lkfbecccmniadcbdhkeepdkfekhloinc
विवरण Replace the new twitter heart favourite icon with the old star icon.
फ़ाइल का आकार 8.49 KB
स्थापना संख्या 40
वर्तमान संस्करण 0.1
अंतिम अपडेट 2015-11-03
प्रकाशन तिथि 2015-11-03
रेटिंग 3.17/5 कुल 6 रेटिंग्स
डेवलपर Miles Croxford
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://milescroxford.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter old favourite",
    "description": "Replace the new twitter heart favourite icon with the old star icon.",
    "version": "0.1",
    "permissions": [
        "*:\/\/twitter.com\/*"
    ],
    "web_accessible_resources": [
        "stars.png"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}