8Drama Rem
8Drama Rem
Cos'è 8Drama Rem?
8Drama Rem è un'estensione di Chrome sviluppata da item.search, e la sua funzione principale è "8Drama Rem".
Scarica il file CRX dell'estensione 8Drama Rem
Scarica i file di estensione 8Drama Rem 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
幫你記住楓林網中你看過的集數。 * 點擊過的連結會顯示淺灰色 * 當進入楓林網即自動加載
Informazioni di Base sull'Estensione
Nome | |
ID | llgeihbbaepnopkfdaaaniopicheonbe |
URL Ufficiale | https://chrome.google.com/webstore/detail/8drama-rem/llgeihbbaepnopkfdaaaniopicheonbe |
Descrizione | 8Drama Rem |
Dimensione del File | 152 KB |
Conteggio Installazioni | 28 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2017-06-09 |
Data di Pubblicazione | 2017-06-09 |
Sviluppatore | item.search |
Tipo di Pagamento | free |
Lingue Supportate | 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:\/\/*\/*" ] } |