Beautify the browser

******* Make the browser more beautiful. ****** Version 0.0.1: Custom cursor

Wat is Beautify the browser?

Beautify the browser is een Chrome-extensie ontwikkeld door https://pbion.com, en de belangrijkste functie is "******* Make the browser more beautiful. ****** Version 0.0.1: Custom cursor".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Beautify the browser

Download Beautify the browser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Make the browser more beautiful. 


Version 0.0.1: Custom cursor.
- Customize your experience of using the Chrome browser with cool free mouse cursors.                    

Basisinformatie over de Extensie

Naam Beautify the browser Beautify the browser
ID fombgkgjcgjjgdlmmiodhfimlbealmkk
Officiële URL https://chromewebstore.google.com/detail/beautify-the-browser/fombgkgjcgjjgdlmmiodhfimlbealmkk
Beschrijving ******* Make the browser more beautiful. ****** Version 0.0.1: Custom cursor
Bestandsgrootte 88.62 KB
Aantal Installaties 408
Huidige Versie 0.0.1
Laatst Bijgewerkt 2019-05-04
Publicatiedatum 2019-04-29
Beoordeling 2.33/5 Totaal 3 Beoordelingen
Ontwikkelaar https://pbion.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://pbion.com/privacy-policy.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.1",
    "name": "Beautify the browser",
    "short_name": "Beautify the browser",
    "description": "******* Make the browser more beautiful. ****** Version 0.0.1: Custom cursor",
    "browser_action": {
        "default_icon": "logo.png",
        "default_title": "Make the browser more beautiful",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "cursor.css"
            ],
            "js": [
                "cursor.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "cursors\/*",
        "cursor.css"
    ],
    "background": {
        "scripts": [
            "function.js",
            "config.js",
            "cursor_bg.js"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "storage"
    ],
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    }
}