Subscence
This extension was created to search moves sub
Wat is Subscence?
Subscence is een Chrome-extensie ontwikkeld door mezorii, en de belangrijkste functie is "This extension was created to search moves sub".
Download het CRX-bestand van de extensie Subscence
Download Subscence-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
To find movies sub Basisinformatie over de Extensie
| Naam | |
| ID | bibbhgjjfifeckikjilloppkeohmgbmo |
| Officiële URL | https://chromewebstore.google.com/detail/subscence/bibbhgjjfifeckikjilloppkeohmgbmo |
| Beschrijving | This extension was created to search moves sub |
| Bestandsgrootte | 107 KB |
| Aantal Installaties | 45 |
| Huidige Versie | 0.1 |
| Laatst Bijgewerkt | 2018-03-27 |
| Publicatiedatum | 2018-03-27 |
| Ontwikkelaar | mezorii |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |