Twitter Quotes are back!

Twitter Quotes are back!

Wat is Twitter Quotes are back!?

Twitter Quotes are back! is een Chrome-extensie ontwikkeld door josecebe, en de belangrijkste functie is "Twitter Quotes are back!".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Twitter Quotes are back!

Download Twitter Quotes are back!-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Twitter Quotes are back! Twitter Quotes are back!
ID bbpjhggnbaikfoankcdaieeohbjdnadc
Officiële URL https://chromewebstore.google.com/detail/twitter-quotes-are-back/bbpjhggnbaikfoankcdaieeohbjdnadc
Beschrijving Twitter Quotes are back!
Bestandsgrootte 26.6 KB
Aantal Installaties 215
Huidige Versie 1.0.4
Laatst Bijgewerkt 2023-09-17
Publicatiedatum 2023-09-14
Beoordeling 4.75/5 Totaal 8 Beoordelingen
Ontwikkelaar josecebe
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/josecebe/twitter-quotes-are-back
Ondersteunde Talen 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"
        }
    }
}