Valley Girl

Do some like, awesome stuff.

Wat is Valley Girl?

Valley Girl is een Chrome-extensie ontwikkeld door tylerkrupicka, en de belangrijkste functie is "Do some like, awesome stuff.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Valley Girl

Download Valley Girl-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Valley Girl Valley Girl
ID aaobhafeeoijpgnohafhbpjldeoldpin
Officiële URL https://chromewebstore.google.com/detail/valley-girl/aaobhafeeoijpgnohafhbpjldeoldpin
Beschrijving Do some like, awesome stuff.
Bestandsgrootte 44.66 KB
Aantal Installaties 14
Huidige Versie 1.3.4.0
Laatst Bijgewerkt 2016-06-05
Publicatiedatum 2016-06-04
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar tylerkrupicka
Betalingswijze free
Extensiewebsite https://github.com/tylerkrupicka/valleygirl
Ondersteunde Talen 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"
    ]
}