Twitter headlines

Bring back headlines to Twitter and fix accessibility issues

Twitter headlines क्या है?

Twitter headlines Chippy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring back headlines to Twitter and fix accessibility issues"।

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

screenshot

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

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

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

                        Twitter recently removed headlines from articles and now we just see a silly image.

This extension:
- adds the missing headline back
- fixes accessibility issues that Twitter somehow broke
- only has permission on twitter.com
- doesn’t track anything, sell your data, etc
- Open sourced at https://github.com/jterskine/twitter-headlines                    

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

नाम Twitter headlines Twitter headlines
ID pallcndojogkdjdfmoinobehmmimanll
आधिकारिक URL https://chromewebstore.google.com/detail/twitter-headlines/pallcndojogkdjdfmoinobehmmimanll
विवरण Bring back headlines to Twitter and fix accessibility issues
फ़ाइल का आकार 23.78 KB
स्थापना संख्या 74
वर्तमान संस्करण 0.0.3
अंतिम अपडेट 2023-10-09
प्रकाशन तिथि 2023-10-08
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Chippy
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/jterskine/twitter-headlines
गोपनीयता नीति पृष्ठ URL https://chippyai.com/privacy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.183846ff.png",
        "32": "icon32.plasmo.d070772b.png",
        "48": "icon48.plasmo.907a2843.png",
        "64": "icon64.plasmo.129a09b2.png",
        "128": "icon128.plasmo.4506cacd.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.183846ff.png",
            "32": "icon32.plasmo.d070772b.png",
            "48": "icon48.plasmo.907a2843.png",
            "64": "icon64.plasmo.129a09b2.png",
            "128": "icon128.plasmo.4506cacd.png"
        }
    },
    "version": "0.0.3",
    "author": "joey",
    "name": "Twitter headlines",
    "description": "Bring back headlines to Twitter and fix accessibility issues",
    "background": {
        "service_worker": "static\/background\/index.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "content.c25a6036.js"
            ],
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/twitter.com\/*"
    ]
}