Sorozat++
Nézd kedvenc sorozataidat reklámok nélkül!
What is Sorozat++?
Sorozat++ is a Chrome extension developed by nmihaly0113, and its main feature is "Nézd kedvenc sorozataidat reklámok nélkül!".
Extension Screenshots
Download Sorozat++ Extension CRX File
Download Sorozat++ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
🤢 Zavarnak az undorító reklámok kedvenc sorozatnézős oldalaidon? 😡 Átugorhatatlan reklámokat kell nézned minden alkalommmal? ❗SZABADULJ MEG A REKLÁMOKTÓL❗ ☝️ Telepítsd a bővítményt most! ☝️ Jelenleg támogatott oldalak: ✔️ Sorozatbarát (https://www.sorozatbarat.club/) ✔️ Online-filmek (https://online-filmek.me/) ✔️ Sorozat.eu (https://sorozat.eu/) ❓ Ha szívesen látnál más oldalt is a listán, esetleg hibát találtál vagy ötleted van a jelenlegi oldalakkal kapcsolatban, kérlek küldj üzenetet a "Visszajelzés" gombra kattintva. ☕ Ha tetszik, kérlek hívj meg egy kávéra a "Donate" gombon keresztül ;)
Extension Basic Information
Name | Sorozat++ |
ID | nmfmgepflodcoajnhakblkfedkapomni |
Official URL | https://chromewebstore.google.com/detail/sorozat++/nmfmgepflodcoajnhakblkfedkapomni |
Description | Nézd kedvenc sorozataidat reklámok nélkül! |
File Size | 27.81 KB |
Installation Count | 23 |
Current Version | 1.0.2 |
Last Updated | 2022-10-08 |
Publish Date | 2022-04-28 |
Developer | nmihaly0113 |
[email protected] | |
Payment Type | free |
Supported Languages | hu |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sorozat++", "description": "N\u00e9zd kedvenc sorozataidat rekl\u00e1mok n\u00e9lk\u00fcl!", "author": "Skyfighteer", "version": "1.0.2", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": { "16": "icons\/icon128.png" }, "default_title": "Sorozat++", "default_popup": "options\/popup.html" }, "permissions": [ "storage", "activeTab", "tabs" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.sorozatbarat.club\/*", "https:\/\/www.filmorias.com\/*", "https:\/\/online-filmek.me\/sorozat\/*", "https:\/\/mozinet.me\/*", "https:\/\/filmvilag.me\/*", "https:\/\/sorozat.eu\/*" ], "js": [ "content-script.js", "arrive.js" ], "run_at": "document_start" } ] } |