Valley Girl
Do some like, awesome stuff.
Что такое Valley Girl?
Valley Girl - это расширение Chrome, разработанное tylerkrupicka, и его основная функция - "Do some like, awesome stuff.".
Снимки экрана расширения
Скачать файл CRX расширения Valley Girl
Скачайте файлы расширений 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" ] } |