Twitter Quotes are back!

Twitter Quotes are back!

What is Twitter Quotes are back!?

Twitter Quotes are back! is a Chrome extension developed by josecebe, and its main feature is "Twitter Quotes are back!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Twitter Quotes are back! Extension CRX File

Download Twitter Quotes are back! 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

                        Twitter has adjusted access to view post interactions like quotes, retweets, and likes, making them less visible. Fortunately, "Twitter Quotes are back!" brings these options back to their original locations. Say goodbye to the search hassle and install this extension today!                    

Extension Basic Information

Name Twitter Quotes are back! Twitter Quotes are back!
ID bbpjhggnbaikfoankcdaieeohbjdnadc
Official URL https://chromewebstore.google.com/detail/twitter-quotes-are-back/bbpjhggnbaikfoankcdaieeohbjdnadc
Description Twitter Quotes are back!
File Size 26.6 KB
Installation Count 215
Current Version 1.0.4
Last Updated 2023-09-17
Publish Date 2023-09-14
Rating 4.75/5 Total 8 Ratings
Developer josecebe
Email [email protected]
Payment Type free
Extension Website https://github.com/josecebe/twitter-quotes-are-back
Supported Languages de,en,fr,ca,es,it,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "josecebe",
    "manifest_version": 3,
    "name": "__MSG_twitterQuotesExtensionName__",
    "version": "1.0.4",
    "description": "__MSG_twitterQuotesExtensionDescription__",
    "default_locale": "en",
    "icons": {
        "48": "icons\/border-48.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "52.0"
        }
    }
}