蜘蛛磁力搜索

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

Hvad er 蜘蛛磁力搜索?

蜘蛛磁力搜索 er en Chrome-udvidelse udviklet af fan1025537699, og dens hovedfunktion er "搜索想看的视频,书籍,软件的磁力链接,方便,节省时间".

Udvidelsesskærmbilleder

screenshot

Download 蜘蛛磁力搜索-udvidelses-CRX-fil

Download 蜘蛛磁力搜索-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn 蜘蛛磁力搜索 蜘蛛磁力搜索
ID idahikijolnnpakpbcpmlgfceigkfpcc
Officiel 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
Beskrivelse 搜索想看的视频,书籍,软件的磁力链接,方便,节省时间
Filstørrelse 101 KB
Antal Installationer 221
Nuværende Version 0.0.1
Senest Opdateret 2018-11-22
Udgivelsesdato 2018-11-16
Bedømmelse 2.00/5 Samlet 1 Bedømmelser
Udvikler fan1025537699
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://zizhucili.com
Understøttede Sprog 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"
    }
}