KLIPY - Clips & Meme

Introducing a new way to share Emotion using GIFs with Sound! KIKLIKO's search engine is the easiest way to search for your…

Wat is KLIPY - Clips & Meme?

KLIPY - Clips & Meme is een Chrome-extensie ontwikkeld door Waska Chaduneli, en de belangrijkste functie is "Introducing a new way to share Emotion using GIFs with Sound! KIKLIKO's search engine is the easiest way to search for your…".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie KLIPY - Clips & Meme

Download KLIPY - Clips & Meme-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

                        — Search Clips (GIFs with Sound), GIFs and Memes from Movies, TV Shows or Popular Videos.
— Create/Edit and Upload your favorite moments.
— Save your those you like for later use in your Collections.
— Generate likes and views to become a Top Creator.
— Follow other users' and check out their content.

For full experience please download our Application from Playstore or Appstore.
Learn about KLIPY's privacy practices here https://klipy.co/documentation/privacy
Contact us: [email protected]                    

Basisinformatie over de Extensie

Naam KLIPY - Clips & Meme KLIPY - Clips & Meme
ID eecamihehojmibkhhpfijgpmnbikhjgi
Officiële URL https://chromewebstore.google.com/detail/klipy-clips-meme/eecamihehojmibkhhpfijgpmnbikhjgi
Beschrijving Introducing a new way to share Emotion using GIFs with Sound! KIKLIKO's search engine is the easiest way to search for your…
Bestandsgrootte 25.51 KB
Aantal Installaties 286
Huidige Versie 4.0
Laatst Bijgewerkt 2024-01-04
Publicatiedatum 2021-10-19
Beoordeling 5.00/5 Totaal 16 Beoordelingen
Ontwikkelaar Waska Chaduneli
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://klipy.co/
Help Pagina-URL https://klipy.co/documentation/about
URL van de Privacybeleid Pagina https://klipy.co/documentation/privacy
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "KLIPY - Clips & Meme",
    "description": "Introducing a new way to share Emotion using GIFs with Sound! KIKLIKO's search engine is the easiest way to search for your\u2026",
    "version": "4.0",
    "action": {
        "default_popup": "popup.html",
        "default_title": "KikLiko - Search GIFs with Sound"
    },
    "icons": {
        "128": "assets\/icons\/128x128.png",
        "64": "assets\/icons\/64x64.png",
        "32": "assets\/icons\/32x32.png",
        "16": "assets\/icons\/16x16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/kikliko.com\/*",
                "*:\/\/*.kikliko.com\/*"
            ],
            "js": [
                "assets\/js\/detect_extension.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/js\/background.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": []
}