Return Tweet Source Label & Bird icon
This extention will show source label on twitter again.
Qu'est-ce que Return Tweet Source Label & Bird icon ?
Return Tweet Source Label & Bird icon est une extension Chrome développée par https://irucabot.com, et sa fonction principale est "This extention will show source label on twitter again.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Return Tweet Source Label & Bird icon
Téléchargez les fichiers d'extension Return Tweet Source Label & Bird icon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extention will show source label on twitter again. In addition, the Twitter bird logo will be restored.
Informations de Base sur l'Extension
Nom | Return Tweet Source Label & Bird icon |
ID | mhkngabolhbckfjpmjclhockpdclfppc |
URL Officiel | https://chromewebstore.google.com/detail/return-tweet-source-label/mhkngabolhbckfjpmjclhockpdclfppc |
Description | This extention will show source label on twitter again. |
Taille du Fichier | 15.75 KB |
Nombre d'Installations | 1,784 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2024-02-12 |
Date de Publication | 2022-12-20 |
Évaluation | 4.42/5 Total 12 Évaluations |
Développeur | https://irucabot.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Return Tweet Source Label & Bird icon", "description": "__MSG_Description__", "manifest_version": 3, "version": "1.2.0", "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "main.js" ], "run_at": "document_start" } ], "host_permissions": [ "https:\/\/*.twitter.com\/*" ], "default_locale": "en", "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "browser_specific_settings": { "gecko": { "id": "{4801724c-9d0a-48fc-b663-86400e45f940}" } } } |