Valley Girl

Do some like, awesome stuff.

Valley Girl란 무엇입니까?

Valley Girl은(는) tylerkrupicka에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Do some like, awesome stuff."입니다.

확장 프로그램 스크린샷

screenshot

Valley Girl 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Valley Girl Valley Girl
ID aaobhafeeoijpgnohafhbpjldeoldpin
공식 URL https://chromewebstore.google.com/detail/valley-girl/aaobhafeeoijpgnohafhbpjldeoldpin
설명 Do some like, awesome stuff.
파일 크기 44.66 KB
설치 횟수 14
현재 버전 1.3.4.0
최근 업데이트 2016-06-05
출시 날짜 2016-06-04
평점 5.00/5 총 5 개의 평점
개발자 tylerkrupicka
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/tylerkrupicka/valleygirl
지원되는 언어 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"
    ]
}