Magic Hate Ball
This ball will speak truth.
什么是Magic Hate Ball?
Magic Hate Ball是由Rod Nunez开发的Chrome扩展程序,该扩展的主要功能是“This ball will speak truth.”。
扩展截图
下载Magic Hate Ball扩展crx文件
下载Magic Hate Ball扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Ask your Yes/No question and receive an answer that puts you in your place.
扩展基本信息
名称 | |
ID | bbeaagknjefehdkhhclnfibpakcnllmi |
官方URL | https://chrome.google.com/webstore/detail/magic-hate-ball/bbeaagknjefehdkhhclnfibpakcnllmi |
简介 | This ball will speak truth. |
文件大小 | 6.68 KB |
安装次数 | 50 |
当前版本 | 1.0 |
更新时间 | 2014-05-16 |
上架时间 | 2014-05-16 |
评分 | 4.57/5 共7次评分 |
开发者 | Rod Nunez |
付费类型 | free |
扩展官网 | http://www.iamrodnunez.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Magic Hate Ball", "version": "1.0", "manifest_version": 2, "description": "This ball will speak truth.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_security_policy": "default-src 'self' ", "permissions": [ "popup" ] } |