Subscence
This extension was created to search moves sub
Apa itu Subscence?
Subscence adalah ekstensi Chrome yang dikembangkan oleh mezorii, dan fitur utamanya adalah "This extension was created to search moves sub".
Unduh Berkas CRX Ekstensi Subscence
Unduh file ekstensi Subscence dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
To find movies sub
Informasi Dasar Ekstensi
Nama | |
ID | bibbhgjjfifeckikjilloppkeohmgbmo |
URL Resmi | https://chromewebstore.google.com/detail/subscence/bibbhgjjfifeckikjilloppkeohmgbmo |
Deskripsi | This extension was created to search moves sub |
Ukuran File | 107 KB |
Jumlah Instalasi | 45 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2018-03-27 |
Tanggal Publikasi | 2018-03-27 |
Pengembang | mezorii |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |