Keemstar Corrector
Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!
Cos'è Keemstar Corrector?
Keemstar Corrector è un'estensione di Chrome sviluppata da wil7vin, e la sua funzione principale è "Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Keemstar Corrector
Scarica i file di estensione Keemstar Corrector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | bjpcfjaiacggbpiaibajjibjefjkblop |
URL Ufficiale | https://chrome.google.com/webstore/detail/keemstar-corrector/bjpcfjaiacggbpiaibajjibjefjkblop |
Descrizione | Keemstar made a small mistake in his twitter bio and his youtube about page. This fixes it for him! |
Dimensione del File | 3.64 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-06-28 |
Data di Pubblicazione | 2016-06-28 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | wil7vin |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |