Velociraptor
Replaces the words and images of a webpage with velociraptors.
Vad är Velociraptor?
Velociraptor är en Chrome-tillägg utvecklad av jure.granicskender, och dess huvudfunktion är "Replaces the words and images of a webpage with velociraptors.".
Tilläggsskärmbilder
Ladda ner Velociraptor-förlängningens CRX-fil
Ladda ner Velociraptor-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
The rapture is coming. Grundläggande Information om Tillägg
| Namn | |
| ID | lflodfcdcmfgmfoheojelcekndoildbm |
| Officiell webbadress | https://chromewebstore.google.com/detail/velociraptor/lflodfcdcmfgmfoheojelcekndoildbm |
| Beskrivning | Replaces the words and images of a webpage with velociraptors. |
| Filstorlek | 97.32 KB |
| Antal Installationer | 140 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2015-04-01 |
| Publiceringsdatum | 2015-03-31 |
| Betyg | 4.20/5 Totalt 5 Betyg |
| Utvecklare | jure.granicskender |
| Betalningssätt | free |
| Stödda Språk | 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\/"
]
} | |