anonymous
anonymous search engine and quick service access quickly to popular websites
什么是anonymous?
anonymous是由http://anonymous.us.com开发的Chrome扩展程序,该扩展的主要功能是“anonymous search engine and quick service access quickly to popular websites”。
扩展截图
下载anonymous扩展crx文件
下载anonymous扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
anonymous search engine with private search and quick service ..access quickly to popular websites with icons sliding from this homepage is easy speedy and accessed ..Google Search,Yahoo,Aol, facebook, amazon,ebay and more from all world without login
扩展基本信息
名称 | |
ID | cbphdfmcoahechnoepbhcjbhbcdgikmo |
官方URL | https://chrome.google.com/webstore/detail/anonymous/cbphdfmcoahechnoepbhcjbhbcdgikmo |
简介 | anonymous search engine and quick service access quickly to popular websites |
文件大小 | 69.73 KB |
安装次数 | 71 |
当前版本 | 2.2 |
更新时间 | 2016-12-07 |
上架时间 | 2016-12-07 |
开发者 | http://anonymous.us.com |
付费类型 | free |
帮助页面URL | http://www.anonymous.us.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": false, "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "redirect.html" }, "description": "anonymous search engine and quick service access quickly to popular websites ", "icons": { "128": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "anonymous", "permissions": [ "tabs" ], "version": "2.2" } |