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…

Vad är KLIPY - Clips & Meme?

KLIPY - Clips & Meme är en Chrome-tillägg utvecklad av Waska Chaduneli, och dess huvudfunktion är "Introducing a new way to share Emotion using GIFs with Sound! KIKLIKO's search engine is the easiest way to search for your…".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner KLIPY - Clips & Meme-förlängningens CRX-fil

Ladda ner KLIPY - Clips & Meme-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn KLIPY - Clips & Meme KLIPY - Clips & Meme
ID eecamihehojmibkhhpfijgpmnbikhjgi
Officiell webbadress https://chromewebstore.google.com/detail/klipy-clips-meme/eecamihehojmibkhhpfijgpmnbikhjgi
Beskrivning Introducing a new way to share Emotion using GIFs with Sound! KIKLIKO's search engine is the easiest way to search for your…
Filstorlek 25.51 KB
Antal Installationer 286
Aktuell Version 4.0
Senast Uppdaterad 2024-01-04
Publiceringsdatum 2021-10-19
Betyg 5.00/5 Totalt 16 Betyg
Utvecklare Waska Chaduneli
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://klipy.co/
Hjälpsida URL https://klipy.co/documentation/about
URL till Sekretesspolicy Sidan https://klipy.co/documentation/privacy
Stödda Språk 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": []
}