AvJuicy Plugin
It converts all embeded videos to native player format.
Wat is AvJuicy Plugin?
AvJuicy Plugin is een Chrome-extensie ontwikkeld door dirtypetter, en de belangrijkste functie is "It converts all embeded videos to native player format.".
Extensie Screenshots
Download het CRX-bestand van de extensie AvJuicy Plugin
Download AvJuicy Plugin-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
此應用程式可去除avjuicy.com影片的廣告,並切換為原生影片播放器,大大提高用戶體驗。
It converts all embeded videos in avjuicy.com into native video player format.(for: avjuicy.com) Basisinformatie over de Extensie
| Naam | |
| ID | mnbcgpppofgjgpgeppkajimgneblhkej |
| Officiële URL | https://chromewebstore.google.com/detail/avjuicy-plugin/mnbcgpppofgjgpgeppkajimgneblhkej |
| Beschrijving | It converts all embeded videos to native player format. |
| Bestandsgrootte | 15.46 KB |
| Aantal Installaties | 24 |
| Huidige Versie | 1.0.4 |
| Laatst Bijgewerkt | 2018-07-30 |
| Publicatiedatum | 2018-07-30 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | dirtypetter |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "AvJuicy Plugin",
"description": "It converts all embeded videos to native player format.",
"version": "1.0.4",
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png"
},
"background": {
"page": "background.html"
},
"permissions": [
"background"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"execute.js"
],
"run_at": "document_idle"
},
{
"js": [
"sub.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"run_at": "document_idle"
}
]
} | |