蜘蛛磁力搜索

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

Was ist 蜘蛛磁力搜索?

蜘蛛磁力搜索 ist eine Chrome-Erweiterung, die von fan1025537699 entwickelt wurde, und ihr Hauptmerkmal ist "搜索想看的视频,书籍,软件的磁力链接,方便,节省时间".

Erweiterungsscreenshots

screenshot

蜘蛛磁力搜索-Erweiterungs-CRX-Datei herunterladen

Laden Sie 蜘蛛磁力搜索-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

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

Grundlegende Informationen zur Erweiterung

Name 蜘蛛磁力搜索 蜘蛛磁力搜索
ID idahikijolnnpakpbcpmlgfceigkfpcc
Offizielle URL 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
Beschreibung 搜索想看的视频,书籍,软件的磁力链接,方便,节省时间
Dateigröße 101 KB
Installationsanzahl 221
Aktuelle Version 0.0.1
Letztes Update 2018-11-22
Veröffentlichungsdatum 2018-11-16
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler fan1025537699
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://zizhucili.com
Unterstützte Sprachen 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"
    }
}