Valley Girl
Do some like, awesome stuff.
Co to jest Valley Girl?
Valley Girl to rozszerzenie Chrome opracowane przez tylerkrupicka, a jego główną funkcją jest „Do some like, awesome stuff.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Valley Girl
Pobierz pliki rozszerzeń Valley Girl w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Valley Girl |
ID | aaobhafeeoijpgnohafhbpjldeoldpin |
Oficjalny URL | https://chromewebstore.google.com/detail/valley-girl/aaobhafeeoijpgnohafhbpjldeoldpin |
Opis | Do some like, awesome stuff. |
Rozmiar pliku | 44.66 KB |
Liczba instalacji | 14 |
Aktualna Wersja | 1.3.4.0 |
Ostatnia Aktualizacja | 2016-06-05 |
Data Publikacji | 2016-06-04 |
Ocena | 5.00/5 Łącznie 5 Oceny |
Deweloper | tylerkrupicka |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/tylerkrupicka/valleygirl |
Obsługiwane Języki | 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" ] } |