RickPot
Turns 1 in every 100 links into a rickroll
什么是RickPot?
RickPot是由georgepowell10开发的Chrome扩展程序,该扩展的主要功能是“Turns 1 in every 100 links into a rickroll”。
扩展截图
下载RickPot扩展crx文件
下载RickPot扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
RickPot turns 1/100 links into a Rick Roll. It's RickPot luck! No icon in the chrome-bar means you can stealthily install this on your friend's laptops and and wait for them to go crazy!
扩展基本信息
名称 | |
ID | anpoljppcdgolfkifkhljonddnajfgdc |
官方URL | https://chrome.google.com/webstore/detail/rickpot/anpoljppcdgolfkifkhljonddnajfgdc |
简介 | Turns 1 in every 100 links into a rickroll |
文件大小 | 100 KB |
安装次数 | 66 |
当前版本 | 0.1 |
更新时间 | 2014-03-06 |
上架时间 | 2014-03-06 |
评分 | 5.00/5 共2次评分 |
开发者 | georgepowell10 |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RickPot", "version": "0.1", "description": "Turns 1 in every 100 links into a rickroll", "content_scripts": [ { "js": [ "jquery.js", "content_script.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "permissions": [ "declarativeContent" ], "icons": { "19": "icon-19.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |