Valley Girl

Do some like, awesome stuff.

Apa itu Valley Girl?

Valley Girl adalah ekstensi Chrome yang dikembangkan oleh tylerkrupicka, dan fitur utamanya adalah "Do some like, awesome stuff.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Valley Girl

Unduh file ekstensi Valley Girl dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Valley Girl Valley Girl
ID aaobhafeeoijpgnohafhbpjldeoldpin
URL Resmi https://chromewebstore.google.com/detail/valley-girl/aaobhafeeoijpgnohafhbpjldeoldpin
Deskripsi Do some like, awesome stuff.
Ukuran File 44.66 KB
Jumlah Instalasi 14
Versi Saat Ini 1.3.4.0
Terakhir Diperbarui 2016-06-05
Tanggal Publikasi 2016-06-04
Penilaian 5.00/5 Total 5 Penilaian
Pengembang tylerkrupicka
Tipe Pembayaran free
Situs Ekstensi https://github.com/tylerkrupicka/valleygirl
Bahasa yang Didukung 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"
    ]
}