Subscence

This extension was created to search moves sub

Subscence là gì?

Subscence là một tiện ích mở rộng Chrome được phát triển bởi mezorii, và tính năng chính của nó là "This extension was created to search moves sub".

Tải xuống tệp CRX của tiện ích mở rộng Subscence

Tải xuống các tệp mở rộng Subscence dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        To find movies sub                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Subscence Subscence
ID bibbhgjjfifeckikjilloppkeohmgbmo
URL Chính Thức https://chromewebstore.google.com/detail/subscence/bibbhgjjfifeckikjilloppkeohmgbmo
Mô tả This extension was created to search moves sub
Kích Thước Tệp 107 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2018-03-27
Ngày Phát Hành 2018-03-27
Nhà Phát Triển mezorii
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}