Browser Ghost
Invite a ghost to haunt your browser
Vad är Browser Ghost?
Browser Ghost är en Chrome-tillägg utvecklad av mrodigheri, och dess huvudfunktion är "Invite a ghost to haunt your browser".
Tilläggsskärmbilder
Ladda ner Browser Ghost-förlängningens CRX-fil
Ladda ner Browser Ghost-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
Bring a friendly ghost to your browser for sporadic, brief moments. You never know when or where he'll pop up! He's here and then he's gone... Grundläggande Information om Tillägg
| Namn | |
| ID | pgkfdknjaidahdoiodilffcnafbfffjo |
| Officiell webbadress | https://chromewebstore.google.com/detail/browser-ghost/pgkfdknjaidahdoiodilffcnafbfffjo |
| Beskrivning | Invite a ghost to haunt your browser |
| Filstorlek | 450 KB |
| Antal Installationer | 10,163 |
| Aktuell Version | 1.2.2 |
| Senast Uppdaterad | 2018-11-12 |
| Publiceringsdatum | 2018-11-11 |
| Betyg | 3.00/5 Totalt 22 Betyg |
| Utvecklare | mrodigheri |
| Betalningssätt | free |
| Tilläggswebbplats | http://www.mattrodigheri.com |
| Stödda Språk | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Browser Ghost",
"version": "1.2.2",
"manifest_version": 2,
"description": "Invite a ghost to haunt your browser",
"homepage_url": "http:\/\/www.mattrodigheri.com",
"icons": {
"16": "ghost16.png",
"48": "ghost48.png",
"128": "ghost.png"
},
"content_scripts": [
{
"js": [
"jquery-3.3.1.min.js",
"script.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
]
} | |