Paltalk Skin Changer

Colorize and Change the Theme Color of the Website www.Paltalk.com. It changes also the Logo Color and has an immediate effect!

Co je Paltalk Skin Changer?

Paltalk Skin Changer je rozšíření Chrome vyvinuté China-Cheats, a jeho hlavní funkcí je „Colorize and Change the Theme Color of the Website www.Paltalk.com. It changes also the Logo Color and has an immediate effect!“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Paltalk Skin Changer

Stáhněte si soubory rozšíření Paltalk Skin Changer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Important: This Extension is made for the Website www.Paltalk.com. It cannot be used on other Websites or Domains!

Paltalk Skin Changer is made for the Website Paltalk.com. It allows you to change the Websites Theme and Logo Color. The extension comes with a Color Picker Widget that gives you a selection of colors to choose from.

Notice: You can Download the Extension for Chrome and Firefox Web Browsers too. Just search for "Paltalk Skin Changer" on Mozilla.org or Opera.com.


===========================
How to Use the Extension?
===========================

1) To use the Extension first Install it (Of Course). It will Install a Toolbar Button on the Top Right Corner of your Browser.

2)  Click on the new Toolbar Button and a new Window will Show up (Options Page)..

3) From the Options Page simply Click on the > DropDown Menu. > Now Select a Color for the Skin. > After you have Selected a Color it will Automatically save the Color on Selection. 

4) Finally Visit the Website www.Paltalk.com or Click the Button called "Launch Paltalk.com" to visit the Webpage.

There is also a "Save Button" just incase you wanted to save the color Manually. But it should automatically Save the color every time you change it. 

===================
New Version 1.2.2
===================

- jQuery Removed. Now Runs on Pure Javascript 
- Much Lighter after removal of jQuery

===================
New Version 1.1.6
===================

- Additional Color Option added for the NG-Registration Page on Paltalk.com
- Complete Upgrade to WebExtensions
- Additional Code Cleanup

==================
Changelog v1.0.2:
==================

- 20 times Ligther than befor.
- We removed all the PNG and SVG Logo files that were added and Used Locally. Instead of using PNG or SVG files locally we created an SVG Logo Generator which now Creates Logos based on the Color Users select for the Skin. 
- New Caching added to avoid RunTime.LastErrors on accessing the (Options Page).

==================
Changelog v1.0.3:
==================

- Fixed CSS for Edit Photos Section
- Additional Cleaining of the Code

==================
Changelog v1.0.4:
==================
- Separated the Dynamic and Static CSS used in the Script into Separate files in order to make the Pages and the Script Load faster. This will also make the Review Process faster and easier on Opera.
- Fixed all CSS Typos and Errors that were captured after the scripts were moved to a separate files
- Code Cleanup                    

Základní Informace o Rozšíření

Název Paltalk Skin Changer Paltalk Skin Changer
ID fjmbedkakibgabfjfmfjgimokdfkcjfl
Oficiální URL https://chromewebstore.google.com/detail/paltalk-skin-changer/fjmbedkakibgabfjfmfjgimokdfkcjfl
Popis Colorize and Change the Theme Color of the Website www.Paltalk.com. It changes also the Logo Color and has an immediate effect!
Velikost souboru 23.07 KB
Počet instalací 155
Aktuální Verze 1.2.3
Poslední Aktualizace 2017-11-21
Datum Vydání 2017-11-21
Hodnocení 3.89/5 Celkem 9 Hodnocení
Vývojář China-Cheats
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paltalk Skin Changer",
    "description": "Colorize and Change the Theme Color of the Website www.Paltalk.com. It changes also the Logo Color and has an immediate effect!",
    "version": "1.2.3",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.paltalk.com\/*"
            ],
            "js": [
                "palskin.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/*.paltalk.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/icon64.png",
        "default_title": "Paltalk Skin Changer"
    }
}