蜘蛛磁力搜索

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

What is 蜘蛛磁力搜索?

蜘蛛磁力搜索 is a Chrome extension developed by fan1025537699, and its main feature is "搜索想看的视频,书籍,软件的磁力链接,方便,节省时间".

Extension Screenshots

screenshot

Download 蜘蛛磁力搜索 Extension CRX File

Download 蜘蛛磁力搜索 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 蜘蛛磁力搜索 蜘蛛磁力搜索
ID idahikijolnnpakpbcpmlgfceigkfpcc
Official 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
Description 搜索想看的视频,书籍,软件的磁力链接,方便,节省时间
File Size 101 KB
Installation Count 221
Current Version 0.0.1
Last Updated 2018-11-22
Publish Date 2018-11-16
Rating 2.00/5 Total 1 Ratings
Developer fan1025537699
Email [email protected]
Payment Type free
Extension Website https://zizhucili.com
Supported Languages 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"
    }
}