Aparat
Aparat+
Wat is Aparat?
Aparat is een Chrome-extensie ontwikkeld door alizarei, en de belangrijkste functie is "Aparat+".
Extensie Screenshots
Download het CRX-bestand van de extensie Aparat
Download Aparat-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
افزونه کمکی آپارات Basisinformatie over de Extensie
| Naam | |
| ID | jhieedceioicdbkimlolaibokbhcjkmd |
| Officiële URL | https://chrome.google.com/webstore/detail/aparat/jhieedceioicdbkimlolaibokbhcjkmd |
| Beschrijving | Aparat+ |
| Bestandsgrootte | 363 KB |
| Aantal Installaties | 130 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2019-09-21 |
| Publicatiedatum | 2019-09-18 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | alizarei |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Aparat",
"description": "Aparat+",
"version": "0.0.1",
"permissions": [
"contextMenus",
"notifications",
"declarativeContent",
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"background": {
"scripts": [
"controller\/background.js",
"controller\/notification.js"
],
"persistent": false
},
"options_page": "views\/options.html",
"options_ui": {
"page": "views\/options.html",
"chrome_style": true
},
"content_scripts": [
{
"all_frames": true,
"js": [
"controller\/bundle.js",
"controller\/anchorme.min.js",
"controller\/content.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"run_at": "document_idle"
}
],
"browser_action": {
"default_icon": {
"19": "assets\/icon.png",
"38": "assets\/icon.png"
},
"default_title": " Aparat+ ",
"default_popup": "views\/popup.html"
},
"icons": {
"16": "assets\/icon.png",
"32": "assets\/icon.png",
"48": "assets\/icon.png",
"128": "assets\/icon.png"
},
"manifest_version": 2
} | |