8Drama Rem

8Drama Rem

What is 8Drama Rem?

8Drama Rem is a Chrome extension developed by item.search, and its main feature is "8Drama Rem".

Download 8Drama Rem Extension CRX File

Download 8Drama Rem 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 8Drama Rem 8Drama Rem
ID llgeihbbaepnopkfdaaaniopicheonbe
Official URL https://chrome.google.com/webstore/detail/8drama-rem/llgeihbbaepnopkfdaaaniopicheonbe
Description 8Drama Rem
File Size 152 KB
Installation Count 28
Current Version 1.0
Last Updated 2017-06-09
Publish Date 2017-06-09
Developer item.search
Payment Type free
Supported Languages zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "8Drama Rem",
    "version": "1.0",
    "manifest_version": 2,
    "description": "8Drama Rem",
    "page_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "content_script.js"
            ],
            "matches": [
                "http:\/\/8drama.ru\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*"
    ]
}