Valley Girl
Do some like, awesome stuff.
什么是Valley Girl?
Valley Girl是由tylerkrupicka开发的Chrome扩展程序,该扩展的主要功能是“Do some like, awesome stuff.”。
扩展截图
下载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 |
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" ] } |