Valley Girl
Do some like, awesome stuff.
Cos'è Valley Girl?
Valley Girl è un'estensione di Chrome sviluppata da tylerkrupicka, e la sua funzione principale è "Do some like, awesome stuff.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Valley Girl
Scarica i file di estensione Valley Girl 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
Valley Girl A chrome extension for like, horrible people. * * * This extension clicks every Facebook like button on the web. It also makes it impossible to tell. Chaos ensues. * * * Update 6/4/16 - Works with reactions! Have you ever wanted fewer friends? Try telling them you put an extension on their computer that filled everyone's feeds with their Barry Manilow obsession, and liked every post and comment by their crazy aunt that is now coming to visit. * * * Github https://github.com/tylerkrupicka/valleygirl - We're open source! * * * EDIT: Hello Front Page of Hacker News!
Informazioni di Base sull'Estensione
Nome | Valley Girl |
ID | aaobhafeeoijpgnohafhbpjldeoldpin |
URL Ufficiale | https://chromewebstore.google.com/detail/valley-girl/aaobhafeeoijpgnohafhbpjldeoldpin |
Descrizione | Do some like, awesome stuff. |
Dimensione del File | 44.66 KB |
Conteggio Installazioni | 14 |
Versione Corrente | 1.3.4.0 |
Ultimo Aggiornamento | 2016-06-05 |
Data di Pubblicazione | 2016-06-04 |
Valutazione | 5.00/5 Totale 5 Valutazioni |
Sviluppatore | tylerkrupicka |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/tylerkrupicka/valleygirl |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Valley Girl", "description": "Do some like, awesome stuff.", "version": "1.3.4.0", "icons": { "16": "valleygirl16.png", "48": "valleygirl48.png", "128": "valleygirl128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "script.js" ], "all_frames": true } ], "permissions": [ "activeTab" ] } |