蜘蛛磁力搜索

搜索想看的视频,书籍,软件的磁力链接,方便,节省时间

Apa itu 蜘蛛磁力搜索?

蜘蛛磁力搜索 adalah ekstensi Chrome yang dikembangkan oleh fan1025537699, dan fitur utamanya adalah "搜索想看的视频,书籍,软件的磁力链接,方便,节省时间".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi 蜘蛛磁力搜索

Unduh file ekstensi 蜘蛛磁力搜索 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        搜索想看的视频,书籍,软件的磁力链接,方便,节省时间!!
使用方法:
选中要搜索的文字,然后会出现 蜘蛛磁力搜索 的图标,点击图标即可搜索相关磁力信息                    

Informasi Dasar Ekstensi

Nama 蜘蛛磁力搜索 蜘蛛磁力搜索
ID idahikijolnnpakpbcpmlgfceigkfpcc
URL Resmi https://chrome.google.com/webstore/detail/%E8%9C%98%E8%9B%9B%E7%A3%81%E5%8A%9B%E6%90%9C%E7%B4%A2/idahikijolnnpakpbcpmlgfceigkfpcc
Deskripsi 搜索想看的视频,书籍,软件的磁力链接,方便,节省时间
Ukuran File 101 KB
Jumlah Instalasi 221
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2018-11-22
Tanggal Publikasi 2018-11-16
Penilaian 2.00/5 Total 1 Penilaian
Pengembang fan1025537699
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://zizhucili.com
Bahasa yang Didukung zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8718\u86db\u78c1\u529b\u641c\u7d22",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "\u641c\u7d22\u60f3\u770b\u7684\u89c6\u9891,\u4e66\u7c4d,\u8f6f\u4ef6\u7684\u78c1\u529b\u94fe\u63a5,\u65b9\u4fbf,\u8282\u7701\u65f6\u95f4",
    "browser_action": {
        "default_icon": "images\/icons\/64.png",
        "default_title": "\u8718\u86db\u78c1\u529b\u641c\u7d22",
        "default_popup": "html\/popup.html"
    },
    "icons": {
        "16": "images\/icons\/16.png",
        "48": "images\/icons\/48.png",
        "128": "images\/icons\/128.png"
    },
    "background": {
        "page": "html\/background.html"
    },
    "permissions": [
        "contextMenus",
        "tabs",
        "webRequest",
        "notifications",
        "https:\/\/zizhucili.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.1.0.js",
                "js\/tip.js"
            ],
            "css": [
                "css\/tip.css"
            ]
        }
    ],
    "options_page": "html\/options.html",
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true
    },
    "homepage_url": "https:\/\/zizhucili.com",
    "omnibox": {
        "keyword": "bt"
    }
}