GIFs for YouTube™

Easily search GIFs to add a GIF into any YouTube™ comment box. Be the first to express yourself with GIFs on YouTube™.

Wat is GIFs for YouTube™?

GIFs for YouTube™ is een Chrome-extensie ontwikkeld door http://www.browserappsdev.xyz, en de belangrijkste functie is "Easily search GIFs to add a GIF into any YouTube™ comment box. Be the first to express yourself with GIFs on YouTube™.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie GIFs for YouTube™

Download GIFs for YouTube™-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

                        Easily search GIFs to add a GIF into any YouTube™ comment box. Be the first to express yourself with GIFs on YouTube™.

GIFs on YouTube™ is finally here. Now you can add gifs in youtube comments and express yourself as never before.

Notice An Issue? 
If you notice any issue, require support, or want a new feature please go to our Support Page. Please do not voice your issues in the Review section until after you try contacting us about the issue. 
We will work on resolving the issue to make your experience with GIFs for YouTube™ a 5/5 star experience. 
You can get to the support page either through our extensions options page or you can visit our website directly at www.BrowserAppsDev.xyz to contact us. 
(Please contact specifically: [email protected] or [email protected]  )

Privacy:
This extension might use Google Analytics, a web analytics service provided by Google, Inc. (“Google”). Google Analytics uses “cookies”, which are text files placed on your computer, to help the website analyze how users use the site.

The information generated by the cookie about your use of the website will be transmitted to and stored by Google on servers in the United States . In case IP-anonymisation is activated on this website, your IP address will be truncated within the area of Member States of the European Union or other parties to the Agreement on the European Economic Area. Only in exceptional cases the whole IP address will be first transfered to a Google server in the USA and truncated there. The IP-anonymisation is active on this website.

Google will use this information on behalf of the operator of this website for the purpose of evaluating your use of the website, compiling reports on website activity for website operators and providing them other services relating to website activity and internet usage. The IP-address, that your Browser conveys within the scope of Google Analytics, will not be associated with any other data held by Google. You may refuse the use of cookies by selecting the appropriate settings on your browser, however please note that if you do this you may not be able to use the full functionality of this website.

You can also opt-out from being tracked by Google Analytics with effect for the future by downloading and installing Google Analytics Opt-out Browser Addon for your current web browser: http://tools.google.com/dlpage/gaoptout?hl=en or you can uninstall this extension. Thank you.

We are not affiliated with YouTube or an official extension. 
This extension is independently developed by BrowserAppsDev for use with Youtube™.                    

Basisinformatie over de Extensie

Naam GIFs for YouTube™ GIFs for YouTube™
ID nocfdafkpgjngibmfjdhaonkdolhdagh
Officiële URL https://chrome.google.com/webstore/detail/gifs-for-youtube/nocfdafkpgjngibmfjdhaonkdolhdagh
Beschrijving Easily search GIFs to add a GIF into any YouTube™ comment box. Be the first to express yourself with GIFs on YouTube™.
Bestandsgrootte 86.52 KB
Aantal Installaties 172
Huidige Versie 1.0.0
Laatst Bijgewerkt 2020-11-10
Publicatiedatum 2020-11-10
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://www.browserappsdev.xyz
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.browserappsdev.xyz/2020/10/gifs-for-youtube.html
Help Pagina-URL https://www.browserappsdev.xyz/#section-2
URL van de Privacybeleid Pagina https://www.browserappsdev.xyz/p/privacy.html
Ondersteunde Talen id,de,en,en-GB,en-US,fil,fr,nl,no,tr,ca,da,es,es-419,hr,it,lv,lt,pl,pt-BR,pt-PT,ro,sk,sl,sv,cs,el,sr,bg,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval' blob:; object-src 'self'",
    "version": "1.0.0",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "16": "images\/icon-x16.png",
        "48": "images\/icon-x48.png",
        "128": "images\/icon-x128.png"
    },
    "background": {
        "scripts": [
            "scripts\/jquery.js",
            "scripts\/background.js"
        ]
    },
    "permissions": [
        "https:\/\/*.youtube.com\/*",
        "https:\/\/*.browserappsdev.xyz\/*",
        "https:\/\/*.giphy.com\/*",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "alarms",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?v=*"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/c\/*\/community",
                "*:\/\/*\/*channel*",
                "*:\/\/*\/*post*"
            ],
            "css": [
                "style\/main.css"
            ],
            "js": [
                "scripts\/jquery.js",
                "scripts\/main.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "homepage_url": "https:\/\/www.browserappsdev.xyz\/2020\/10\/gifs-for-youtube.html"
}