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 |
官方網址 | 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" } ] } |