Hair on Screen
Displays a helpful hair on the screen
Vad är Hair on Screen?
Hair on Screen är en Chrome-tillägg utvecklad av 0x00019913, och dess huvudfunktion är "Displays a helpful hair on the screen".
Tilläggsskärmbilder
Ladda ner Hair on Screen-förlängningens CRX-fil
Ladda ner Hair on Screen-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
                        (This is an obviously undesirable thing to have on your computer and I do not in any way imply that stealth-installing it on someone else's machine will be taken in stride, nor do I take any responsibility for the consequences of this extension's existence.)
Displays a helpful hair on the screen for your viewing pleasure!
Right-click the browser action (the extension icon in the top right of the Chrome window) for options, including more hair, less hair, and randomized hair!                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | egkikapjpndmjflbjjoondbihalgdjco | 
| Officiell webbadress | https://chromewebstore.google.com/detail/hair-on-screen/egkikapjpndmjflbjjoondbihalgdjco | 
| Beskrivning | Displays a helpful hair on the screen | 
| Filstorlek | 257 KB | 
| Antal Installationer | 37,296 | 
| Aktuell Version | 0.0.0.1 | 
| Senast Uppdaterad | 2017-11-01 | 
| Publiceringsdatum | 2017-11-01 | 
| Betyg | 3.45/5 Totalt 65 Betyg | 
| Utvecklare | 0x00019913 | 
| Betalningssätt | free | 
| Tilläggswebbplats | https://github.com/0x00019913/HairOnScreen | 
| Stödda Språk | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hair on Screen",
    "description": "Displays a helpful hair on the screen",
    "version": "0.0.0.1",
    "author": "Anton Bovin",
    "browser_action": {
        "default_icon": "assets\/icons\/icon128.png"
    },
    "icons": {
        "16": "assets\/icons\/icon16.png",
        "48": "assets\/icons\/icon48.png",
        "128": "assets\/icons\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "content_script_style.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "assets\/*"
    ]
}  |  |