Subscence

This extension was created to search moves sub

什麼是Subscence?

Subscence是由mezorii開發的Chrome擴展程式,該擴展的主要功能是“This extension was created to search moves sub”。

下載Subscence擴展crx文件

下載Subscence擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        To find movies sub                    

擴展基本資訊

名稱 Subscence Subscence
ID bibbhgjjfifeckikjilloppkeohmgbmo
官方網址 https://chromewebstore.google.com/detail/subscence/bibbhgjjfifeckikjilloppkeohmgbmo
簡介 This extension was created to search moves sub
檔案大小 107 KB
安裝次數 45
目前版本 0.1
更新時間 2018-03-27
上架時間 2018-03-27
開發者 mezorii
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Subscence",
    "version": "0.1",
    "manifest_version": 2,
    "description": "This extension was created to search moves sub",
    "homepage_url": "https:\/\/subscene.com\/",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "options_page": "src\/options_custom\/index.html",
    "page_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "page action demo",
        "default_popup": "src\/page_action\/page_action.html"
    },
    "chrome_url_overrides": {
        "bookmarks": "src\/override\/override.html"
    },
    "permissions": [
        "bookmarks",
        "contextMenus",
        "history"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}