Keemstar Corrector
Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!
Qu'est-ce que Keemstar Corrector ?
Keemstar Corrector est une extension Chrome développée par wil7vin, et sa fonction principale est "Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Keemstar Corrector
Téléchargez les fichiers d'extension Keemstar Corrector 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
Keemstar's Twitter bio and Youtube about page are a bit outdated. This fixes this error for him since he is a busy man and probably other things on his mind. Just install and all the errors in his twitter bio and Youtube about page just disappear
Informations de Base sur l'Extension
Nom | |
ID | bjpcfjaiacggbpiaibajjibjefjkblop |
URL Officiel | https://chrome.google.com/webstore/detail/keemstar-corrector/bjpcfjaiacggbpiaibajjibjefjkblop |
Description | Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him! |
Taille du Fichier | 3.64 KB |
Nombre d'Installations | 12 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2016-06-28 |
Date de Publication | 2016-06-28 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | wil7vin |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Keemstar Corrector", "description": "Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/twitter.com\/KEEMSTAR*", "https:\/\/twitter.com\/KEEMSTAR*", "http:\/\/www.youtube.com\/user\/NewDramaAlert\/about*", "https:\/\/www.youtube.com\/user\/NewDramaAlert\/about*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |