Who's dat girl
Who's dat girl
Who's dat girlとは何ですか?
Who's dat girlはthomas.vimareによって開発されたChromeの拡張機能で、その主な機能は「Who's dat girl」です。
拡張機能のスクリーンショット
Who's dat girl拡張機能のCRXファイルをダウンロード
Who's dat girl拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Share & Discover Instagram accounts of models from YouTube video clips
拡張機能の基本情報
名前 | |
ID | gcjbndolpnpbhbjfcnalpigognaihjff |
公式URL | https://chrome.google.com/webstore/detail/whos-dat-girl/gcjbndolpnpbhbjfcnalpigognaihjff |
説明 | Who's dat girl |
ファイルサイズ | 170 KB |
インストール数 | 189 |
現在のバージョン | 1.0 |
最終更新日 | 2016-06-14 |
公開日 | 2016-06-14 |
評価 | 3.80/5 合計 5 レビュー |
開発者 | thomas.vimare |
支払い方法 | free |
拡張機能のウェブサイト | http://thomas-vimare.com/whosdatgirl/ |
対応言語 | 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 } |