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
公式URL 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
Eメール [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": []
}