Zee5 Extension Open Source Free
Source Code:
import android.content.Context;
import android.util.Log;
import com.google.appinventor.components.annotations.*;
import com.google.appinventor.components.runtime.*;
import com.google.appinventor.components.common.ComponentCategory;
@DesignerComponent(version = 1,
description = "This Extension was created with the Seshu Sai.<br>" +
"Contact Here:<br><a href='https://t.me/seshu2004' target='_blank'>Telegram</a><br>"+
"Download Here:<br><a href='https://kodularstore.blogspot.com/2021/05/zee5-streamer-extension.html' target='_blank'>Kodular Store</a><br>",
category = ComponentCategory.EXTENSION,
nonVisible = true, iconName = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDD7U9u-4R0Mv_T7wZxpa9CxjAooqEZYnUUjIgH7c390s7m2CGc7QAZoiNPgyFfS6tpF_bOZTwbKUTykLqJ9lyLdmUnfs06gAbVfDcsnbJJjKdwUlcAZsP65q0L5hF8w-s4sFM7DvnJy14/s16000/Zee5-official-logo.jpeg",
helpUrl = "https://kodularstore.blogspot.com/2021/05/zee5-streamer-extension.html")
@SimpleObject(external = true)
public class Zee5streamer extends AndroidNonvisibleComponent {
private ComponentContainer container;
/**
* @param container container, component will be placed in
*/
public Zee5streamer(ComponentContainer container) {
super(container.$form());
this.container = container;
}
@SimpleFunction(description = "Enter Zee5link Here")
public String Zee5link(String mediaURL) {
String make = "https://flat-hall-8f26.yss.workers.dev/?url=" + mediaURL ;
return make;
}
}
import android.util.Log;
import com.google.appinventor.components.annotations.*;
import com.google.appinventor.components.runtime.*;
import com.google.appinventor.components.common.ComponentCategory;
@DesignerComponent(version = 1,
description = "This Extension was created with the Seshu Sai.<br>" +
"Contact Here:<br><a href='https://t.me/seshu2004' target='_blank'>Telegram</a><br>"+
"Download Here:<br><a href='https://kodularstore.blogspot.com/2021/05/zee5-streamer-extension.html' target='_blank'>Kodular Store</a><br>",
category = ComponentCategory.EXTENSION,
nonVisible = true, iconName = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDD7U9u-4R0Mv_T7wZxpa9CxjAooqEZYnUUjIgH7c390s7m2CGc7QAZoiNPgyFfS6tpF_bOZTwbKUTykLqJ9lyLdmUnfs06gAbVfDcsnbJJjKdwUlcAZsP65q0L5hF8w-s4sFM7DvnJy14/s16000/Zee5-official-logo.jpeg",
helpUrl = "https://kodularstore.blogspot.com/2021/05/zee5-streamer-extension.html")
@SimpleObject(external = true)
public class Zee5streamer extends AndroidNonvisibleComponent {
private ComponentContainer container;
/**
* @param container container, component will be placed in
*/
public Zee5streamer(ComponentContainer container) {
super(container.$form());
this.container = container;
}
@SimpleFunction(description = "Enter Zee5link Here")
public String Zee5link(String mediaURL) {
String make = "https://flat-hall-8f26.yss.workers.dev/?url=" + mediaURL ;
return make;
}
}
0 comments: