sneak-peak
View facebook pics of any user.
sneak-peakとは何ですか?
sneak-peakはAnuragによって開発されたChromeの拡張機能で、その主な機能は「View facebook pics of any user.」です。
拡張機能のスクリーンショット
sneak-peak拡張機能のCRXファイルをダウンロード
sneak-peak拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
View (hidden) facebook pictures of any user. They don't really need to be your friends.
拡張機能の基本情報
名前 | sneak-peak |
ID | cpimjbpbkpggeiicmehlcnmdoecmfane |
公式URL | https://chromewebstore.google.com/detail/sneak-peak/cpimjbpbkpggeiicmehlcnmdoecmfane |
説明 | View facebook pics of any user. |
ファイルサイズ | 177 KB |
インストール数 | 3,179 |
現在のバージョン | 0.2.0 |
最終更新日 | 2015-03-17 |
公開日 | 2015-03-17 |
評価 | 2.97/5 合計 35 レビュー |
開発者 | Anurag |
支払い方法 | free |
拡張機能のウェブサイト | http://www.anuragkr.in/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "sneak-peak", "version": "0.2.0", "description": "View facebook pics of any user.", "icons": { "16": "icons\/sneak16.png", "48": "icons\/sneak48.png", "128": "icons\/sneak128.png" }, "default_locale": "en", "browser_action": { "default_icon": "icons\/sneak1281.png", "default_title": "sneak-peak", "default_popup": "main.html" }, "permissions": [ "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false } } |