Valley Girl

Do some like, awesome stuff.

What is Valley Girl?

Valley Girl is a Chrome extension developed by tylerkrupicka, and its main feature is "Do some like, awesome stuff.".

Extension Screenshots

screenshot

Download Valley Girl Extension CRX File

Download Valley Girl extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Valley Girl Valley Girl
ID aaobhafeeoijpgnohafhbpjldeoldpin
Official URL https://chromewebstore.google.com/detail/valley-girl/aaobhafeeoijpgnohafhbpjldeoldpin
Description Do some like, awesome stuff.
File Size 44.66 KB
Installation Count 14
Current Version 1.3.4.0
Last Updated 2016-06-05
Publish Date 2016-06-04
Rating 5.00/5 Total 5 Ratings
Developer tylerkrupicka
Payment Type free
Extension Website https://github.com/tylerkrupicka/valleygirl
Supported Languages 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"
    ]
}