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…

Was ist KLIPY - Clips & Meme?

KLIPY - Clips & Meme ist eine Chrome-Erweiterung, die von Waska Chaduneli entwickelt wurde, und ihr Hauptmerkmal ist "Introducing a new way to share Emotion using GIFs with Sound! KIKLIKO's search engine is the easiest way to search for your…".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

KLIPY - Clips & Meme-Erweiterungs-CRX-Datei herunterladen

Laden Sie KLIPY - Clips & Meme-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        — 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]                    

Grundlegende Informationen zur Erweiterung

Name KLIPY - Clips & Meme KLIPY - Clips & Meme
ID eecamihehojmibkhhpfijgpmnbikhjgi
Offizielle URL https://chromewebstore.google.com/detail/klipy-clips-meme/eecamihehojmibkhhpfijgpmnbikhjgi
Beschreibung Introducing a new way to share Emotion using GIFs with Sound! KIKLIKO's search engine is the easiest way to search for your…
Dateigröße 25.51 KB
Installationsanzahl 286
Aktuelle Version 4.0
Letztes Update 2024-01-04
Veröffentlichungsdatum 2021-10-19
Bewertung 5.00/5 Insgesamt 16 Bewertungen
Entwickler Waska Chaduneli
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://klipy.co/
Hilfeseite URL https://klipy.co/documentation/about
URL der Datenschutzrichtlinien-Seite https://klipy.co/documentation/privacy
Unterstützte Sprachen 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": []
}