Yeah Buddy!
Er'ybody wanna build a social network. Don't nobody wanna ship these useful ass features!
Cos'è Yeah Buddy!?
Yeah Buddy! è un'estensione di Chrome sviluppata da benwillkommen, e la sua funzione principale è "Er'ybody wanna build a social network. Don't nobody wanna ship these useful ass features!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Yeah Buddy!
Scarica i file di estensione Yeah Buddy! 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
This extension adds some missing functionality to fitocracy.com, namely, rep PR support.
Informazioni di Base sull'Estensione
Nome | Yeah Buddy! |
ID | bidlgfplffkfjdnjjkjkajcefadedadl |
URL Ufficiale | https://chromewebstore.google.com/detail/yeah-buddy/bidlgfplffkfjdnjjkjkajcefadedadl |
Descrizione | Er'ybody wanna build a social network. Don't nobody wanna ship these useful ass features! |
Dimensione del File | 129 KB |
Conteggio Installazioni | 30 |
Versione Corrente | 1.1.1 |
Ultimo Aggiornamento | 2014-06-08 |
Data di Pubblicazione | 2014-06-08 |
Valutazione | 4.90/5 Totale 10 Valutazioni |
Sviluppatore | benwillkommen |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Yeah Buddy!", "description": "Er'ybody wanna build a social network. Don't nobody wanna ship these useful ass features!", "version": "1.1.1", "permissions": [ "https:\/\/www.fitocracy.com\/" ], "content_scripts": [ { "matches": [ "*:\/\/www.fitocracy.com\/*" ], "css": [ "src\/css\/main.css" ], "js": [ "lib\/jquery-1.11.0.min.js", "lib\/jquery-ui.min.js", "lib\/knockout-min.js", "lib\/FileSaver.js", "src\/js\/yeahBuddyDataExportViewModel.js", "src\/js\/yeahBuddyRepPRViewModel.js", "src\/js\/yeahBuddyActivitiesViewModel.js", "src\/js\/yeahBuddyViewModel.js", "src\/js\/bootstrapper.js" ] } ], "web_accessible_resources": [ "src\/html\/*" ] } |