Utip for Youtube

Automatically open a popup when you like a youtube video with a utip link in description.

Hvad er Utip for Youtube?

Utip for Youtube er en Chrome-udvidelse udviklet af jorand, og dens hovedfunktion er "Automatically open a popup when you like a youtube video with a utip link in description.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Utip for Youtube-udvidelses-CRX-fil

Download Utip for Youtube-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Automatically display a easily visible button under the youtube video if a utip link is in the description and can also open the utip link when you hit the like button of the video.

♥ Made with love by a subscriber !

New features :
- Possibility to choose to activate the display of the popup click on the thumbs up
- Now support old YouTube layout
- Compatible with Iridium extension
- Fix bug

Tell me if you have any issues or ideas for improvements.                    

Grundlæggende oplysninger om udvidelsen

Navn Utip for Youtube Utip for Youtube
ID dbncpgcmohkdhaakdachojjgfcgcfnna
Officiel URL https://chrome.google.com/webstore/detail/utip-for-youtube/dbncpgcmohkdhaakdachojjgfcgcfnna
Beskrivelse Automatically open a popup when you like a youtube video with a utip link in description.
Filstørrelse 52.21 KB
Antal Installationer 65
Nuværende Version 0.7.5
Senest Opdateret 2019-04-26
Udgivelsesdato 2019-04-26
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler jorand
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/Jorand/chrome-utip-for-youtube
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Utip for Youtube",
    "version": "0.7.5",
    "description": "Automatically open a popup when you like a youtube video with a utip link in description.",
    "icons": {
        "128": "icon-128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "author": "https:\/\/github.com\/Jorand"
}