Who's dat girl
Who's dat girl
What is Who's dat girl?
Who's dat girl is a Chrome extension developed by thomas.vimare, and its main feature is "Who's dat girl".
Extension Screenshots
Download Who's dat girl Extension CRX File
Download Who's dat girl extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Share & Discover Instagram accounts of models from YouTube video clips
Extension Basic Information
Name | |
ID | gcjbndolpnpbhbjfcnalpigognaihjff |
Official URL | https://chrome.google.com/webstore/detail/whos-dat-girl/gcjbndolpnpbhbjfcnalpigognaihjff |
Description | Who's dat girl |
File Size | 170 KB |
Installation Count | 189 |
Current Version | 1.0 |
Last Updated | 2016-06-14 |
Publish Date | 2016-06-14 |
Rating | 3.80/5 Total 5 Ratings |
Developer | thomas.vimare |
Payment Type | free |
Extension Website | http://thomas-vimare.com/whosdatgirl/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Who's dat girl", "version": "1.0", "description": "Who's dat girl", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "background": { "persistent": false, "scripts": [ "bg.js" ] }, "page_action": { "default_icon": { "38": "logo38.png" }, "default_title": "Who's dat girl", "default_popup": "popup.html" }, "permissions": [ "http:\/\/wdg.otakod.es\/", "declarativeContent", "tabs" ], "manifest_version": 2 } |