Velociraptor
Replaces the words and images of a webpage with velociraptors.
什麼是Velociraptor?
Velociraptor是由jure.granicskender開發的Chrome擴展程式,該擴展的主要功能是“Replaces the words and images of a webpage with velociraptors.”。
擴展截圖
下載Velociraptor擴展crx文件
下載Velociraptor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The rapture is coming.
擴展基本資訊
名稱 | Velociraptor |
ID | lflodfcdcmfgmfoheojelcekndoildbm |
官方網址 | https://chromewebstore.google.com/detail/velociraptor/lflodfcdcmfgmfoheojelcekndoildbm |
簡介 | Replaces the words and images of a webpage with velociraptors. |
檔案大小 | 97.32 KB |
安裝次數 | 140 |
目前版本 | 1.0.1 |
更新時間 | 2015-04-01 |
上架時間 | 2015-03-31 |
評分 | 4.20/5 共 5 次評分 |
開發者 | jure.granicskender |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Velociraptor", "short_name": "Velociraptor", "description": "Replaces the words and images of a webpage with velociraptors.", "version": "1.0.1", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "browser_action": { "default_icon": "icon.png", "default_title": "VELOCIRAPTOR" }, "background": { "scripts": [ "velociraptor_main.js" ], "persistent": false }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |