filma24
This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.
filma24 क्या है?
filma24 https://emanuelzhupa.netlify.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में filma24 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server.
एक्सटेंशन की मूल जानकारी
नाम | filma24 |
ID | jmkgalgjcajmnaffhhccaialhephchei |
आधिकारिक URL | https://chromewebstore.google.com/detail/filma24/jmkgalgjcajmnaffhhccaialhephchei |
विवरण | This extension will help you get rid of all of Filma24 redirects, and it will play the movie right from the host server. |
फ़ाइल का आकार | 14.9 KB |
स्थापना संख्या | 215 |
वर्तमान संस्करण | 3.1.2 |
अंतिम अपडेट | 2023-12-30 |
प्रकाशन तिथि | 2021-06-08 |
रेटिंग | 4.25/5 कुल 4 रेटिंग्स |
डेवलपर | https://emanuelzhupa.netlify.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://emanuelzhupa.netlify.com/ |
सहायता पृष्ठ URL | https://emanuelzhupa.netlify.com/ |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "filma24", "description": "", "version": "3.1.2", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "24": "img\/logo-24.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-4e7ca6d4.js" ], "matches": [ "https:\/\/www.filma24.pl\/*", "https:\/\/www.filma24.cyou\/*", "https:\/\/www.filma24.ch\/*", "https:\/\/filma24.click\/*" ] } ], "web_accessible_resources": [ { "matches": [], "resources": [ "img\/logo-16.png", "img\/logo-24.png", "img\/logo-32.png", "img\/logo-48.png", "img\/logo-128.png" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/filma24.click\/*", "https:\/\/www.filma24.ch\/*", "https:\/\/www.filma24.cyou\/*", "https:\/\/www.filma24.pl\/*" ], "resources": [ "assets\/chunk-04611aa4.js" ], "use_dynamic_url": true } ] } |