Firefox Extensions!
This commit is contained in:
parent
edbe7b4b06
commit
f7d24b273b
|
@ -68,7 +68,7 @@ function requestToClipboard(tabId) {
|
||||||
|
|
||||||
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: details.id});
|
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: details.id});
|
||||||
chrome.browserAction.setBadgeText({text: "📋", tabId: details.id});
|
chrome.browserAction.setBadgeText({text: "📋", tabId: details.id});
|
||||||
alert("The aha link and the mpd link and the generated link of widevine license curl data has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.");
|
console.log("The aha link and the mpd link and the generated link of widevine license curl data has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.");
|
||||||
|
|
||||||
}
|
}
|
||||||
gen_link.send(data);
|
gen_link.send(data);
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Aha Capture",
|
"name": "Aha Capture",
|
||||||
"browser_action": {"default_icon": "icon128.png"},
|
"browser_action": {"default_icon": "icon128.png"},
|
||||||
"permissions": [ "activeTab", "webRequest", "https://www.aha.video/*", "https://streaming-vod-aha.akamaized.net/*", "https://widevine-proxy.api.aha.firstlight.ai/*", "https://drm-bot.herokuapp.com/", "tabs", "clipboardWrite", "storage" ],
|
"permissions": [ "activeTab", "webRequest", "*://*/*", "tabs", "clipboardWrite", "storage" ],
|
||||||
"version": "2.0"
|
"version": "2.0"
|
||||||
}
|
}
|
|
@ -68,7 +68,7 @@ function requestToClipboard(tabId) {
|
||||||
|
|
||||||
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: details.id});
|
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: details.id});
|
||||||
chrome.browserAction.setBadgeText({text: "📋", tabId: details.id});
|
chrome.browserAction.setBadgeText({text: "📋", tabId: details.id});
|
||||||
alert("The altbalaji link and the mpd link and the generated link of widevine license curl data has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.\n\nIf you need to play this video on the site please remember to disable this extension and reload the page.");
|
console.log("The altbalaji link and the mpd link and the generated link of widevine license curl data has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.\n\nIf you need to play this video on the site please remember to disable this extension and reload the page.");
|
||||||
|
|
||||||
}
|
}
|
||||||
gen_link.send(data);
|
gen_link.send(data);
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Altbalaji Capture",
|
"name": "Altbalaji Capture",
|
||||||
"browser_action": {"default_icon": "icon128.png"},
|
"browser_action": {"default_icon": "icon128.png"},
|
||||||
"permissions": [ "activeTab", "webRequest", "webRequestBlocking", "https://www.altbalaji.com/*", "https://cdn.cloud.altbalaji.com/*", "https://api.cloud.altbalaji.com/player/drm/widevine-modular", "https://api.cloud.altbalaji.com/media/videos/*", "https://drm-bot.herokuapp.com/", "tabs", "clipboardWrite", "storage" ],
|
"permissions": [ "activeTab", "webRequest", "webRequestBlocking", "*://*/*", "tabs", "clipboardWrite", "storage" ],
|
||||||
"version": "2.0"
|
"version": "2.0"
|
||||||
}
|
}
|
|
@ -30,7 +30,7 @@ function requestToClipboard(dataId, tabTd) {
|
||||||
|
|
||||||
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: tabTd});
|
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: tabTd});
|
||||||
chrome.browserAction.setBadgeText({text: "📋", tabId: tabTd});
|
chrome.browserAction.setBadgeText({text: "📋", tabId: tabTd});
|
||||||
alert("The required data to download this clearkey video has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.");
|
console.log("The required data to download this clearkey video has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.");
|
||||||
}
|
}
|
||||||
gen_link.send(data);
|
gen_link.send(data);
|
||||||
}
|
}
|
||||||
|
|
|
@ -66,7 +66,7 @@ function requestToClipboard(tabId) {
|
||||||
|
|
||||||
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: tabId});
|
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: tabId});
|
||||||
chrome.browserAction.setBadgeText({text: "📋", tabId: tabId});
|
chrome.browserAction.setBadgeText({text: "📋", tabId: tabId});
|
||||||
alert("The jio link and the generated link of widevine license curl data has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.\n\nIf you need to play this video on the site please remember to disable this extension and reload the page.");
|
console.log("The jio link and the generated link of widevine license curl data has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.\n\nIf you need to play this video on the site please remember to disable this extension and reload the page.");
|
||||||
tabIDs[tabId].timeout_id = setTimeout(() => {chrome.browserAction.setBadgeText({text: "", tabId: tabId});}, 20000);
|
tabIDs[tabId].timeout_id = setTimeout(() => {chrome.browserAction.setBadgeText({text: "", tabId: tabId});}, 20000);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Jio Capture",
|
"name": "Jio Capture",
|
||||||
"browser_action": {"default_icon": "icon128.png"},
|
"browser_action": {"default_icon": "icon128.png"},
|
||||||
"permissions": [ "activeTab", "webRequest", "https://www.jiocinema.com/*", "https://prod.media.jio.com/apis/common/v3/playbackrights/*", "https://prod.media.jio.com/proxy*", "https://drm-bot.herokuapp.com/", "tabs", "clipboardWrite", "storage" ],
|
"permissions": [ "activeTab", "webRequest", "*://*/*", "tabs", "clipboardWrite", "storage" ],
|
||||||
"version": "2.0"
|
"version": "2.0"
|
||||||
}
|
}
|
|
@ -67,7 +67,7 @@ function requestToClipboard(tabId) {
|
||||||
|
|
||||||
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: details.id});
|
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: details.id});
|
||||||
chrome.browserAction.setBadgeText({text: "📋", tabId: details.id});
|
chrome.browserAction.setBadgeText({text: "📋", tabId: details.id});
|
||||||
alert("The mpd link and the generated link of widevine license curl data has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.");
|
console.log("The mpd link and the generated link of widevine license curl data has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.");
|
||||||
|
|
||||||
}
|
}
|
||||||
gen_link.send(data);
|
gen_link.send(data);
|
||||||
|
|
|
@ -67,7 +67,7 @@ function requestToClipboard(tabId) {
|
||||||
|
|
||||||
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: details.id});
|
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: details.id});
|
||||||
chrome.browserAction.setBadgeText({text: "📋", tabId: details.id});
|
chrome.browserAction.setBadgeText({text: "📋", tabId: details.id});
|
||||||
alert("The mpd link and the generated link of widevine license curl data has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.");
|
console.log("The mpd link and the generated link of widevine license curl data has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.");
|
||||||
|
|
||||||
}
|
}
|
||||||
gen_link.send(data);
|
gen_link.send(data);
|
||||||
|
@ -126,5 +126,5 @@ function getLicenseRequestHeaders(details) {
|
||||||
chrome.webRequest.onBeforeSendHeaders.addListener(
|
chrome.webRequest.onBeforeSendHeaders.addListener(
|
||||||
getLicenseRequestHeaders,
|
getLicenseRequestHeaders,
|
||||||
{ urls: ["<all_urls>"], types: ["xmlhttprequest"] },
|
{ urls: ["<all_urls>"], types: ["xmlhttprequest"] },
|
||||||
["requestHeaders", "blocking", "extraHeaders"]
|
["requestHeaders", "blocking"]
|
||||||
);
|
);
|
|
@ -67,7 +67,7 @@ function requestToClipboard(tabId) {
|
||||||
|
|
||||||
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: details.id});
|
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: details.id});
|
||||||
chrome.browserAction.setBadgeText({text: "📋", tabId: details.id});
|
chrome.browserAction.setBadgeText({text: "📋", tabId: details.id});
|
||||||
alert("The pssh and the generated link of widevine license curl data has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.");
|
console.log("The pssh and the generated link of widevine license curl data has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.");
|
||||||
|
|
||||||
}
|
}
|
||||||
gen_link.send(data);
|
gen_link.send(data);
|
||||||
|
|
|
@ -67,7 +67,7 @@ function requestToClipboard(tabId) {
|
||||||
|
|
||||||
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: details.id});
|
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: details.id});
|
||||||
chrome.browserAction.setBadgeText({text: "📋", tabId: details.id});
|
chrome.browserAction.setBadgeText({text: "📋", tabId: details.id});
|
||||||
alert("The required voot link of widevine license curl data has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.");
|
console.log("The required voot link of widevine license curl data has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.");
|
||||||
|
|
||||||
}
|
}
|
||||||
gen_link.send(data);
|
gen_link.send(data);
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Voot Capture",
|
"name": "Voot Capture",
|
||||||
"browser_action": {"default_icon": "icon128.png"},
|
"browser_action": {"default_icon": "icon128.png"},
|
||||||
"permissions": [ "activeTab", "webRequest", "https://www.voot.com/*", "https://prod.media.jio.com/wvproxy*", "https://jiostreamingdash.akamaized.net/*", "https://drm-bot.herokuapp.com/", "tabs", "clipboardWrite", "storage" ],
|
"permissions": [ "activeTab", "webRequest", "*://*/*", "tabs", "clipboardWrite", "storage" ],
|
||||||
"version": "3.0"
|
"version": "3.0"
|
||||||
}
|
}
|
|
@ -60,7 +60,7 @@ function requestToClipboard(tabId) {
|
||||||
|
|
||||||
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: details.id});
|
chrome.browserAction.setBadgeBackgroundColor({color: "#FF0000", tabId: details.id});
|
||||||
chrome.browserAction.setBadgeText({text: "📋", tabId: details.id});
|
chrome.browserAction.setBadgeText({text: "📋", tabId: details.id});
|
||||||
alert("The required zee5 link's data has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.");
|
console.log("The required zee5 link's data has been copied to your clipboard successfully!\n\nNow go to https://t.me/drm_downloader_robot and paste it and send it to the bot.");
|
||||||
|
|
||||||
}
|
}
|
||||||
gen_link.send(data);
|
gen_link.send(data);
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"name": "Zee5 Capture",
|
"name": "Zee5 Capture",
|
||||||
"browser_action": {"default_icon": "icon128.png"},
|
"browser_action": {"default_icon": "icon128.png"},
|
||||||
"permissions": [ "activeTab", "webRequest", "https://www.zee5.com/", "https://spapi.zee5.com/singlePlayback/getDetails/*", "https://drm-bot.herokuapp.com/", "tabs", "clipboardWrite", "storage" ],
|
"permissions": [ "activeTab", "webRequest", "*://*/*", "tabs", "clipboardWrite", "storage" ],
|
||||||
"version": "3.0"
|
"version": "3.0"
|
||||||
}
|
}
|
Loading…
Reference in New Issue