Valley Girl
Do some like, awesome stuff.
Valley Girl क्या है?
Valley Girl tylerkrupicka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Do some like, awesome stuff."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Valley Girl एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |