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…

什麼是KLIPY - Clips & Meme?

KLIPY - Clips & Meme是由Waska Chaduneli開發的Chrome擴展程式,該擴展的主要功能是“Introducing a new way to share Emotion using GIFs with Sound! KIKLIKO's search engine is the easiest way to search for your…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載KLIPY - Clips & Meme擴展crx文件

下載KLIPY - Clips & Meme擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 KLIPY - Clips & Meme KLIPY - Clips & Meme
ID eecamihehojmibkhhpfijgpmnbikhjgi
官方網址 https://chromewebstore.google.com/detail/klipy-clips-meme/eecamihehojmibkhhpfijgpmnbikhjgi
簡介 Introducing a new way to share Emotion using GIFs with Sound! KIKLIKO's search engine is the easiest way to search for your…
檔案大小 25.51 KB
安裝次數 286
目前版本 4.0
更新時間 2024-01-04
上架時間 2021-10-19
評分 5.00/5 共 16 次評分
開發者 Waska Chaduneli
電子郵箱 [email protected]
付費類型 free
擴展官網 https://klipy.co/
說明頁面URL https://klipy.co/documentation/about
隱私政策頁面URL https://klipy.co/documentation/privacy
支援的語言 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": []
}