Subscence

This extension was created to search moves sub

Cos'è Subscence?

Subscence è un'estensione di Chrome sviluppata da mezorii, e la sua funzione principale è "This extension was created to search moves sub".

Scarica il file CRX dell'estensione Subscence

Scarica i file di estensione Subscence in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        To find movies sub                    

Informazioni di Base sull'Estensione

Nome Subscence Subscence
ID bibbhgjjfifeckikjilloppkeohmgbmo
URL Ufficiale https://chromewebstore.google.com/detail/subscence/bibbhgjjfifeckikjilloppkeohmgbmo
Descrizione This extension was created to search moves sub
Dimensione del File 107 KB
Conteggio Installazioni 45
Versione Corrente 0.1
Ultimo Aggiornamento 2018-03-27
Data di Pubblicazione 2018-03-27
Sviluppatore mezorii
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}