xStyle

Restyle the web with xStyle, a user styles manager. With xStyle you can install themes & skins for many sites and create your own.

Vad är xStyle?

xStyle är en Chrome-tillägg utvecklad av ShuangYa, och dess huvudfunktion är "Restyle the web with xStyle, a user styles manager. With xStyle you can install themes & skins for many sites and create your own.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner xStyle-förlängningens CRX-fil

Ladda ner xStyle-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

                        Restyle the web with xStyle, a user styles manager. With xStyle you can install themes & skins for many sites and create your own.
If this extension does not have the language you want, you can help us translate this extension on Transifex:
https://www.transifex.com/sytec/xstyle/                    

Grundläggande Information om Tillägg

Namn xStyle xStyle
ID hncgkmhphmncjohllpoleelnibpmccpj
Officiell webbadress https://chromewebstore.google.com/detail/xstyle/hncgkmhphmncjohllpoleelnibpmccpj
Beskrivning Restyle the web with xStyle, a user styles manager. With xStyle you can install themes & skins for many sites and create your own.
Filstorlek 1.93 MB
Antal Installationer 60,000
Aktuell Version 3.1.2
Senast Uppdaterad 2019-03-08
Publiceringsdatum 2019-03-08
Betyg 4.83/5 Totalt 35 Betyg
Utvecklare ShuangYa
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/FirefoxBar/xStyle
Hjälpsida URL https://github.com/FirefoxBar/xStyle/wiki
Stödda Språk de,en,fr,pl,pt-BR,ru,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "version": "3.1.2",
    "description": "__MSG_description__",
    "homepage_url": "http:\/\/team.firefoxcn.net",
    "manifest_version": 2,
    "icons": {
        "128": "images\/128.png"
    },
    "permissions": [
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "contextMenus",
        "storage",
        "downloads",
        "*:\/\/*\/*",
        "clipboardWrite",
        "unlimitedStorage"
    ],
    "background": {
        "scripts": [
            "scripts\/browser-polyfill.js",
            "scripts\/common.js",
            "scripts\/messaging.js",
            "scripts\/userstyle.js",
            "scripts\/storage.js",
            "scripts\/GhostText.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "scripts\/browser-polyfill.js",
                "scripts\/inject\/apply.js"
            ]
        },
        {
            "matches": [
                "http:\/\/userstyles.org\/*",
                "https:\/\/userstyles.org\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "scripts\/browser-polyfill.js",
                "scripts\/common.js",
                "scripts\/userstyle.js",
                "third-party\/less\/less.min.js",
                "third-party\/clean-css\/clean-css.min.js",
                "scripts\/inject\/install.js",
                "scripts\/inject\/userstyles.org.js"
            ]
        },
        {
            "matches": [
                "http:\/\/freestyler.ws\/*",
                "https:\/\/freestyler.ws\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "scripts\/browser-polyfill.js",
                "scripts\/common.js",
                "scripts\/userstyle.js",
                "third-party\/less\/less.min.js",
                "third-party\/clean-css\/clean-css.min.js",
                "scripts\/inject\/install.js",
                "scripts\/inject\/freestyler.ws.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*.firefoxcn.net\/*",
                "https:\/\/*.firefoxcn.net\/*",
                "https:\/\/*.github.io\/*",
                "https:\/\/*.gitee.io\/*"
            ],
            "run_at": "document_end",
            "all_frames": false,
            "js": [
                "scripts\/browser-polyfill.js",
                "scripts\/common.js",
                "third-party\/less\/less.min.js",
                "third-party\/clean-css\/clean-css.min.js",
                "scripts\/userstyle.js",
                "scripts\/inject\/install.js"
            ]
        },
        {
            "matches": [
                "https:\/\/login.microsoftonline.com\/*",
                "https:\/\/ext.firefoxcn.net\/*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "scripts\/browser-polyfill.js",
                "scripts\/inject\/cloud.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "images\/128.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html"
    },
    "commands": {
        "openManage": {
            "description": "__MSG_openManage__"
        },
        "styleDisableAll": {
            "description": "__MSG_disableAllStyles__"
        }
    },
    "options_ui": {
        "page": "manage.html",
        "open_in_tab": true
    },
    "default_locale": "en"
}