IsIs to Tusken Raiders
This extension changes the IsIs to Tusken Raiders on the current page
什么是IsIs to Tusken Raiders?
IsIs to Tusken Raiders是由jessehmcdonald开发的Chrome扩展程序,该扩展的主要功能是“This extension changes the IsIs to Tusken Raiders on the current page”。
扩展截图
下载IsIs to Tusken Raiders扩展crx文件
下载IsIs to Tusken Raiders扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of hearing about IsIs? Me too! This extension will spice things up a bit!
扩展基本信息
名称 | |
ID | pikjamffbldfgmeehclbpgcnegkcknen |
官方URL | https://chrome.google.com/webstore/detail/isis-to-tusken-raiders/pikjamffbldfgmeehclbpgcnegkcknen |
简介 | This extension changes the IsIs to Tusken Raiders on the current page |
文件大小 | 3.94 KB |
安装次数 | 14 |
当前版本 | 1.0 |
更新时间 | 2015-12-19 |
上架时间 | 2015-12-19 |
评分 | 5.00/5 共1次评分 |
开发者 | jessehmcdonald |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IsIs to Tusken Raiders", "description": "This extension changes the IsIs to Tusken Raiders on the current page", "version": "1.0", "permissions": [ "https:\/\/www.google-analytics.com\/", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content_script.js" ], "run_at": "document_end" } ] } |