Valley Girl

Do some like, awesome stuff.

Valley Girlとは何ですか?

Valley Girlはtylerkrupickaによって開発されたChromeの拡張機能で、その主な機能は「Do some like, awesome stuff.」です。

拡張機能のスクリーンショット

screenshot

Valley Girl拡張機能のCRXファイルをダウンロード

Valley Girl拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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"
    ]
}