Yobit - hide dice form
Hide dice form on https://yobit.net to prevent money lose on accidentally clicks
Vad är Yobit - hide dice form?
Yobit - hide dice form är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Hide dice form on https://yobit.net to prevent money lose on accidentally clicks".
Tilläggsskärmbilder
Ladda ner Yobit - hide dice form-förlängningens CRX-fil
Ladda ner Yobit - hide dice form-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
Hide dice form (below chat) on https://yobit.net to prevent money lose on accidentally clicks. Grundläggande Information om Tillägg
| Namn | |
| ID | dnjfnleppdfniifabmkmeonjmhbbapoh |
| Officiell webbadress | https://chromewebstore.google.com/detail/yobit-hide-dice-form/dnjfnleppdfniifabmkmeonjmhbbapoh |
| Beskrivning | Hide dice form on https://yobit.net to prevent money lose on accidentally clicks |
| Filstorlek | 86.58 KB |
| Antal Installationer | 24 |
| Aktuell Version | 1.2.0 |
| Senast Uppdaterad | 2018-04-23 |
| Publiceringsdatum | 2018-04-23 |
| Betyg | 1.00/5 Totalt 1 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"run_at": "document_start",
"js": [
"includes\/content.js"
]
}
],
"name": "Yobit - hide dice form",
"icons": {
"128": "icons\/icon128.png",
"48": "icons\/icon48.png",
"16": "icons\/icon16.png"
},
"web_accessible_resources": [
"res\/*",
"assets\/*",
"icons\/*"
],
"description": "Hide dice form on https:\/\/yobit.net to prevent money lose on accidentally clicks",
"background": {
"page": "background.html"
},
"version": "1.2.0",
"manifest_version": 2,
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"tabs",
"http:\/\/*\/*",
"https:\/\/*\/*",
"contextMenus",
"webNavigation"
]
} | |