Subscence

This extension was created to search moves sub

What is Subscence?

Subscence is a Chrome extension developed by mezorii, and its main feature is "This extension was created to search moves sub".

Download Subscence Extension CRX File

Download Subscence 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

                        To find movies sub                    

Extension Basic Information

Name Subscence Subscence
ID bibbhgjjfifeckikjilloppkeohmgbmo
Official URL https://chromewebstore.google.com/detail/subscence/bibbhgjjfifeckikjilloppkeohmgbmo
Description This extension was created to search moves sub
File Size 107 KB
Installation Count 45
Current Version 0.1
Last Updated 2018-03-27
Publish Date 2018-03-27
Developer mezorii
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}