diff --git a/tromjaro/xfce/Packages-Desktop b/tromjaro/xfce/Packages-Desktop
index 8c3e2aec..97f14c60 100644
--- a/tromjaro/xfce/Packages-Desktop
+++ b/tromjaro/xfce/Packages-Desktop
@@ -89,6 +89,7 @@ vala-panel-appmenu-xfce-git
vala-panel-appmenu-common-git
appmenu-gtk-module
libdbusmenu-gtk2
+appmenu-glib-translator-git
#Themes and Icons
@@ -111,7 +112,6 @@ timeshift-autosnap-manjaro
manjaro-printer
gtkhash-thunar
xfce4-panel-profiles
-web-installer-url-handler
xfce4-appfinder
xfce4-docklike-plugin
xfce4-windowck-plugin-xfwm4-theme-support
@@ -299,10 +299,8 @@ xf86-input-void
## Xorg Server and Graphics
>multilib lib32-libva-intel-driver
>multilib lib32-libva-mesa-driver
->multilib lib32-libva-vdpau-driver
libva-intel-driver
libva-mesa-driver
-libva-vdpau-driver
mesa-utils
>multilib lib32-mesa-utils
numlockx
diff --git a/tromjaro/xfce/Packages-Live b/tromjaro/xfce/Packages-Live
index ffed5daf..bb789628 100644
--- a/tromjaro/xfce/Packages-Live
+++ b/tromjaro/xfce/Packages-Live
@@ -1,5 +1,5 @@
btrfs-assistant
-calamares
+calamares5
clonezilla
gparted
gsmartcontrol
diff --git a/tromjaro/xfce/Packages-Root b/tromjaro/xfce/Packages-Root
index 15bf8e27..fda21d6c 100644
--- a/tromjaro/xfce/Packages-Root
+++ b/tromjaro/xfce/Packages-Root
@@ -59,7 +59,6 @@ reiserfsprogs
rsync
s-nail
sof-firmware
-spectre-meltdown-checker
sudo
sysfsutils
systemd
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.config/xfce4/panel/whiskermenu-5.rc b/tromjaro/xfce/desktop-overlay/etc/skel/.config/xfce4/panel/whiskermenu-5.rc
index 23d0f1e9..97f3a1ef 100644
--- a/tromjaro/xfce/desktop-overlay/etc/skel/.config/xfce4/panel/whiskermenu-5.rc
+++ b/tromjaro/xfce/desktop-overlay/etc/skel/.config/xfce4/panel/whiskermenu-5.rc
@@ -59,7 +59,7 @@ regex=false
[action1]
name=Search the Web
pattern=web
-command=exo-open --launch WebBrowser https://search.trom.tf/search?q=%u
+command=exo-open --launch WebBrowser https://searchredirect.trom.tf/search?q=%u
regex=false
[action2]
@@ -89,19 +89,19 @@ regex=true
[action6]
name=Search for Videos Online
pattern=video
-command=exo-open --launch WebBrowser https://search.trom.tf/search?q=%u&categories=videos
+command=exo-open --launch WebBrowser https://searchredirect.trom.tf/search?q=%u&categories=videos
regex=false
[action7]
name=Search for Images Online
pattern=image
-command=exo-open --launch WebBrowser https://search.trom.tf/search?q=%u&categories=images
+command=exo-open --launch WebBrowser https://searchredirect.trom.tf/search?q=%u&categories=images
regex=false
[action8]
name=Search for Files Online
pattern=download
-command=exo-open --launch WebBrowser https://search.trom.tf/search?q=%u&categories=files
+command=exo-open --launch WebBrowser https://searchredirect.trom.tf/search?q=%u&categories=files
regex=false
[action9]
@@ -113,13 +113,13 @@ regex=false
[action10]
name=Search for News Online
pattern=news
-command=exo-open --launch WebBrowser https://search.trom.tf/search?q=%u&categories=news
+command=exo-open --launch WebBrowser https://searchredirect.trom.tf/search?q=%u&categories=news
regex=false
[action11]
name=Search for Scientific Papers Online
pattern=science
-command=exo-open --launch WebBrowser https://search.trom.tf/search?q=%u&categories=science
+command=exo-open --launch WebBrowser https://searchredirect.trom.tf/search?q=%u&categories=science
regex=false
[action12]
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml b/tromjaro/xfce/desktop-overlay/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml
index d0489775..555a0e01 100644
--- a/tromjaro/xfce/desktop-overlay/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml
+++ b/tromjaro/xfce/desktop-overlay/etc/skel/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-appfinder.xml
@@ -66,12 +66,12 @@
-
+
-
+
@@ -81,17 +81,17 @@
-
+
-
+
-
+
@@ -101,7 +101,7 @@
-
+
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.local/share/applications/hardinfo.desktop b/tromjaro/xfce/desktop-overlay/etc/skel/.local/share/applications/hardinfo.desktop
deleted file mode 100644
index 9b232daa..00000000
--- a/tromjaro/xfce/desktop-overlay/etc/skel/.local/share/applications/hardinfo.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.1
-Type=Application
-Name=System Info
-Comment=Displays system information
-Icon=hardinfo
-Exec=/usr/bin/hardinfo
-Actions=
-Categories=Settings;X-XFCE-SettingsDialog;X-XFCE-SystemSettings;
-Keywords=linux;kernel;system;hardware;cpu;processor;capabilities;frequency;memory;ram;board;resources;sensors;devices;usb;pci;display;network;benchmark;test;
-StartupNotify=true
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.local/share/applications/hardinfo2.desktop b/tromjaro/xfce/desktop-overlay/etc/skel/.local/share/applications/hardinfo2.desktop
new file mode 100644
index 00000000..882e4c1b
--- /dev/null
+++ b/tromjaro/xfce/desktop-overlay/etc/skel/.local/share/applications/hardinfo2.desktop
@@ -0,0 +1,16 @@
+[Desktop Entry]
+Name=System Information
+Name[zh_CN]=硬件信息
+Comment=System Information and Benchmark
+Comment[de]=Systeminformationen und Benchmark
+Comment[ru]=Информация о системе и тесты
+Comment[zh_CN]=系统信息及性能测试
+Exec=hardinfo2
+Icon=hardinfo
+Terminal=false
+Type=Application
+StartupNotify=true
+Categories=Settings;X-XFCE-SettingsDialog;X-XFCE-SystemSettings;
+Keywords=linux;kernel;system;hardware;cpu;processor;capabilities;frequency;memory;ram;board;resources;sensors;devices;usb;pci;display;network;benchmark;test;
+Keywords[zh_CN]=linux;内核;系统;硬件;cpu;处理器;capabilities;频率;内存;ram;主板;资源;传感器;设备;usb;pci;显示;网络;性能测试;测试;
+Path=
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/addonStartup.json.lz4 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/addonStartup.json.lz4
index 7d2689b1..5120a319 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/addonStartup.json.lz4 and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/addonStartup.json.lz4 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/addons.json b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/addons.json
index 76bee889..2d920391 100644
--- a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/addons.json
+++ b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/addons.json
@@ -1 +1 @@
-{"schema":6,"addons":[{"id":"uBlock0@raymondhill.net","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/607/607454-32.png?modified=mcrushed","64":"https://addons.mozilla.org/user-media/addon_icons/607/607454-64.png?modified=mcrushed","128":"https://addons.mozilla.org/user-media/addon_icons/607/607454-128.png?modified=mcrushed"},"name":"uBlock Origin","version":"1.53.0","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4188488/ublock_origin-1.53.0.xpi","homepageURL":"https://github.com/gorhill/uBlock#ublock-origin","supportURL":"https://old.reddit.com/r/uBlockOrigin/","description":"Finally, an efficient wide-spectrum content blocker. Easy on CPU and memory.","fullDescription":"uBlock Origin is not an \"ad blocker\", it's a wide-spectrum content blocker with CPU and memory efficiency as a primary feature.\n\n***\n\nOut of the box, uBO blocks ads, trackers, coin miners, popups, etc. through the following lists of filters, enabled by default:\n\n- EasyList (ads)\n- EasyPrivacy (tracking)\n- Peter Lowe’s Ad server list (ads and tracking)\n- Online Malicious URL Blocklist\n- uBO's own lists\n\nMore lists are available for you to select if you wish:\n\n- EasyList Cookie\n- Fanboy Annoyances\n- AdGuard Annoyances\n- Dan Pollock’s hosts file\n- And many others\n\nAdditionally, you can point-and-click to block JavaScript locally or globally, create your own global or local rules to override entries from filter lists, and many more advanced features.\n\n***\n\nFree.\nOpen source with public license (GPLv3)\nFor users by users.\n\nIf ever you really do want to contribute something, think about the people working hard to maintain the filter lists you are using, which were made available to use by all for free.\n\n***\n\n Documentation\n Release notes\n Community support @ Reddit\n Contributors @ GitHub\n Contributors @ Crowdin","weeklyDownloads":259499,"type":"extension","creator":{"name":"Raymond Hill","url":"https://addons.mozilla.org/en-US/firefox/user/11423598/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/238/238546.png?modified=1622132421","width":1011,"height":758,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/238/238546.jpg?modified=1622132421","thumbnailWidth":533,"thumbnailHeight":400,"caption":"The popup panel: default mode"},{"url":"https://addons.mozilla.org/user-media/previews/full/238/238548.png?modified=1622132423","width":1011,"height":758,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/238/238548.jpg?modified=1622132423","thumbnailWidth":533,"thumbnailHeight":400,"caption":"The dashboard: stock filter lists"},{"url":"https://addons.mozilla.org/user-media/previews/full/238/238547.png?modified=1622132425","width":1011,"height":758,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/238/238547.jpg?modified=1622132425","thumbnailWidth":533,"thumbnailHeight":400,"caption":"The popup panel: default-deny mode"},{"url":"https://addons.mozilla.org/user-media/previews/full/238/238549.png?modified=1622132426","width":1011,"height":758,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/238/238549.jpg?modified=1622132426","thumbnailWidth":533,"thumbnailHeight":400,"caption":"The dashboard: settings"},{"url":"https://addons.mozilla.org/user-media/previews/full/238/238552.png?modified=1622132430","width":970,"height":1800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/238/238552.jpg?modified=1622132430","thumbnailWidth":216,"thumbnailHeight":400,"caption":"The popup panel in Firefox Preview: default mode with more blocking options revealed"},{"url":"https://addons.mozilla.org/user-media/previews/full/230/230370.png?modified=1622132432","width":800,"height":600,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/230/230370.jpg?modified=1622132432","thumbnailWidth":533,"thumbnailHeight":400,"caption":"The unified logger tells you all that uBO is seeing and doing"}],"contributionURL":"","averageRating":4.7841,"reviewCount":4291,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/reviews/","updateDate":1699318530000},{"id":"jid1-MnnxcxisBPnSXQ@jetpack","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/506/506646-32.png?modified=mcrushed","64":"https://addons.mozilla.org/user-media/addon_icons/506/506646-64.png?modified=mcrushed","128":"https://addons.mozilla.org/user-media/addon_icons/506/506646-128.png?modified=mcrushed"},"name":"Privacy Badger","version":"2023.10.31","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4188670/privacy_badger17-2023.10.31.xpi","homepageURL":"https://privacybadger.org/","supportURL":"https://privacybadger.org/#faq","description":"Automatically learns to block invisible trackers.","fullDescription":"Privacy Badger automatically learns to block invisible trackers. Instead of keeping lists of what to block, Privacy Badger automatically discovers trackers based on their behavior.\n\nPrivacy Badger sends the Global Privacy Control signal to opt you out of data sharing and selling, and the Do Not Track signal to tell companies not to track you. If trackers ignore your wishes, Privacy Badger will learn to block them.\n\nBesides automatic tracker blocking, Privacy Badger replaces potentially useful trackers (video players, comments widgets, etc.) with click-to-activate placeholders, and removes outgoing link click tracking on Facebook and Google, with more privacy protections on the way.\n\nTo learn more, see the FAQ on Privacy Badger's homepage.","weeklyDownloads":24811,"type":"extension","creator":{"name":"EFF Technologists","url":"https://addons.mozilla.org/en-US/firefox/user/5474073/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/225/225184.png?modified=1622132341","width":1920,"height":1080,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/225/225184.jpg?modified=1622132341","thumbnailWidth":533,"thumbnailHeight":300,"caption":"Privacy Badger is a project of the Electronic Frontier Foundation"},{"url":"https://addons.mozilla.org/user-media/previews/full/171/171793.png?modified=1622132342","width":700,"height":394,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/171/171793.jpg?modified=1622132342","thumbnailWidth":533,"thumbnailHeight":300,"caption":"Privacy Badger at work on the whitehouse.gov privacy policy page."}],"contributionURL":"https://paypal.me/SupportEFF?utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org","averageRating":4.7941,"reviewCount":441,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/reviews/","updateDate":1698912966000},{"id":"sponsorBlocker@ajay.app","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/2590/2590937-32.png?modified=d215907f","64":"https://addons.mozilla.org/user-media/addon_icons/2590/2590937-64.png?modified=d215907f","128":"https://addons.mozilla.org/user-media/addon_icons/2590/2590937-128.png?modified=d215907f"},"name":"SponsorBlock - Skip Sponsorships on YouTube","version":"5.4.25","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4185110/sponsorblock-5.4.25.xpi","homepageURL":"https://sponsor.ajay.app","supportURL":"https://sponsor.ajay.app","description":"Easily skip YouTube video sponsors. When you visit a YouTube video, the extension will check the database for reported sponsors and automatically skip known sponsors. You can also report sponsors in videos.\n\nOther browsers: https://sponsor.ajay.app","fullDescription":"SponsorBlock lets you skip over sponsors, intros, outros, subscription reminders, and other annoying parts of YouTube videos. SponsorBlock is a crowdsourced browser extension that lets anyone submit the start and end times of sponsored segments and other segments of YouTube videos. Once one person submits this information, everyone else with this extension will skip right over the sponsored segment.\n\nYou can also skip over non music sections of music videos.\n\nSupports Invidious, old YouTube and mobile YouTube.\n\nWith this extension, you will automatically skip YouTube sponsors.\n\nMore information about how it works: https://sponsor.ajay.app\n\nSource code: https://github.com/ajayyy/SponsorBlock\n\nPrivacy Policy: https://gist.github.com/ajayyy/aa9f8ded2b573d4f73a3ffa0ef74f796\n\n\n\nPermissions:\n\nAccess your data for youtube.com, www.youtube-nocookie.com:\n- Used to modify the YouTube webpage\n\nThis add-on may also ask to access data for any website:\n- You can add your own instances of 3rd party YouTube front-ends, and it will ask for permission to modify each site you add","weeklyDownloads":16556,"type":"extension","creator":{"name":"Ajay Ramachandran","url":"https://addons.mozilla.org/en-US/firefox/user/13499177/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/227/227749.png?modified=1622134658","width":1280,"height":800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/227/227749.jpg?modified=1622134658","thumbnailWidth":533,"thumbnailHeight":333},{"url":"https://addons.mozilla.org/user-media/previews/full/227/227750.png?modified=1622134672","width":1280,"height":800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/227/227750.jpg?modified=1622134672","thumbnailWidth":533,"thumbnailHeight":333},{"url":"https://addons.mozilla.org/user-media/previews/full/227/227751.png?modified=1622134680","width":1920,"height":1200,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/227/227751.jpg?modified=1622134680","thumbnailWidth":533,"thumbnailHeight":333}],"contributionURL":"https://github.com/sponsors/ajayyy-org?utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org","averageRating":4.8169,"reviewCount":576,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/sponsorblock/reviews/","updateDate":1698308217000},{"id":"keepassxc-browser@keepassxc.org","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/917/917354-32.png?modified=1648138451","64":"https://addons.mozilla.org/user-media/addon_icons/917/917354-64.png?modified=1648138451","128":"https://addons.mozilla.org/user-media/addon_icons/917/917354-128.png?modified=1648138451"},"name":"KeePassXC-Browser","version":"1.8.9","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4182106/keepassxc_browser-1.8.9.xpi","homepageURL":"https://keepassxc.org/","supportURL":"https://github.com/keepassxreboot/keepassxc-browser","description":"Official browser plugin for the KeePassXC password manager (https://keepassxc.org).","fullDescription":"Official browser plugin for the KeePassXC password manager (https://keepassxc.org).\n\nThe thing computers can do best is storing information.\nYou shouldn't waste your time trying to remember and type your passwords.\nKeePassXC can store your passwords safely and auto-type them into your everyday websites and applications.","weeklyDownloads":3329,"type":"extension","creator":{"name":"KeePassXC Team","url":"https://addons.mozilla.org/en-US/firefox/user/13036987/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/197/197999.png?modified=1622132902","width":700,"height":198,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/197/197999.jpg?modified=1622132902","thumbnailWidth":533,"thumbnailHeight":151,"caption":"KeePassXC"},{"url":"https://addons.mozilla.org/user-media/previews/full/234/234592.png?modified=1622132905","width":1513,"height":1047,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/234/234592.jpg?modified=1622132905","thumbnailWidth":533,"thumbnailHeight":369,"caption":"Settings page"}],"contributionURL":"https://paypal.me/jbevendorff?utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org","averageRating":4.2623,"reviewCount":234,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/reviews/","updateDate":1697643122000},{"id":"{9350bc42-47fb-4598-ae0f-825e3dd9ceba}","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/918/918574-32.png?modified=1531770407","64":"https://addons.mozilla.org/user-media/addon_icons/918/918574-64.png?modified=1531770407","128":"https://addons.mozilla.org/user-media/addon_icons/918/918574-128.png?modified=1531770407"},"name":"Absolute Enable Right Click & Copy","version":"1.3.8","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/1205179/absolute_enable_right_click-1.3.8.xpi","homepageURL":null,"supportURL":null,"description":"Force Enable Right Click & Copy","fullDescription":"Get The Best Browsing Experience Without Limitations And Restrictions In An Online World\n\n★ Features :\n→ Remove Copy Text Protection On All Website\n→ Force Enable Right Click Button\n→ Allow Copy And Highlight\n→ Disable Annoying Dialog Message (Not Able To Copy Content On This Webpage)\n→ Re-Enable Context Menu\n→ Include \"Absolute Mode\" To Force Remove Any Type Of Protection\n\n------------------------------------------------------------------------\nIf You Like This Extension, Please Rate And Share\nMade Possible By Absolute","weeklyDownloads":2685,"type":"extension","creator":{"name":"Absolute","url":"https://addons.mozilla.org/en-US/firefox/user/13673741/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/204/204829.png?modified=1622132943","width":640,"height":400,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/204/204829.jpg?modified=1622132943","thumbnailWidth":533,"thumbnailHeight":333,"caption":"01"},{"url":"https://addons.mozilla.org/user-media/previews/full/204/204830.png?modified=1622132944","width":640,"height":400,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/204/204830.jpg?modified=1622132944","thumbnailWidth":533,"thumbnailHeight":333,"caption":"02"}],"contributionURL":"","averageRating":4.529,"reviewCount":271,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/absolute-enable-right-click/reviews/","updateDate":1547160307000},{"id":"wayback_machine@mozilla.org","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/711/711438-32.png?modified=ae444026","64":"https://addons.mozilla.org/user-media/addon_icons/711/711438-64.png?modified=ae444026","128":"https://addons.mozilla.org/user-media/addon_icons/711/711438-128.png?modified=ae444026"},"name":"Wayback Machine","version":"3.2","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4047136/wayback_machine_new-3.2.xpi","homepageURL":"https://archive.org","supportURL":"https://archive.org/about/contact.php","description":"Welcome to the Official Internet Archive Wayback Machine Browser Extension! Go back in time to see how a website has changed through the history of the Web. Save websites, view missing 404 Not Found pages, or read archived books & papers.","fullDescription":"Welcome to the Official Internet Archive Wayback Machine Browser Extension! Go back in time to see how a website has changed through the history of the Web. Save websites, view missing 404 Not Found pages, or read archived books & papers.\n\nMost features will work without requiring an account including Save Page Now.\n\nSome features must be enabled from Settings. Turn on Private Mode to prevent automatic sending of data and to protect your privacy while browsing.\n\nFeatures\n\n• Save Page Now - Instantly save the page you are currently viewing in the Wayback Machine. Turn on Auto Save Page in settings to save pages that have not previously been saved, or Auto Save Bookmarks to save when bookmarking a page. Works while logged out, or log in for additional options.\n\n• Oldest, Newest & Overview - View the first version of a page or the most recently saved in the Wayback Machine. Or view a calendar overview of all archived pages. Can also use by right-clicking over a page or link.\n\n• Wayback Machine Count - Display a count of snapshots of the current page stored in the Wayback Machine over the toolbar icon, and the date of last save in the popup.\n\n• 404 Not Found - When an error occurs, automatically check if an archived copy is available. Checks against 4xx & 5xx HTTP error codes.\n\n• Contextual Notices - Check for contextual information from fact checking organizations and origin websites.\n\n• Relevant Resources - View research papers and books while visiting Wikipedia, archived digitized books while visiting Amazon Books, and recommended TV News Clips while visiting news websites.\n\n• URLs & Collections - Show a list of URLs captured under the current website, and what collections they are saved under.\n\n• Site Map & Word Cloud - Present a sunburst diagram for the domain you are currently viewing, or create a Word Cloud from the link's anchor text of the page you are on.\n\n• Annotations - Provide a list of annotations for the current web page and domain, provided by Hypothes.is.\n\n• My Web Archive - Save URLs to your public archive page on the Internet Archive.\n\n• Tweets & Share Links - Search Twitter for information regarding your current page, or share archived links on social media.\n\n\nFor support, please email info@archive.org","weeklyDownloads":451,"type":"extension","creator":{"name":"Internet Archive","url":"https://addons.mozilla.org/en-US/firefox/user/12373129/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/266/266583.png?modified=1649876670","width":1280,"height":800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/266/266583.jpg?modified=1649876670","thumbnailWidth":533,"thumbnailHeight":333,"caption":"See how websites have changed through the history of the Web."},{"url":"https://addons.mozilla.org/user-media/previews/full/266/266584.png?modified=1649876670","width":1280,"height":800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/266/266584.jpg?modified=1649876670","thumbnailWidth":533,"thumbnailHeight":333,"caption":"View archived copies of missing websites."},{"url":"https://addons.mozilla.org/user-media/previews/full/266/266585.png?modified=1649876670","width":1280,"height":800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/266/266585.jpg?modified=1649876670","thumbnailWidth":533,"thumbnailHeight":333,"caption":"Instantly save the page you are currently viewing in the Wayback Machine."},{"url":"https://addons.mozilla.org/user-media/previews/full/268/268466.png?modified=1649876675","width":1280,"height":800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/268/268466.jpg?modified=1649876675","thumbnailWidth":533,"thumbnailHeight":333,"caption":"View archived research papers and books referenced in Wikipedia."},{"url":"https://addons.mozilla.org/user-media/previews/full/266/266587.png?modified=1649876670","width":1280,"height":800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/266/266587.jpg?modified=1649876670","thumbnailWidth":533,"thumbnailHeight":333,"caption":"See annotations for the current web page and domain provided by Hypothes.is."}],"contributionURL":"","averageRating":3.8989,"reviewCount":150,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/wayback-machine_new/reviews/","updateDate":1672928600000},{"id":"7esoorv3@alefvanoon.anonaddy.me","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/2738/2738435-32.png?modified=042b804c","64":"https://addons.mozilla.org/user-media/addon_icons/2738/2738435-64.png?modified=042b804c","128":"https://addons.mozilla.org/user-media/addon_icons/2738/2738435-128.png?modified=042b804c"},"name":"LibRedirect","version":"2.8.1","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4178347/libredirect-2.8.1.xpi","homepageURL":"https://libredirect.github.io","supportURL":null,"description":"Redirects YouTube, Twitter, TikTok... requests to alternative privacy friendly frontends.","fullDescription":"A web extension that redirects YouTube, Twitter, TikTok... requests to alternative privacy friendly frontends.\n\nMore info: https://libredirect.github.io\nDonate: https://libredirect.github.io/donate.html","weeklyDownloads":518,"type":"extension","creator":{"name":"ManeraKai","url":"https://addons.mozilla.org/en-US/firefox/user/17283164/"},"developers":[{"name":"Ikel Atomig","url":"https://addons.mozilla.org/en-US/firefox/user/18016974/"}],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/279/279683.png?modified=1678385759","width":1280,"height":992,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/279/279683.jpg?modified=1678385759","thumbnailWidth":516,"thumbnailHeight":400,"caption":"Popup"},{"url":"https://addons.mozilla.org/user-media/previews/full/279/279684.png?modified=1678385758","width":1280,"height":992,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/279/279684.jpg?modified=1678385758","thumbnailWidth":516,"thumbnailHeight":400,"caption":"Settings => General"},{"url":"https://addons.mozilla.org/user-media/previews/full/279/279685.png?modified=1678385758","width":1280,"height":992,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/279/279685.jpg?modified=1678385758","thumbnailWidth":516,"thumbnailHeight":400,"caption":"Settings => YouTube"}],"contributionURL":"https://opencollective.com/libredirect?utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org","averageRating":4.6404,"reviewCount":44,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/libredirect/reviews/","updateDate":1696772430000},{"id":"yayanotherspeeddial@bakadev.fr","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/908/908898-32.png?modified=1614616677","64":"https://addons.mozilla.org/user-media/addon_icons/908/908898-64.png?modified=1614616677","128":"https://addons.mozilla.org/user-media/addon_icons/908/908898-128.png?modified=1614616677"},"name":"Yay! Another Speed dial!","version":"1.5.2.1","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/3775587/yay_another_speed_dial-1.5.2.1.xpi","homepageURL":"https://www.yayspeeddial.com/","supportURL":null,"description":"A cool and highly customizable Speed Dial focused on style and simplicity.","fullDescription":"Yay! Another Speed dial! is an extension to replace the home page when opening the browser or a new tab.\nYou can organize your bookmarks by tabs to quickly access your favorite sites.\nA theme editor makes it possible to completely personalize your homepage as you wish!\n\nfeatures\n- Fully customize your homepage or use one of our already created themes.\n- Fully responsive design\n- Organize your bookmarks by tabs\n- Easily add the site you are visiting to one of the tabs you have created","weeklyDownloads":10,"type":"extension","creator":{"name":"Mimiste","url":"https://addons.mozilla.org/en-US/firefox/user/13536280/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/198/198155.png?modified=1622132895","width":700,"height":438,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/198/198155.jpg?modified=1622132895","thumbnailWidth":533,"thumbnailHeight":334,"caption":"Home page"},{"url":"https://addons.mozilla.org/user-media/previews/full/198/198156.png?modified=1622132895","width":700,"height":438,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/198/198156.jpg?modified=1622132895","thumbnailWidth":533,"thumbnailHeight":334,"caption":"Theme editor (Page)"},{"url":"https://addons.mozilla.org/user-media/previews/full/198/198157.png?modified=1622132895","width":700,"height":438,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/198/198157.jpg?modified=1622132895","thumbnailWidth":533,"thumbnailHeight":334,"caption":"Theme editor (Dials)"}],"contributionURL":"https://www.paypal.com/donate/?token=PbH2msRz-nbqfCjJzSxg38MWE619YgzqzXP3yWxU7xm8DFWg-UpUHI-SNsrG_Ddrbo7GAG&country.x=FR&locale.x=&utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org","averageRating":4.2927,"reviewCount":63,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/yay-another-speed-dial/reviews/","updateDate":1620892533000}]}
\ No newline at end of file
+{"schema":6,"addons":[{"id":"uBlock0@raymondhill.net","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/607/607454-32.png?modified=mcrushed","64":"https://addons.mozilla.org/user-media/addon_icons/607/607454-64.png?modified=mcrushed","128":"https://addons.mozilla.org/user-media/addon_icons/607/607454-128.png?modified=mcrushed"},"name":"uBlock Origin","version":"1.58.0","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4290466/ublock_origin-1.58.0.xpi","homepageURL":"https://github.com/gorhill/uBlock#ublock-origin","supportURL":"https://old.reddit.com/r/uBlockOrigin/","amoListingURL":"https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/","description":"Finally, an efficient wide-spectrum content blocker. Easy on CPU and memory.","fullDescription":"uBlock Origin is not an \"ad blocker\", it's a wide-spectrum content blocker with CPU and memory efficiency as a primary feature.\n\n***\n\nOut of the box, uBO blocks ads, trackers, coin miners, popups, etc. through the following lists of filters, enabled by default:\n\n- EasyList (ads)\n- EasyPrivacy (tracking)\n- Peter Lowe’s Ad server list (ads and tracking)\n- Online Malicious URL Blocklist\n- uBO's own lists\n\nMore lists are available for you to select if you wish:\n\n- EasyList Cookie\n- Fanboy Annoyances\n- AdGuard Annoyances\n- Dan Pollock’s hosts file\n- And many others\n\nAdditionally, you can point-and-click to block JavaScript locally or globally, create your own global or local rules to override entries from filter lists, and many more advanced features.\n\n***\n\nFree.\nOpen source with public license (GPLv3)\nFor users by users.\n\nIf ever you really do want to contribute something, think about the people working hard to maintain the filter lists you are using, which were made available to use by all for free.\n\n***\n\n Documentation\n Release notes\n Community support @ Reddit\n Contributors @ GitHub\n Contributors @ Crowdin","weeklyDownloads":178000,"type":"extension","creator":{"name":"Raymond Hill","url":"https://addons.mozilla.org/en-US/firefox/user/11423598/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/238/238546.png?modified=1622132421","width":1011,"height":758,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/238/238546.jpg?modified=1622132421","thumbnailWidth":533,"thumbnailHeight":400,"caption":"The popup panel: default mode"},{"url":"https://addons.mozilla.org/user-media/previews/full/238/238548.png?modified=1622132423","width":1011,"height":758,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/238/238548.jpg?modified=1622132423","thumbnailWidth":533,"thumbnailHeight":400,"caption":"The dashboard: stock filter lists"},{"url":"https://addons.mozilla.org/user-media/previews/full/238/238547.png?modified=1622132425","width":1011,"height":758,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/238/238547.jpg?modified=1622132425","thumbnailWidth":533,"thumbnailHeight":400,"caption":"The popup panel: default-deny mode"},{"url":"https://addons.mozilla.org/user-media/previews/full/238/238549.png?modified=1622132426","width":1011,"height":758,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/238/238549.jpg?modified=1622132426","thumbnailWidth":533,"thumbnailHeight":400,"caption":"The dashboard: settings"},{"url":"https://addons.mozilla.org/user-media/previews/full/238/238552.png?modified=1622132430","width":970,"height":1800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/238/238552.jpg?modified=1622132430","thumbnailWidth":216,"thumbnailHeight":400,"caption":"The popup panel in Firefox Preview: default mode with more blocking options revealed"},{"url":"https://addons.mozilla.org/user-media/previews/full/230/230370.png?modified=1622132432","width":800,"height":600,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/230/230370.jpg?modified=1622132432","thumbnailWidth":533,"thumbnailHeight":400,"caption":"The unified logger tells you all that uBO is seeing and doing"}],"contributionURL":"","averageRating":4.79,"reviewCount":4716,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/reviews/","updateDate":1721742023000},{"id":"jid1-MnnxcxisBPnSXQ@jetpack","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/506/506646-32.png?modified=mcrushed","64":"https://addons.mozilla.org/user-media/addon_icons/506/506646-64.png?modified=mcrushed","128":"https://addons.mozilla.org/user-media/addon_icons/506/506646-128.png?modified=mcrushed"},"name":"Privacy Badger","version":"2024.7.17","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4321653/privacy_badger17-2024.7.17.xpi","homepageURL":"https://privacybadger.org/","supportURL":"https://privacybadger.org/#faq","amoListingURL":"https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/","description":"Automatically learns to block invisible trackers.","fullDescription":"Privacy Badger automatically learns to block invisible trackers. Instead of keeping lists of what to block, Privacy Badger automatically discovers trackers based on their behavior.\n\nPrivacy Badger sends the Global Privacy Control signal to opt you out of data sharing and selling, and the Do Not Track signal to tell companies not to track you. If trackers ignore your wishes, Privacy Badger will learn to block them.\n\nBesides automatic tracker blocking, Privacy Badger replaces potentially useful trackers (video players, comments widgets, etc.) with click-to-activate placeholders, and removes outgoing link click tracking on Facebook and Google, with more privacy protections on the way.\n\nTo learn more, see the FAQ on Privacy Badger's homepage.","weeklyDownloads":24455,"type":"extension","creator":{"name":"EFF Technologists","url":"https://addons.mozilla.org/en-US/firefox/user/5474073/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/225/225184.png?modified=1622132341","width":1920,"height":1080,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/225/225184.jpg?modified=1622132341","thumbnailWidth":533,"thumbnailHeight":300,"caption":"Privacy Badger is a project of the Electronic Frontier Foundation"},{"url":"https://addons.mozilla.org/user-media/previews/full/171/171793.png?modified=1622132342","width":700,"height":394,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/171/171793.jpg?modified=1622132342","thumbnailWidth":533,"thumbnailHeight":300,"caption":"Privacy Badger at work on the whitehouse.gov privacy policy page."}],"contributionURL":"https://paypal.me/SupportEFF?utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org","averageRating":4.8023,"reviewCount":465,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/reviews/","updateDate":1721404501000},{"id":"sponsorBlocker@ajay.app","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/2590/2590937-32.png?modified=d215907f","64":"https://addons.mozilla.org/user-media/addon_icons/2590/2590937-64.png?modified=d215907f","128":"https://addons.mozilla.org/user-media/addon_icons/2590/2590937-128.png?modified=d215907f"},"name":"SponsorBlock - Skip Sponsorships on YouTube","version":"5.7","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4308094/sponsorblock-5.7.xpi","homepageURL":"https://sponsor.ajay.app","supportURL":"https://sponsor.ajay.app","amoListingURL":"https://addons.mozilla.org/en-US/firefox/addon/sponsorblock/","description":"Easily skip YouTube video sponsors. When you visit a YouTube video, the extension will check the database for reported sponsors and automatically skip known sponsors. You can also report sponsors in videos. Other browsers: https://sponsor.ajay.app","fullDescription":"SponsorBlock lets you skip over sponsors, intros, outros, subscription reminders, and other annoying parts of YouTube videos. SponsorBlock is a crowdsourced browser extension that lets anyone submit the start and end times of sponsored segments and other segments of YouTube videos. Once one person submits this information, everyone else with this extension will skip right over the sponsored segment.\n\nYou can also skip over non music sections of music videos.\n\nSupports Invidious, old YouTube and mobile YouTube.\n\nWith this extension, you will automatically skip YouTube sponsors.\n\nMore information about how it works: https://sponsor.ajay.app\n\nSource code: https://github.com/ajayyy/SponsorBlock\n\nPrivacy Policy: https://gist.github.com/ajayyy/aa9f8ded2b573d4f73a3ffa0ef74f796\n\n\n\nPermissions:\n\nAccess your data for youtube.com, www.youtube-nocookie.com:\n- Used to modify the YouTube webpage\n\nThis add-on may also ask to access data for any website:\n- You can add your own instances of 3rd party YouTube front-ends, and it will ask for permission to modify each site you add","weeklyDownloads":14020,"type":"extension","creator":{"name":"Ajay (SponsorBlock)","url":"https://addons.mozilla.org/en-US/firefox/user/13499177/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/227/227749.png?modified=1622134658","width":1280,"height":800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/227/227749.jpg?modified=1622134658","thumbnailWidth":533,"thumbnailHeight":333},{"url":"https://addons.mozilla.org/user-media/previews/full/227/227750.png?modified=1622134672","width":1280,"height":800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/227/227750.jpg?modified=1622134672","thumbnailWidth":533,"thumbnailHeight":333},{"url":"https://addons.mozilla.org/user-media/previews/full/227/227751.png?modified=1622134680","width":1920,"height":1200,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/227/227751.jpg?modified=1622134680","thumbnailWidth":533,"thumbnailHeight":333}],"contributionURL":"https://github.com/sponsors/ajayyy-org?utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org","averageRating":4.7961,"reviewCount":692,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/sponsorblock/reviews/","updateDate":1719476188000},{"id":"keepassxc-browser@keepassxc.org","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/917/917354-32.png?modified=1648138451","64":"https://addons.mozilla.org/user-media/addon_icons/917/917354-64.png?modified=1648138451","128":"https://addons.mozilla.org/user-media/addon_icons/917/917354-128.png?modified=1648138451"},"name":"KeePassXC-Browser","version":"1.9.1.1","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4315216/keepassxc_browser-1.9.1.1.xpi","homepageURL":"https://keepassxc.org/","supportURL":"https://github.com/keepassxreboot/keepassxc-browser","amoListingURL":"https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/","description":"Official browser plugin for the KeePassXC password manager (https://keepassxc.org).","fullDescription":"Official browser plugin for the KeePassXC password manager (https://keepassxc.org).\n\nThe thing computers can do best is storing information.\nYou shouldn't waste your time trying to remember and type your passwords.\nKeePassXC can store your passwords safely and auto-type them into your everyday websites and applications.","weeklyDownloads":3016,"type":"extension","creator":{"name":"KeePassXC Team","url":"https://addons.mozilla.org/en-US/firefox/user/13036987/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/197/197999.png?modified=1622132902","width":700,"height":198,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/197/197999.jpg?modified=1622132902","thumbnailWidth":533,"thumbnailHeight":151,"caption":"KeePassXC"},{"url":"https://addons.mozilla.org/user-media/previews/full/234/234592.png?modified=1622132905","width":1513,"height":1047,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/234/234592.jpg?modified=1622132905","thumbnailWidth":533,"thumbnailHeight":369,"caption":"Settings page"}],"contributionURL":"https://paypal.me/jbevendorff?utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org","averageRating":4.2464,"reviewCount":253,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/reviews/","updateDate":1720601307000},{"id":"{9350bc42-47fb-4598-ae0f-825e3dd9ceba}","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/918/918574-32.png?modified=1531770407","64":"https://addons.mozilla.org/user-media/addon_icons/918/918574-64.png?modified=1531770407","128":"https://addons.mozilla.org/user-media/addon_icons/918/918574-128.png?modified=1531770407"},"name":"Absolute Enable Right Click & Copy","version":"1.3.9resigned1","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4274207/absolute_enable_right_click-1.3.9resigned1.xpi","homepageURL":null,"supportURL":null,"amoListingURL":"https://addons.mozilla.org/en-US/firefox/addon/absolute-enable-right-click/","description":"Force Enable Right Click & Copy","fullDescription":"Get The Best Browsing Experience Without Limitations And Restrictions In An Online World\n\n★ Features :\n→ Remove Copy Text Protection On All Website\n→ Force Enable Right Click Button\n→ Allow Copy And Highlight\n→ Disable Annoying Dialog Message (Not Able To Copy Content On This Webpage)\n→ Re-Enable Context Menu\n→ Include \"Absolute Mode\" To Force Remove Any Type Of Protection\n\n------------------------------------------------------------------------\nIf You Like This Extension, Please Rate And Share\nMade Possible By Absolute","weeklyDownloads":2518,"type":"extension","creator":{"name":"Absolute","url":"https://addons.mozilla.org/en-US/firefox/user/13673741/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/204/204829.png?modified=1622132943","width":640,"height":400,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/204/204829.jpg?modified=1622132943","thumbnailWidth":533,"thumbnailHeight":333,"caption":"01"},{"url":"https://addons.mozilla.org/user-media/previews/full/204/204830.png?modified=1622132944","width":640,"height":400,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/204/204830.jpg?modified=1622132944","thumbnailWidth":533,"thumbnailHeight":333,"caption":"02"}],"contributionURL":"","averageRating":4.4802,"reviewCount":294,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/absolute-enable-right-click/reviews/","updateDate":1714081296000},{"id":"wayback_machine@mozilla.org","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/711/711438-32.png?modified=ae444026","64":"https://addons.mozilla.org/user-media/addon_icons/711/711438-64.png?modified=ae444026","128":"https://addons.mozilla.org/user-media/addon_icons/711/711438-128.png?modified=ae444026"},"name":"Wayback Machine","version":"3.2","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4047136/wayback_machine_new-3.2.xpi","homepageURL":"https://archive.org","supportURL":"https://archive.org/about/contact.php","amoListingURL":"https://addons.mozilla.org/en-US/firefox/addon/wayback-machine_new/","description":"Welcome to the Official Internet Archive Wayback Machine Browser Extension! Go back in time to see how a website has changed through the history of the Web. Save websites, view missing 404 Not Found pages, or read archived books & papers.","fullDescription":"Welcome to the Official Internet Archive Wayback Machine Browser Extension! Go back in time to see how a website has changed through the history of the Web. Save websites, view missing 404 Not Found pages, or read archived books & papers.\n\nMost features will work without requiring an account including Save Page Now.\n\nSome features must be enabled from Settings. Turn on Private Mode to prevent automatic sending of data and to protect your privacy while browsing.\n\nFeatures\n\n• Save Page Now - Instantly save the page you are currently viewing in the Wayback Machine. Turn on Auto Save Page in settings to save pages that have not previously been saved, or Auto Save Bookmarks to save when bookmarking a page. Works while logged out, or log in for additional options.\n\n• Oldest, Newest & Overview - View the first version of a page or the most recently saved in the Wayback Machine. Or view a calendar overview of all archived pages. Can also use by right-clicking over a page or link.\n\n• Wayback Machine Count - Display a count of snapshots of the current page stored in the Wayback Machine over the toolbar icon, and the date of last save in the popup.\n\n• 404 Not Found - When an error occurs, automatically check if an archived copy is available. Checks against 4xx & 5xx HTTP error codes.\n\n• Contextual Notices - Check for contextual information from fact checking organizations and origin websites.\n\n• Relevant Resources - View research papers and books while visiting Wikipedia, archived digitized books while visiting Amazon Books, and recommended TV News Clips while visiting news websites.\n\n• URLs & Collections - Show a list of URLs captured under the current website, and what collections they are saved under.\n\n• Site Map & Word Cloud - Present a sunburst diagram for the domain you are currently viewing, or create a Word Cloud from the link's anchor text of the page you are on.\n\n• Annotations - Provide a list of annotations for the current web page and domain, provided by Hypothes.is.\n\n• My Web Archive - Save URLs to your public archive page on the Internet Archive.\n\n• Tweets & Share Links - Search Twitter for information regarding your current page, or share archived links on social media.\n\n\nFor support, please email info@archive.org","weeklyDownloads":534,"type":"extension","creator":{"name":"Internet Archive","url":"https://addons.mozilla.org/en-US/firefox/user/12373129/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/266/266583.png?modified=1649876670","width":1280,"height":800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/266/266583.jpg?modified=1649876670","thumbnailWidth":533,"thumbnailHeight":333,"caption":"See how websites have changed through the history of the Web."},{"url":"https://addons.mozilla.org/user-media/previews/full/266/266584.png?modified=1649876670","width":1280,"height":800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/266/266584.jpg?modified=1649876670","thumbnailWidth":533,"thumbnailHeight":333,"caption":"View archived copies of missing websites."},{"url":"https://addons.mozilla.org/user-media/previews/full/266/266585.png?modified=1649876670","width":1280,"height":800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/266/266585.jpg?modified=1649876670","thumbnailWidth":533,"thumbnailHeight":333,"caption":"Instantly save the page you are currently viewing in the Wayback Machine."},{"url":"https://addons.mozilla.org/user-media/previews/full/268/268466.png?modified=1649876675","width":1280,"height":800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/268/268466.jpg?modified=1649876675","thumbnailWidth":533,"thumbnailHeight":333,"caption":"View archived research papers and books referenced in Wikipedia."},{"url":"https://addons.mozilla.org/user-media/previews/full/266/266587.png?modified=1649876670","width":1280,"height":800,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/266/266587.jpg?modified=1649876670","thumbnailWidth":533,"thumbnailHeight":333,"caption":"See annotations for the current web page and domain provided by Hypothes.is."}],"contributionURL":"","averageRating":3.9571,"reviewCount":158,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/wayback-machine_new/reviews/","updateDate":1672928600000},{"id":"7esoorv3@alefvanoon.anonaddy.me","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/2738/2738435-32.png?modified=042b804c","64":"https://addons.mozilla.org/user-media/addon_icons/2738/2738435-64.png?modified=042b804c","128":"https://addons.mozilla.org/user-media/addon_icons/2738/2738435-128.png?modified=042b804c"},"name":"LibRedirect","version":"2.8.5","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4320954/libredirect-2.8.5.xpi","homepageURL":"https://libredirect.github.io","supportURL":"https://libredirect.github.io","amoListingURL":"https://addons.mozilla.org/en-US/firefox/addon/libredirect/","description":"Redirects YouTube, Twitter, TikTok... requests to alternative privacy friendly frontends.","fullDescription":"A web extension that redirects YouTube, Twitter, TikTok... requests to alternative privacy friendly frontends.\n\nMore info: https://libredirect.github.io\nDonate: https://libredirect.github.io/donate.html","weeklyDownloads":255,"type":"extension","creator":{"name":"ManeraKai","url":"https://addons.mozilla.org/en-US/firefox/user/17283164/"},"developers":[{"name":"Ikel Atomig","url":"https://addons.mozilla.org/en-US/firefox/user/18016974/"}],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/279/279683.png?modified=1678385759","width":1280,"height":992,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/279/279683.jpg?modified=1678385759","thumbnailWidth":516,"thumbnailHeight":400,"caption":"Popup"},{"url":"https://addons.mozilla.org/user-media/previews/full/279/279684.png?modified=1678385758","width":1280,"height":992,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/279/279684.jpg?modified=1678385758","thumbnailWidth":516,"thumbnailHeight":400,"caption":"Settings => General"},{"url":"https://addons.mozilla.org/user-media/previews/full/279/279685.png?modified=1678385758","width":1280,"height":992,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/279/279685.jpg?modified=1678385758","thumbnailWidth":516,"thumbnailHeight":400,"caption":"Settings => YouTube"}],"contributionURL":"https://opencollective.com/libredirect?utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org","averageRating":4.5769,"reviewCount":51,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/libredirect/reviews/","updateDate":1721167223000},{"id":"yayanotherspeeddial@bakadev.fr","icons":{"32":"https://addons.mozilla.org/user-media/addon_icons/908/908898-32.png?modified=1614616677","64":"https://addons.mozilla.org/user-media/addon_icons/908/908898-64.png?modified=1614616677","128":"https://addons.mozilla.org/user-media/addon_icons/908/908898-128.png?modified=1614616677"},"name":"Yay! Another Speed dial!","version":"1.5.2.1","sourceURI":"https://addons.mozilla.org/firefox/downloads/file/3775587/yay_another_speed_dial-1.5.2.1.xpi","homepageURL":"https://www.yayspeeddial.com/","supportURL":null,"amoListingURL":"https://addons.mozilla.org/en-US/firefox/addon/yay-another-speed-dial/","description":"A cool and highly customizable Speed Dial focused on style and simplicity.","fullDescription":"Yay! Another Speed dial! is an extension to replace the home page when opening the browser or a new tab.\nYou can organize your bookmarks by tabs to quickly access your favorite sites.\nA theme editor makes it possible to completely personalize your homepage as you wish!\n\nfeatures\n- Fully customize your homepage or use one of our already created themes.\n- Fully responsive design\n- Organize your bookmarks by tabs\n- Easily add the site you are visiting to one of the tabs you have created","weeklyDownloads":6,"type":"extension","creator":{"name":"Kinsama","url":"https://addons.mozilla.org/en-US/firefox/user/13536280/"},"developers":[],"screenshots":[{"url":"https://addons.mozilla.org/user-media/previews/full/198/198155.png?modified=1622132895","width":700,"height":438,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/198/198155.jpg?modified=1622132895","thumbnailWidth":533,"thumbnailHeight":334,"caption":"Home page"},{"url":"https://addons.mozilla.org/user-media/previews/full/198/198156.png?modified=1622132895","width":700,"height":438,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/198/198156.jpg?modified=1622132895","thumbnailWidth":533,"thumbnailHeight":334,"caption":"Theme editor (Page)"},{"url":"https://addons.mozilla.org/user-media/previews/full/198/198157.png?modified=1622132895","width":700,"height":438,"thumbnailURL":"https://addons.mozilla.org/user-media/previews/thumbs/198/198157.jpg?modified=1622132895","thumbnailWidth":533,"thumbnailHeight":334,"caption":"Theme editor (Dials)"}],"contributionURL":"https://www.paypal.com/donate/?token=PbH2msRz-nbqfCjJzSxg38MWE619YgzqzXP3yWxU7xm8DFWg-UpUHI-SNsrG_Ddrbo7GAG&country.x=FR&locale.x=&utm_content=product-page-contribute&utm_medium=referral&utm_source=addons.mozilla.org","averageRating":4.2857,"reviewCount":65,"reviewURL":"https://addons.mozilla.org/en-US/firefox/addon/yay-another-speed-dial/reviews/","updateDate":1620892533000}]}
\ No newline at end of file
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/bookmarkbackups/bookmarks-2024-07-29_6_1-toRMRIcTP4eUmad_2gQ4-PcvCmpjeYnVw8ygO6v2g=.jsonlz4 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/bookmarkbackups/bookmarks-2024-07-29_6_1-toRMRIcTP4eUmad_2gQ4-PcvCmpjeYnVw8ygO6v2g=.jsonlz4
new file mode 100644
index 00000000..8f31ea48
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/bookmarkbackups/bookmarks-2024-07-29_6_1-toRMRIcTP4eUmad_2gQ4-PcvCmpjeYnVw8ygO6v2g=.jsonlz4 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extension-preferences.json b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extension-preferences.json
deleted file mode 100644
index e023b52b..00000000
--- a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extension-preferences.json
+++ /dev/null
@@ -1 +0,0 @@
-{"wayback_machine@mozilla.org":{"permissions":["internal:privateBrowsingAllowed","internal:svgContextPropertiesAllowed"],"origins":[]},"{9350bc42-47fb-4598-ae0f-825e3dd9ceba}":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"jid1-MnnxcxisBPnSXQ@jetpack":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"yayanotherspeeddial@bakadev.fr":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"uBlock0@raymondhill.net":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"formautofill@mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"screenshots@mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"webcompat@mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"fxmonitor@mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"default-theme@mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"bing@search.mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"google@search.mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"twitter@search.mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"wikipedia@search.mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"ddg@search.mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"doh-rollout@mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"reset-search-defaults@mozilla.com":{"permissions":["internal:privateBrowsingAllowed","internal:svgContextPropertiesAllowed"],"origins":[]},"amazon@search.mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"pictureinpicture@mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"sponsorBlocker@ajay.app":{"permissions":[],"origins":["https://*.invidious.snopyta.org/*","http://*.invidious.snopyta.org/*","https://*.ytb.trom.tf/*","http://*.ytb.trom.tf/*","https://sponsor.ajay.app/*","https://*.youtube.com/*","https://www.youtube-nocookie.com/*"]},"firefox-compact-light@mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"firefox-compact-dark@mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"firefox-alpenglow@mozilla.org":{"permissions":["internal:privateBrowsingAllowed"],"origins":[]},"addons-search-detection@mozilla.com":{"permissions":["internal:svgContextPropertiesAllowed","internal:privateBrowsingAllowed"],"origins":[]},"proxy-failover@mozilla.com":{"permissions":["internal:svgContextPropertiesAllowed","internal:privateBrowsingAllowed"],"origins":[]}}
\ No newline at end of file
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions.json b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions.json
index 9dadddd3..9303af04 100644
--- a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions.json
+++ b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions.json
@@ -1 +1 @@
-{"schemaVersion":35,"addons":[{"id":"{9350bc42-47fb-4598-ae0f-825e3dd9ceba}","syncGUID":"{bfe4a8ba-fc6d-4290-b03c-272cf99e1ed1}","version":"1.3.8","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Absolute Enable Right Click & Copy","description":"Force Enable Right Click & Copy","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1542628082000,"updateDate":1699318648000,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/{9350bc42-47fb-4598-ae0f-825e3dd9ceba}.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"48.0","maxVersion":"*"}],"targetPlatforms":[],"signedState":2,"signedDate":1547160306000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["tabs","storage","activeTab"],"origins":[""]},"optionalPermissions":{"permissions":[],"origins":[]},"icons":{"16":"images/16px.png","32":"images/32px.png","48":"images/48px.png","128":"images/128px.png"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{"persistentListeners":{}},"hidden":false,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/%7B9350bc42-47fb-4598-ae0f-825e3dd9ceba%7D.xpi!/","location":"app-profile"},{"id":"yayanotherspeeddial@bakadev.fr","syncGUID":"{3095ecca-6e6a-42d5-b1d5-6778d84c2a99}","version":"1.5.2.1","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Yay! Another Speed dial!","description":"A cool and highly customizable Speed Dial focused on style and simplicity.","creator":"Loïc","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1552785444000,"updateDate":1699318648000,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/yayanotherspeeddial@bakadev.fr.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"Yay! Another Speed dial!","description":"A cool and highly customizable Speed Dial focused on style and simplicity.","creator":"Loïc","developers":null,"translators":null,"contributors":null,"locales":["en"]},{"name":"Yay! Another Speed dial!","description":"Un superbe Speed Dial, complètement personnalisable, concentré sur le style et la simplicité.","creator":"Loïc","developers":null,"translators":null,"contributors":null,"locales":["fr"]},{"name":"Yay! Another Speed dial!","description":"Egy rendkívül jól testreszabható gyorshívó, amit a stílus és az egyszerűség jellemez.","creator":"Loïc","developers":null,"translators":null,"contributors":null,"locales":["hu"]},{"name":"Yay! Another Speed dial!","description":"一个聚焦于风格、简洁,高自定义性的超酷快速启动附加组件。","creator":"Loïc","developers":null,"translators":null,"contributors":null,"locales":["zh-CN"]},{"name":"Yay! Another Speed dial!","description":"Eine coole und höchst anpassbare Speed Dial Erweiterung, fokussiert auf Aussehen und Einfachheit.","creator":"Loïc","developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"Yay! Another Speed dial!","description":"Классная Экспресс-панель, широко кастомизируемая, простая и стильная.","creator":"Loïc","developers":null,"translators":null,"contributors":null,"locales":["ru"]},{"name":"Yay! Another Speed dial!","description":"Un addon con página de accessos directos que se enfoca en verse bien y ser altamente configurable pero facil de usar.","creator":"Loïc","developers":null,"translators":null,"contributors":null,"locales":["es"]},{"name":"Yay! Another Speed dial!","description":"一個聚焦於風格、簡潔,高自訂性的超酷快速啟動附加元件。","creator":"Loïc","developers":null,"translators":null,"contributors":null,"locales":["zh-TW"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"59.0","maxVersion":"*"}],"targetPlatforms":[],"signedState":2,"signedDate":1620892532000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["storage","contextMenus","tabs","downloads","bookmarks","unlimitedStorage"],"origins":[]},"optionalPermissions":{"permissions":[],"origins":[]},"icons":{"48":"icons/icon.png","96":"icons/icon@2x.png"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{"persistentListeners":{}},"hidden":false,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/yayanotherspeeddial@bakadev.fr.xpi!/","location":"app-profile"},{"id":"{5173bfae-59df-4a20-a9dd-0ab3e8c82e36}","syncGUID":"{48035ddb-f446-484e-85ac-5586066ac936}","version":"0.2.2","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":"options.html","optionsType":5,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Sci-Hub X Now!","description":"Free access to academic papers with just a single click via sci-hub!","creator":"Gerry Chen and Orçun Özdemir and Lucas Sterzinger","homepageURL":"https://github.com/gchenfc/sci-hub-now","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1602855989000,"updateDate":1699318648000,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/{5173bfae-59df-4a20-a9dd-0ab3e8c82e36}.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedState":2,"signedDate":1675788017000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["activeTab","contextMenus","storage"],"origins":[]},"optionalPermissions":{"permissions":["downloads"],"origins":[]},"icons":{"48":"icons/48x48.png","96":"icons/96x96.png"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{},"hidden":false,"installTelemetryInfo":{"source":"amo","sourceURL":"https://addons.mozilla.org/en-US/firefox/addon/sci-hub-x-now/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search","method":"amWebAPI"},"recommendationState":null,"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/%7B5173bfae-59df-4a20-a9dd-0ab3e8c82e36%7D.xpi!/","location":"app-profile"},{"id":"wayback_machine@mozilla.org","syncGUID":"{bd345b14-ed21-4d32-9720-0b70258947e4}","version":"3.2","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Wayback Machine","description":"The Official Wayback Machine Extension - by the Internet Archive.","creator":null,"homepageURL":"https://archive.org/","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1542629092000,"updateDate":1699318648000,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/wayback_machine@mozilla.org.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"48.0","maxVersion":"*"}],"targetPlatforms":[],"signedState":2,"signedDate":1672928591000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["activeTab","cookies","contextMenus","notifications","storage","webRequest","webRequestBlocking"],"origins":["https://archive.org/*","https://*.archive.org/*","https://hypothes.is/*","","http://*.wikipedia.org/*","https://*.wikipedia.org/*"]},"optionalPermissions":{"permissions":["bookmarks"],"origins":[]},"icons":{"16":"images/app-icon/mini-icon16.png","24":"images/app-icon/mini-icon24.png","32":"images/app-icon/mini-icon32.png","48":"images/app-icon/mini-icon48.png","64":"images/app-icon/app-icon64.png","96":"images/app-icon/app-icon96.png","128":"images/app-icon/app-icon128.png","256":"images/app-icon/app-icon256.png","512":"images/app-icon/app-icon512.png","1024":"images/app-icon/app-icon1024.png"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{"persistentListeners":{"webRequest":{"onBeforeSendHeaders":[[{"incognito":null,"tabId":null,"types":null,"urls":["https://firefox-api.archive.org/*"],"windowId":null},["blocking","requestHeaders"]]],"onErrorOccurred":[[{"incognito":null,"tabId":null,"types":["main_frame"],"urls":[""],"windowId":null}]],"onCompleted":[[{"incognito":null,"tabId":null,"types":["main_frame"],"urls":[""],"windowId":null},null]]}}},"hidden":false,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/wayback_machine@mozilla.org.xpi!/","location":"app-profile"},{"id":"uBlock0@raymondhill.net","syncGUID":"{f70fa12e-f672-41cf-b96c-cfa7eeecb76e}","version":"1.52.2","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":"dashboard.html","optionsType":3,"optionsBrowserStyle":false,"aboutURL":null,"defaultLocale":{"name":"uBlock Origin","description":"Finally, an efficient blocker. Easy on CPU and memory.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1542627999000,"updateDate":1699324397562,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/uBlock0@raymondhill.net.xpi","skinnable":false,"sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4171020/ublock_origin-1.52.2.xpi","releaseNotesURI":"https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/versions/1.52.2/updateinfo/","softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"uBlock Origin","description":"Finally, an efficient blocker. Easy on CPU and memory.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["en"]},{"name":"uBlock Origin","description":"高効率ブロッカーついに登場。CPU とメモリーに負担をかけません。","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ja"]},{"name":"uBlock Origin","description":"Lõpuks on valminud tõhus blokeerija. Protsessori- ja mälusõbralik.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["et"]},{"name":"uBlock Origin","description":"Enfin un blocador eficaç. Sollicita pauc lo CPU e la memòria","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["oc"]},{"name":"uBlock Origin","description":"Finalmente, um bloqueador eficiente. Leve na CPU e memória.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["pt-PT"]},{"name":"uBlock Origin","description":"మొత్తానికి RAM ఇంకా CPU పై తేలికయిన, ఒక సమర్థవంతమైన నిరోధిని.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["te"]},{"name":"uBlock Origin","description":"Un bloqueur de nuisances efficace, qui ménagera votre processeur et votre mémoire vive.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["fr"]},{"name":"uBlock Origin","description":"Akhirnya, pemblokir iklan yang efisien. Ringan penggunaan CPU dan memori.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["id"]},{"name":"uBlock Origin","description":"Най-накрая, ефективен блокер. Щадящ процесора и паметта.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["bg"]},{"name":"uBlock Origin","description":"Äntligen en effektiv blockerare. Snäll mot både processor och minne.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["sv"]},{"name":"uBlock Origin","description":"Einlik, in effisjinte adblocker. Brûkt hast gjin prosessorkrêft of ûnthâld.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["fy"]},{"name":"uBlock Origin","description":"Behingoz, blokeatzaile eraginkor bat. PUZ eta memorian arina.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["eu"]},{"name":"uBlock Origin","description":"অবশেষে, একটি সাশ্রয়ী বিজ্ঞাপন রোধক। সিপিইউ এবং মেমরিতে নমনীয়।","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["bn"]},{"name":"uBlock Origin","description":"Cuối cùng, đã có một công cụ chặn quảng cáo hiệu quả, tiêu tốn ít CPU và bộ nhớ.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["vi"]},{"name":"uBlock Origin","description":"අවසානයේදී, මධ්ය සැකසුම් ඒකකය සහ මතකය අඩුවෙන් භාවිතා කරන කාර්යක්ෂම අවහිරකයක් ඇත.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["si"]},{"name":"uBlock Origin","description":"Konečně efektivní blokovač. Nezatěžuje CPU a paměť.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["cs"]},{"name":"uBlock Origin","description":"Finfine rendimenta reklamoblokilo. Afabla por ĉefprocesoro kaj memoro.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["eo"]},{"name":"uBlock Origin","description":"Ефективний блокувальник реклами таки з’явився. Не навантажує процесор та пам'ять.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["uk"]},{"name":"uBlock Origin","description":"როგორც იქნა, მძლავრი და შედეგიანი რეკლამების შემზღუდავი. ზოგავს CPU-ს და მეხსიერებას.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ka"]},{"name":"uBlock Origin","description":"Hatimaye, kizuizi kinachofaa. Nyepesi kwenye CPU na kumbukumbu.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["sw"]},{"name":"uBlock Origin","description":"Ugu dambeyntii, xannibaado hufan. Ku fudud oo ku saabsan CPU iyo xusuusta.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["so"]},{"name":"uBlock Origin","description":"Végre egy hatékony reklám- és követésblokkoló böngészőkhöz, amely kíméletes a processzorral és a memóriával.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["hu"]},{"name":"uBlock Origin","description":"وأخيراً, مانع اعلانات كفوء. خفيف على المعالج و الذاكرة.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ar"]},{"name":"uBlock Origin","description":"이 부가 기능은 효율적인 차단기입니다. CPU와 메모리에 주는 부담이 적습니다.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ko"]},{"name":"uBlock Origin","description":"Finalmente, un blocker efficiente. Leggero sulla CPU e sulla memoria.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["it"]},{"name":"uBlock Origin","description":"Endelig en effektiv blokkeringsutvidelse. Lavt CPU- og minnebruk.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["no"]},{"name":"uBlock Origin","description":"ಕೊನೆಗೂ, ಒಂದು ದಕ್ಷ ನಿರ್ಬಂಧಕ. ಮಿತವಾದ ಸಿಪಿಯೂ ಹಾಗು ಮೆಮೊರಿ ಬಳಕೆ.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["kn"]},{"name":"uBlock Origin","description":"آخر کار، ایک مؤثر اشتہار کو روکنے والا، یہ کم cpu اور میموری لیتا ہے.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ur"]},{"name":"uBlock Origin","description":"Pagaliau, efektyvus blokatorius, neapkraunantis nei procesoriaus, nei darbinės atminties.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["lt"]},{"name":"uBlock Origin","description":"Më në fund, një bllokues efikas që nuk e rëndon procesorin dhe memorien.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["sq"]},{"name":"uBlock Origin","description":"आख़िरकार, क्रोमियम-बेस्ड ब्राउज़रों के लिए एक कुशल अवरोधक। CPU और स्मृति पर आसान।","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["hi"]},{"name":"uBlock Origin","description":"இறுதியாக, ஒரு திறமையான விளம்பரத் தடுப்பான். கணினியின் மையச் செயற்பகுதியின் மேலும் நினைவகத்தின் மேலும் இலகுவானது.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ta"]},{"name":"uBlock Origin","description":"Axır ki, prosessor və yaddaş yükünü azaldan səmərəli bir əngəlləyici var.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["az"]},{"name":"uBlock Origin","description":"มาแล้ว! โปรแกรมบล็อกโฆษณาเบาเบา ไม่กิน ซีพียู หรือ แรม","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["th"]},{"name":"uBlock Origin","description":"Endlich ein effizienter Blocker, der wenig Prozessorleistung und Arbeitsspeicher verbraucht.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"uBlock Origin","description":"Finally, an efficient blocker. Easy on CPU and memory.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["en-GB"]},{"name":"uBlock Origin","description":"Конечно, ефикасен блокер. Лесен на CPU и меморија.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["mk"]},{"name":"uBlock Origin","description":"शेवटी, एक कार्यक्षम ब्लॉकर क्रोमियम आधारित ब्राउझरांसाठी. सीपीयू आणि मेमरी वर सोपे जातो.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["mr"]},{"name":"uBlock Origin","description":"Endelig en effektiv blokkeringsutvidelse. Lavt CPU- og minnebruk.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["nb"]},{"name":"uBlock Origin","description":"Ó fin, un bloqueador eficiente que non chupa toda a memoria e o procesador.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["gl"]},{"name":"uBlock Origin","description":"Finalment, un blocador eficient que utilitza pocs recursos de memòria i processador.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ca"]},{"name":"uBlock Origin","description":"Konečne efektívny blokovač. Nezaťažuje CPU ani pamäť.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["sk"]},{"name":"uBlock Origin","description":"Коначно, ефикасан блокатор. Ниски процесорски и меморијски захтеви.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["sr"]},{"name":"uBlock Origin","description":"Тинех Интернет тишкерӳҫӗ валли хӑвӑрт та витӗмлӗ чаркӑч пур.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["cv"]},{"name":"uBlock Origin","description":"അവസാനം, ഒരു കാര്യക്ഷമമായ ബ്ലോക്കര്. ലഘുവായ CPU, memory ഉപയോഗം.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ml"]},{"name":"uBlock Origin","description":"Akhirnya, penyekat yang cekap. Tidak membebankan CPU dan memori.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ms"]},{"name":"uBlock Origin","description":"بالاخره، یک بلاکر کارآمد. کم حجم بر روی پردازنده و حافظه.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["fa"]},{"name":"uBlock Origin","description":"一款高效的网络请求过滤工具,占用极低的内存和 CPU。","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["zh-CN"]},{"name":"uBlock Origin","description":"Beidzot, efektīvs bloķētājs. Nepārslogo procesoru un atmiņu.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["lv"]},{"name":"uBlock Origin","description":"Nareszcie skuteczny bloker charakteryzujący się niskim użyciem procesora i pamięci.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["pl"]},{"name":"uBlock Origin","description":"Наконец-то, быстрый и эффективный блокировщик для браузеров.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ru"]},{"name":"uBlock Origin","description":"Mainam na pangharang sa content. Magaan sa CPU at memorya.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["fil"]},{"name":"uBlock Origin","description":"Končno, učinkovita, procesorju in pomnilniku prijazna razširitev za blokiranje oglasov.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["sl"]},{"name":"uBlock Origin","description":"Konačno, efikasan blokator. Lak na CPU i memoriji.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["hr"]},{"name":"uBlock Origin","description":"Վերջապե՛ս, արդյունավետ արգելափակիչ։ Խնայում է մշակիչը և հիշողությունը։","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["hy"]},{"name":"uBlock Origin","description":"Viimeinkin tehokas estotyökalu, joka ei kuormita prosessoria ja muistia.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["fi"]},{"name":"uBlock Origin","description":"Жарнамаларды жақсы өшіретін Addon'дардың бірі. Компьютердің қуатың аз алады.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["kk"]},{"name":"uBlock Origin","description":"În sfârșit, un blocant eficient. Are un impact mic asupra procesorului și memoriei.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ro"]},{"name":"uBlock Origin","description":"Нарэшце, эфектыўны блакавальнік. Не нагружае працэсар і памяць.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["be"]},{"name":"uBlock Origin","description":"Konačno, efikasan bloker. Štedljiv na procesoru i memoriji.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["bs"]},{"name":"uBlock Origin","description":"અંતે, એક કાર્યક્ષમ અવરોધક. સીપીયુ અને મેમરી પર સરળ.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["gu"]},{"name":"uBlock Origin","description":"Επιτέλους, ένας αποτελεσματικός blocker. Ελαφρύς για τον επεξεργαστή και τη μνήμη.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["el"]},{"name":"uBlock Origin","description":"Endelig en effektiv blocker. Lavt CPU- og hukommelsesforbrug.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["da"]},{"name":"uBlock Origin","description":"סוף סוף, חוסם יעיל. קל על המעבד והזיכרון.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["he"]},{"name":"uBlock Origin","description":"Sonunda, etkili bir engelleyici. İşlemciyi ve belleği yormaz.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["tr"]},{"name":"uBlock Origin","description":"Por fin, un bloqueador eficiente con uso mínimo de procesador y memoria.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["es"]},{"name":"uBlock Origin","description":"Finalmente, um bloqueador eficiente. Com baixo uso de memória e CPU.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["pt-BR"]},{"name":"uBlock Origin","description":"Eindelijk, een efficiënte adblocker. Gebruikt weinig processorkracht en geheugen.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["nl"]},{"name":"uBlock Origin","description":"終於有套使用不多的 CPU 及記憶體資源的高效率阻擋器。","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["zh-TW"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"79.0","maxVersion":null}],"targetPlatforms":[],"signedState":2,"signedDate":1695656833000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["dns","menus","privacy","storage","tabs","unlimitedStorage","webNavigation","webRequest","webRequestBlocking"],"origins":["","http://*/*","https://*/*","file://*/*","https://easylist.to/*","https://*.fanboy.co.nz/*","https://filterlists.com/*","https://forums.lanik.us/*","https://github.com/*","https://*.github.io/*","https://*.letsblock.it/*"]},"optionalPermissions":{"permissions":[],"origins":[]},"icons":{"16":"img/ublock.svg","32":"img/ublock.svg","48":"img/ublock.svg","64":"img/ublock.svg","96":"img/ublock.svg"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{"persistentListeners":{"webRequest":{"onBeforeRequest":[[{"incognito":null,"tabId":null,"types":null,"urls":["moz-extension://90be17cd-7169-4943-9a04-3cd8bf7fec41/web_accessible_resources/*"],"windowId":null},["blocking"]],[{"incognito":null,"tabId":null,"types":null,"urls":["http://*/*","https://*/*","ws://*/*","wss://*/*"],"windowId":null},["blocking"]]]}}},"hidden":false,"installTelemetryInfo":null,"recommendationState":{"validNotAfter":1853444832000,"validNotBefore":1695656832000,"states":["recommended-android","recommended"]},"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/uBlock0@raymondhill.net.xpi!/","location":"app-profile"},{"id":"formautofill@mozilla.org","syncGUID":"{83e890fe-16cc-459b-bbd5-c7eb1b2cf3a5}","version":"1.0.1","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Form Autofill","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1541084183000,"updateDate":1698075080000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":[],"origins":[]},"optionalPermissions":{"permissions":[],"origins":[]},"icons":{},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{"persistentListeners":{}},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"jar:file:///usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi!/","location":"app-system-defaults"},{"id":"screenshots@mozilla.org","syncGUID":"{e693a1c7-6163-43ad-ac2d-896a25f333dd}","version":"39.0.1","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":"Take clips and screenshots from the Web and save them temporarily or permanently.","creator":"Mozilla ","homepageURL":"https://github.com/mozilla-services/screenshots","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1541084183000,"updateDate":1698075080000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"57.0a1","maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["activeTab","downloads","tabs","storage","notifications","clipboardWrite","contextMenus","mozillaAddons","telemetry"],"origins":["","https://screenshots.firefox.com/","resource://pdf.js/","about:reader*","https://screenshots.firefox.com/*"]},"optionalPermissions":{"permissions":[],"origins":[]},"icons":{},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{"persistentListeners":{}},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"jar:file:///usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi!/","location":"app-system-defaults"},{"id":"webcompat-reporter@mozilla.org","syncGUID":"{c50bfe40-12f2-483e-b633-744e2561c742}","version":"1.5.1","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"WebCompat Reporter","description":"Report site compatibility issues on webcompat.com","creator":"Thomas Wisniewski ","homepageURL":"https://github.com/mozilla/webcompat-reporter","developers":null,"translators":null,"contributors":null},"visible":true,"active":false,"userDisabled":true,"appDisabled":false,"embedderDisabled":false,"installDate":1541084183000,"updateDate":1698075080000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/features/webcompat-reporter@mozilla.org.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["tabs"],"origins":[""]},"optionalPermissions":{"permissions":[],"origins":[]},"icons":{"16":"icons/lightbulb.svg","32":"icons/lightbulb.svg","48":"icons/lightbulb.svg","96":"icons/lightbulb.svg","128":"icons/lightbulb.svg"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":null,"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"jar:file:///usr/lib/firefox/browser/features/webcompat-reporter@mozilla.org.xpi!/","location":"app-system-defaults"},{"id":"webcompat@mozilla.org","syncGUID":"{d68069e0-85d1-41a9-a0ce-6626a27d5361}","version":"119.0.0","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Web Compatibility Interventions","description":"Urgent post-release fixes for web compatibility.","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1541084183000,"updateDate":1698075080000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"102.0","maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["mozillaAddons","scripting","tabs","webNavigation","webRequest","webRequestBlocking"],"origins":[""]},"optionalPermissions":{"permissions":[],"origins":[]},"icons":{},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{"persistentListeners":{"webRequest":{"onBeforeRequest":[[{"incognito":null,"tabId":null,"types":["image"],"urls":["https://smartblock.firefox.etp/facebook.svg","https://smartblock.firefox.etp/play.svg"],"windowId":null},["blocking"]],[{"incognito":null,"tabId":null,"types":["sub_frame"],"urls":["*://tpc.googlesyndication.com/safeframe/*/html/container.html","*://*.safeframe.googlesyndication.com/safeframe/*/html/container.html"],"windowId":null},["blocking"]],[{"incognito":null,"tabId":null,"types":["script"],"urls":["*://webcompat-addon-testbed.herokuapp.com/shims_test.js","*://example.com/browser/browser/extensions/webcompat/tests/browser/shims_test.js","*://example.com/browser/browser/extensions/webcompat/tests/browser/shims_test_2.js","*://example.com/browser/browser/extensions/webcompat/tests/browser/shims_test_3.js","*://s7.addthis.com/icons/official-addthis-angularjs/current/dist/official-addthis-angularjs.min.js*","*://track.adform.net/serving/scripts/trackpoint/","*://track.adform.net/serving/scripts/trackpoint/async/","*://*.adnxs.com/*/ast.js*","*://*.adnxs.com/*/pb.js*","*://*.adnxs.com/*/prebid*","*://www.everestjs.net/static/st.v3.js*","*://static.adsafeprotected.com/vans-adapter-google-ima.js","*://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js","*://cdn.branch.io/branch-latest.min.js*","*://pub.doubleverify.com/signals/pub.js*","*://c.amazon-adsystem.com/aax2/apstag.js","*://auth.9c9media.ca/auth/main.js","*://static.chartbeat.com/js/chartbeat.js","*://static.chartbeat.com/js/chartbeat_video.js","*://static.criteo.net/js/ld/publishertag.js","*://*.imgur.com/js/vendor.*.bundle.js","*://*.imgur.io/js/vendor.*.bundle.js","*://www.rva311.com/static/js/main.*.chunk.js","*://web-assets.toggl.com/app/assets/scripts/*.js","*://libs.coremetrics.com/eluminate.js","*://connect.facebook.net/*/sdk.js*","*://connect.facebook.net/*/all.js*","*://secure.cdn.fastclick.net/js/cnvr-launcher/*/launcher-stub.min.js*","*://www.google-analytics.com/analytics.js*","*://www.google-analytics.com/gtm/js*","*://www.googletagmanager.com/gtm.js*","*://www.google-analytics.com/plugins/ua/ec.js","*://ssl.google-analytics.com/ga.js","*://s0.2mdn.net/instream/html5/ima3.js","*://imasdk.googleapis.com/js/sdkloader/ima3.js","*://www.googleadservices.com/pagead/conversion_async.js","*://www.googletagservices.com/tag/js/gpt.js*","*://pagead2.googlesyndication.com/tag/js/gpt.js*","*://pagead2.googlesyndication.com/gpt/pubads_impl_*.js*","*://securepubads.g.doubleclick.net/tag/js/gpt.js*","*://securepubads.g.doubleclick.net/gpt/pubads_impl_*.js*","*://script.ioam.de/iam.js","*://cdn.adsafeprotected.com/iasPET.1.js","*://static.adsafeprotected.com/iasPET.1.js","*://adservex.media.net/videoAds.js*","*://*.moatads.com/*/moatad.js*","*://*.moatads.com/*/moatapi.js*","*://*.moatads.com/*/moatheader.js*","*://*.moatads.com/*/yi.js*","*://*.imrworldwide.com/v60.js","*://cdn.optimizely.com/js/*.js","*://cdn.optimizely.com/public/*.js","*://id.rambler.ru/rambler-id-helper/auth_events.js","*://media.richrelevance.com/rrserver/js/1.2/p13n.js","*://www.gstatic.com/firebasejs/*/firebase-messaging.js*","*://*.vidible.tv/*/vidible-min.js*","*://vdb-cdn-files.s3.amazonaws.com/*/vidible-min.js*","*://js.maxmind.com/js/apis/geoip2/*/geoip2.js","*://s.webtrends.com/js/advancedLinkTracking.js","*://s.webtrends.com/js/webtrends.js","*://s.webtrends.com/js/webtrends.min.js"],"windowId":null},["blocking"]],[{"incognito":null,"tabId":null,"types":["main_frame"],"urls":["*://login.microsoftonline.com/*","*://login.microsoftonline.us/*"],"windowId":null},["blocking"]],[{"incognito":null,"tabId":null,"types":["image"],"urls":["*://track.adform.net/Serving/TrackPoint/*","*://pixel.advertising.com/firefox-etp","*://*.advertising.com/*.js*","*://*.advertising.com/*","*://securepubads.g.doubleclick.net/gampad/*ad-blk*","*://pubads.g.doubleclick.net/gampad/*ad-blk*","*://securepubads.g.doubleclick.net/gampad/*xml_vmap1*","*://pubads.g.doubleclick.net/gampad/*xml_vmap1*","*://vast.adsafeprotected.com/vast*","*://securepubads.g.doubleclick.net/gampad/*xml_vmap2*","*://pubads.g.doubleclick.net/gampad/*xml_vmap2*","*://securepubads.g.doubleclick.net/gampad/*ad*","*://pubads.g.doubleclick.net/gampad/*ad*","*://www.facebook.com/platform/impression.php*","https://ads.stickyadstv.com/firefox-etp","*://ads.stickyadstv.com/auto-user-sync*","*://ads.stickyadstv.com/user-matching*","https://static.adsafeprotected.com/firefox-etp-pixel","*://*.adsafeprotected.com/*.gif*","*://*.adsafeprotected.com/*.png*","*://*.adsafeprotected.com/*.js*","*://*.adsafeprotected.com/*/adj*","*://*.adsafeprotected.com/*/imp/*","*://*.adsafeprotected.com/*/Serving/*","*://*.adsafeprotected.com/*/unit/*","*://*.adsafeprotected.com/jload","*://*.adsafeprotected.com/jload?*","*://*.adsafeprotected.com/jsvid","*://*.adsafeprotected.com/jsvid?*","*://*.adsafeprotected.com/mon*","*://*.adsafeprotected.com/tpl","*://*.adsafeprotected.com/tpl?*","*://*.adsafeprotected.com/services/pub*","*://*.adsafeprotected.com/*"],"windowId":null},["blocking"]],[{"incognito":null,"tabId":null,"types":["imageset"],"urls":["*://track.adform.net/Serving/TrackPoint/*","*://pixel.advertising.com/firefox-etp","*://*.advertising.com/*.js*","*://*.advertising.com/*","*://securepubads.g.doubleclick.net/gampad/*ad-blk*","*://pubads.g.doubleclick.net/gampad/*ad-blk*","*://securepubads.g.doubleclick.net/gampad/*xml_vmap1*","*://pubads.g.doubleclick.net/gampad/*xml_vmap1*","*://vast.adsafeprotected.com/vast*","*://securepubads.g.doubleclick.net/gampad/*xml_vmap2*","*://pubads.g.doubleclick.net/gampad/*xml_vmap2*","*://securepubads.g.doubleclick.net/gampad/*ad*","*://pubads.g.doubleclick.net/gampad/*ad*","*://www.facebook.com/platform/impression.php*","https://ads.stickyadstv.com/firefox-etp","*://ads.stickyadstv.com/auto-user-sync*","*://ads.stickyadstv.com/user-matching*","https://static.adsafeprotected.com/firefox-etp-pixel","*://*.adsafeprotected.com/*.gif*","*://*.adsafeprotected.com/*.png*","*://*.adsafeprotected.com/*.js*","*://*.adsafeprotected.com/*/adj*","*://*.adsafeprotected.com/*/imp/*","*://*.adsafeprotected.com/*/Serving/*","*://*.adsafeprotected.com/*/unit/*","*://*.adsafeprotected.com/jload","*://*.adsafeprotected.com/jload?*","*://*.adsafeprotected.com/jsvid","*://*.adsafeprotected.com/jsvid?*","*://*.adsafeprotected.com/mon*","*://*.adsafeprotected.com/tpl","*://*.adsafeprotected.com/tpl?*","*://*.adsafeprotected.com/services/pub*","*://*.adsafeprotected.com/*"],"windowId":null},["blocking"]],[{"incognito":null,"tabId":null,"types":["xmlhttprequest"],"urls":["*://track.adform.net/Serving/TrackPoint/*","*://pagead2.googlesyndication.com/pagead/*.js*fcd=true","*://pagead2.googlesyndication.com/pagead/js/*.js*fcd=true","*://pixel.advertising.com/firefox-etp","*://cdn.cmp.advertising.com/firefox-etp","*://*.advertising.com/*.js*","*://*.advertising.com/*","*://securepubads.g.doubleclick.net/gampad/*ad-blk*","*://pubads.g.doubleclick.net/gampad/*ad-blk*","*://securepubads.g.doubleclick.net/gampad/*xml_vmap1*","*://pubads.g.doubleclick.net/gampad/*xml_vmap1*","*://vast.adsafeprotected.com/vast*","*://securepubads.g.doubleclick.net/gampad/*xml_vmap2*","*://pubads.g.doubleclick.net/gampad/*xml_vmap2*","*://securepubads.g.doubleclick.net/gampad/*ad*","*://pubads.g.doubleclick.net/gampad/*ad*","*://www.facebook.com/platform/impression.php*","https://ads.stickyadstv.com/firefox-etp","*://ads.stickyadstv.com/auto-user-sync*","*://ads.stickyadstv.com/user-matching*","https://static.adsafeprotected.com/firefox-etp-pixel","https://static.adsafeprotected.com/firefox-etp-js","*://*.adsafeprotected.com/*.gif*","*://*.adsafeprotected.com/*.png*","*://*.adsafeprotected.com/*.js*","*://*.adsafeprotected.com/*/adj*","*://*.adsafeprotected.com/*/imp/*","*://*.adsafeprotected.com/*/Serving/*","*://*.adsafeprotected.com/*/unit/*","*://*.adsafeprotected.com/jload","*://*.adsafeprotected.com/jload?*","*://*.adsafeprotected.com/jsvid","*://*.adsafeprotected.com/jsvid?*","*://*.adsafeprotected.com/mon*","*://*.adsafeprotected.com/tpl","*://*.adsafeprotected.com/tpl?*","*://*.adsafeprotected.com/services/pub*","*://*.adsafeprotected.com/*"],"windowId":null},["blocking"]]],"onBeforeSendHeaders":[[{"incognito":null,"tabId":null,"types":["sub_frame"],"urls":["*://trends.google.com/trends/embed*"],"windowId":null},["blocking","requestHeaders"]]],"onHeadersReceived":[[{"incognito":null,"tabId":null,"types":["sub_frame"],"urls":["*://trends.google.com/trends/embed*"],"windowId":null},["blocking","responseHeaders"]]]}}},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"jar:file:///usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi!/","location":"app-system-defaults"},{"id":"pictureinpicture@mozilla.org","syncGUID":"{8e1b1da0-727b-4310-a91a-6ecfba0cdeb5}","version":"1.0.0","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Picture-In-Picture","description":"Fixes for web compatibility with Picture-in-Picture","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1622474771000,"updateDate":1698075080000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/features/pictureinpicture@mozilla.org.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"88.0a1","maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":[],"origins":[]},"optionalPermissions":{"permissions":[],"origins":[]},"icons":{},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"jar:file:///usr/lib/firefox/browser/features/pictureinpicture@mozilla.org.xpi!/","location":"app-system-defaults"},{"id":"bing@search.mozilla.org","syncGUID":"{676e9101-35f2-43c8-9885-420824540115}","version":"1.6","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Bing","description":"Microsoft Bing","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1569709370787,"updateDate":1568839541000,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":[],"origins":[]},"optionalPermissions":{"permissions":[],"origins":[]},"icons":{"16":"favicon.ico"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://search-extensions/bing/","location":"app-builtin"},{"id":"google@search.mozilla.org","syncGUID":"{d61f55d6-06fb-4158-bcb7-9d36dec4e9b2}","version":"1.4","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Google","description":"Google Search","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1569709370845,"updateDate":1568839541000,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"Google","description":"Google Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["en"]},{"name":"Google","description":"Google Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["region-ru"]},{"name":"Google","description":"Google Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["region-by"]},{"name":"Google","description":"Google Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["region-tr"]},{"name":"Google","description":"Google Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["region-kz"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":[],"origins":[]},"optionalPermissions":{"permissions":[],"origins":[]},"icons":{"16":"favicon.ico"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://search-extensions/google/","location":"app-builtin"},{"id":"wikipedia@search.mozilla.org","syncGUID":"{f3d5848e-8a3f-458b-808c-e606c35c0620}","version":"1.3","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Wikipedia (en)","description":"Wikipedia, the Free Encyclopedia","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1569709371001,"updateDate":1568839541000,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"Wikipedia (en)","description":"Wikipedia, the Free Encyclopedia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["en"]},{"name":"Wikipedija (hr)","description":"Wikipedija, slobodna enciklopedija","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["hr"]},{"name":"Wikipedia (fi)","description":"Wikipedia (fi), vapaa tietosanakirja","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["fi"]},{"name":"Wikipedia (hy)","description":"Վիքիփեդիա՝ ազատ հանրագիտարան","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["hy"]},{"name":"Уикипедия (kk)","description":"Уикипедия (kk)","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["kk"]},{"name":"Вікіпедыя (be)","description":"Вікіпедыя, свабодная энцыклапедыя","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["be"]},{"name":"위키백과 (ko)","description":"Wikipedia, the free encyclopedia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["kr"]},{"name":"Wikipedia (ro)","description":"Wikipedia, enciclopedia liberă","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ro"]},{"name":"Wikipedia (bs)","description":"Slobodna enciklopedija","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["bs"]},{"name":"Wikipedia (pt)","description":"Wikipédia, a enciclopédia livre","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["pt"]},{"name":"Vikipetã (gn)","description":"Vikipetã, opaite tembikuaa hekosãsóva renda","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["gn"]},{"name":"વિકિપીડિયા (gu)","description":"વીકીપીડિયા, મુક્ત એનસાયક્લોપીડિયા","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["gu"]},{"name":"Wikipedia (el)","description":"Βικιπαίδεια, η ελεύθερη εγκυκλοπαίδεια","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["el"]},{"name":"Wikipedia (es)","description":"Wikipedia, la enciclopedia libre","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["es"]},{"name":"ויקיפדיה","description":"ויקיפדיה","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["he"]},{"name":"Wikipedia (da)","description":"Wikipedia, den frie encyklopædi","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["da"]},{"name":"Wikipedia (tr)","description":"Vikipedi, özgür ansiklopedi","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["tr"]},{"name":"Wikipedija (hsb)","description":"Wikipedija, swobodna encyklopedija","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["hsb"]},{"name":"Wikipedy (fy)","description":"De fergese ensyklopedy","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["fy-NL"]},{"name":"विकिपीडिया (ne)","description":"विकिपिडिया एक स्वतन्त्र विश्वकोष","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ne"]},{"name":"Wikipedia (nl)","description":"De vrije encyclopedie","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["nl"]},{"name":"Wikipedia (ja)","description":"Wikipedia - フリー百科事典","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ja"]},{"name":"Vikipeedia (et)","description":"Vikipeedia, vaba entsüklopeedia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["et"]},{"name":"Wikipèdia (oc)","description":"Wikipèdia, l'enciclopèdia liura","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["oc"]},{"name":"Wicipedia (cy)","description":"Wicipedia, Y Gwyddioniadur Rhydd","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["cy"]},{"name":"వికీపీడియా (te)","description":"వికీపీడియా (te)","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["te"]},{"name":"Wikipédia (fr)","description":"Wikipédia, l'encyclopédie libre","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["fr"]},{"name":"Wikipedia (tl)","description":"Wikipedia, ang malayang ensiklopedya","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["tl"]},{"name":"维基百科","description":"维基百科,自由的百科全书","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["zh-CN"]},{"name":"Wikipedia (lij)","description":"Wikipedia, l'enciclopedia libera","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["lij"]},{"name":"វីគីភីឌា (km)","description":"វីគីភីឌា សព្វវចនាធិប្បាយសេរី","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["km"]},{"name":"Уикипедия (bg)","description":"Уикипедия, свободната енциклоподия","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["bg"]},{"name":"Wikipedia (id)","description":"Wikipedia, ensiklopedia bebas","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["id"]},{"name":"Wikipedia (pa)","description":"ਵਿਕਿਪੀਡਿਆ, ਮੁਫ਼ਤ/ਮੁਕਤ ਸ਼ਬਦਕੋਸ਼","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["pa"]},{"name":"উইকিপিডিয়া (bn)","description":"উইকিপিডিয়া, মুক্ত বিশ্বকোষ","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["bn"]},{"name":"Wikipedia (eu)","description":"Wikipedia, entziklopedia askea","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["eu"]},{"name":"Wikipedie (cs)","description":"Wikipedia, svobodná encyclopedie","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["cz"]},{"name":"Wikipédia (hu)","description":"Wikipedia, a szabad enciklopédia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["hu"]},{"name":"Wikipedia (kn)","description":"Wikipedia, the free encyclopedia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["kn"]},{"name":"Wikipedia (is)","description":"Wikipedia, the free encyclopedia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["is"]},{"name":"Вікіпедія (uk)","description":"Вікіпедія, вільна енциклопедія","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["uk"]},{"name":"Wikipedia (kab)","description":"Wikipedia, tasanayt tilellit","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["kab"]},{"name":"Wikipedia (zh)","description":"維基百科,自由的百科全書","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["zh-TW"]},{"name":"ویکیپیڈیا (ur)","description":"ویکیپیڈیا آزاد دائرۃ المعارف","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ur"]},{"name":"Vikipedio (eo)","description":"Vikipedio, la libera enciklopedio","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["eo"]},{"name":"Wikipedia (si)","description":"Wikipedia, the free encyclopedia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["si"]},{"name":"ويكيبيديا (ar)","description":"ويكيبيديا (ar)","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ar"]},{"name":"Wikipedia (vi)","description":"Wikipedia, bách khoa toàn thư mở","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["vi"]},{"name":"ვიკიპედია (ka)","description":"ვიკიპედია, თავისუფალი ენციკლოპედია","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ka"]},{"name":"Uicipeid (gd)","description":"Wikipedia, An leabhar mòr-eòlais","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["gd"]},{"name":"Wikipedia (it)","description":"Wikipedia, l'enciclopedia libera","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["it"]},{"name":"Vikipediya (uz)","description":"Vikipediya, ochiq ensiklopediya","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["uz"]},{"name":"Wikipedia (lt)","description":"Vikipedija, laisvoji enciklopedija","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["lt"]},{"name":"Wikipedia (sq)","description":"Wikipedia, enciklopedia e lirë","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["sq"]},{"name":"Vicipéid (ga)","description":"Vicipéid, an Chiclipéid Shaor","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ga-IE"]},{"name":"विकिपीडिया (hi)","description":"विकिपीडिया (हिन्दी)","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["hi"]},{"name":"Vikipedeja (ltg)","description":"Vikipēdija, breivuo eņciklopedeja","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ltg"]},{"name":"விக்கிப்பீடியா (ta)","description":"விக்கிப்பீடியா (ta)","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ta"]},{"name":"Vikipediya (az)","description":"Vikipediya, açıq ensiklopediya","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["az"]},{"name":"Википедија (mk)","description":"Википедија, слободната енциклопедија","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["mk"]},{"name":"วิกิพีเดีย","description":"วิกิพีเดีย สารานุกรมเสรี","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["th"]},{"name":"Wikipedia (de)","description":"Wikipedia, die freie Enzyklopädie","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"Wikipedija (dsb)","description":"Wikipedija, lichotna encyklopedija","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["dsb"]},{"name":"विकिपीडिया (mr)","description":"विकिपीडिया, मोफत माहितीकोष","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["mr"]},{"name":"Wikipedia (ast)","description":"La enciclopedia llibre","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ast"]},{"name":"Wikipedia (my)","description":"အခမဲ့လွတ်လပ်စွယ်စုံကျမ်း","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["my"]},{"name":"Wikipedia (rm)","description":"Vichipedia, l'enciclopedia libra","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["rm"]},{"name":"Wikipedia (nn)","description":"Wikipedia, det frie oppslagsverket","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["NN"]},{"name":"Wikipedia (wo)","description":"Wikipedia, Jimbulang bu Ubbeeku bi","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["wo"]},{"name":"Wikipedia (gl)","description":"Wikipedia, a enciclopedia libre","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["gl"]},{"name":"Viquipèdia (ca)","description":"L'enciclopèdia lliure","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ca"]},{"name":"Wikipédia (sk)","description":"Wikipédia, slobodná a otvorená encyklopédia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["sk"]},{"name":"Википедија (sr)","description":"Претрага Википедије на српском језику","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["sr"]},{"name":"Wikipedia (af)","description":"Wikipedia, die vrye ensiklopedie","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["af"]},{"name":"ویکیپدیا (fa)","description":"ویکیپدیا، دانشنامهٔ آزاد","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["fa"]},{"name":"Wikipedia (ms)","description":"Wikipedia, ensiklopedia bebas","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ms"]},{"name":"Wikipedia (ia)","description":"Wikipedia, le encyclopedia libere","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ia"]},{"name":"Wikipedia (no)","description":"Wikipedia, den frie encyklopedi","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["NO"]},{"name":"Википедия (ru)","description":"Википедия, свободная энциклопедия","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ru"]},{"name":"Wikipedia (br)","description":"Wikipedia, an holloueziadur digor","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["br"]},{"name":"Wikipedia (pl)","description":"Wikipedia, wolna encyklopedia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["pl"]},{"name":"Вікіпэдыя (be-tarask)","description":"Вікіпэдыя, вольная энцыкляпэдыя","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["be-tarask"]},{"name":"Wikipedia (sv)","description":"Wikipedia, den fria encyklopedin","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["sv-SE"]},{"name":"ວິກິພີເດຍ (lo)","description":"ວິກິພີເດຍ, ສາລານຸກົມເສລີ","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["lo"]},{"name":"Wikipedija (sl)","description":"Wikipedija, prosta enciklopedija","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["sl"]},{"name":"Vikipēdija","description":"Vikipēdija, brīvā enciklopēdija","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["lv"]},{"name":"Biquipedia (an)","description":"A enciclopedia Libre","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["an"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":[],"origins":[]},"optionalPermissions":{"permissions":[],"origins":[]},"icons":{"16":"favicon.ico"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://search-extensions/wikipedia/","location":"app-builtin"},{"id":"ddg@search.mozilla.org","syncGUID":"{d266c863-eb3a-4a16-a017-a58dde5b3a76}","version":"1.4","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"DuckDuckGo","description":"Search DuckDuckGo","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1569709371053,"updateDate":1568839541000,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":[],"origins":[]},"optionalPermissions":{"permissions":[],"origins":[]},"icons":{"16":"favicon.ico"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://search-extensions/ddg/","location":"app-builtin"},{"id":"firefox-alpenglow@mozilla.org","syncGUID":"{c545409f-983c-4328-95e3-6830f10e078a}","version":"1.4","type":"theme","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Firefox Alpenglow","description":"Use a colorful appearance for buttons, menus, and windows.","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":false,"userDisabled":true,"appDisabled":false,"embedderDisabled":false,"installDate":1604968137971,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"userPermissions":null,"optionalPermissions":null,"icons":{"32":"icon.svg"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":null,"hidden":false,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://builtin-themes/alpenglow/","location":"app-builtin"},{"id":"default-theme@mozilla.org","syncGUID":"{cd4717b9-58bd-4ede-90e6-a591641227b2}","version":"1.3","type":"theme","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"System theme — auto","description":"Follow the operating system setting for buttons, menus, and windows.","creator":"Mozilla","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1604968444292,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"userPermissions":null,"optionalPermissions":null,"icons":{"32":"icon.svg"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{},"hidden":false,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://default-theme/","location":"app-builtin"},{"id":"firefox-compact-dark@mozilla.org","syncGUID":"{ab1c995c-3f5c-48bc-90c2-b62ac992bd5f}","version":"1.2","type":"theme","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Dark","description":"A theme with a dark color scheme.","creator":"Mozilla","developers":null,"translators":null,"contributors":null},"visible":true,"active":false,"userDisabled":true,"appDisabled":false,"embedderDisabled":false,"installDate":1604968444295,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"userPermissions":null,"optionalPermissions":null,"icons":{"32":"icon.svg"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":null,"hidden":false,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://builtin-themes/dark/","location":"app-builtin"},{"id":"firefox-compact-light@mozilla.org","syncGUID":"{a4e3a0da-ee94-4b52-b816-ea6d3195739b}","version":"1.2","type":"theme","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Light","description":"A theme with a light color scheme.","creator":"Mozilla","developers":null,"translators":null,"contributors":null},"visible":true,"active":false,"userDisabled":true,"appDisabled":false,"embedderDisabled":false,"installDate":1604968444296,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"userPermissions":null,"optionalPermissions":null,"icons":{"32":"icon.svg"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":null,"hidden":false,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://builtin-themes/light/","location":"app-builtin"},{"id":"amazon@search.mozilla.org","syncGUID":"{7581a3a9-689a-4c01-986d-d9d98832ff5e}","version":"1.12","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Amazon.com.au","description":"Amazon.com.au Search","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1618002157570,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"Amazon.com.au","description":"Amazon.com.au Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["au"]},{"name":"Amazon.ca","description":"Amazon.ca Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ca"]},{"name":"Amazon.es","description":"Amazon.es","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["spain"]},{"name":"Amazon.fr","description":"Recherche Amazon.fr","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["france"]},{"name":"Amazon.nl","description":"Amazon.nl Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["nl"]},{"name":"Amazon.co.uk","description":"Amazon.co.uk Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["en-GB"]},{"name":"Amazon.co.jp","description":"Amazon.co.jp Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["jp"]},{"name":"Amazon.it","description":"Ricerca Amazon.it","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["it"]},{"name":"Amazon.de","description":"Amazon.de Suche","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"Amazon.se","description":"Amazon.se","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["sweden"]},{"name":"Amazon.in","description":"Amazon.in Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["in"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":[],"origins":[]},"optionalPermissions":{"permissions":[],"origins":[]},"icons":{"16":"favicon.ico"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://search-extensions/amazon/","location":"app-builtin"},{"id":"addons-search-detection@mozilla.com","syncGUID":"{90b334bc-f9ab-4a7f-b8aa-d3e3e2585d00}","version":"2.0.0","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Add-ons Search Detection","description":"","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1642082281544,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["telemetry","webRequest","webRequestBlocking"],"origins":[""]},"optionalPermissions":{"permissions":[],"origins":[]},"icons":{},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{"persistentListeners":{}},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://builtin-addons/search-detection/","location":"app-builtin"},{"id":"keepassxc-browser@keepassxc.org","syncGUID":"{5c925fa7-bdb3-44bc-b792-b5912759722a}","version":"1.8.9","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":"options/options.html","optionsType":3,"optionsBrowserStyle":false,"aboutURL":null,"defaultLocale":{"name":"KeePassXC-Browser","description":"KeePassXC integration for modern web browsers","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1606947306641,"updateDate":1699324429908,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/keepassxc-browser@keepassxc.org.xpi","skinnable":false,"sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4182106/keepassxc_browser-1.8.9.xpi","releaseNotesURI":"https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/versions/1.8.9/updateinfo/","softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"KeePassXC-Browser","description":"KeePassXC integration for modern web browsers","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["en"]},{"name":"KeePassXC-Browser","description":"モダンなウェブブラウザーのための KeePassXC 統合","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["ja"]},{"name":"KeePassXC-Browser","description":"KeePassXC integratsioon moodsatele brauseritele","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["et"]},{"name":"KeePassXC-Browser","description":"Integração KeepassXC para os navegadores modernos","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["pt-PT"]},{"name":"KeePassXC-Browser","description":"KeePassXC за съвременни мрежови четци","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["bg"]},{"name":"KeePassXC-Browser","description":"Intégration de KeePassXC pour les navigateurs Web modernes","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["fr"]},{"name":"KeePassXC-Browser","description":"Integrasi KeePassXC untuk peramban web modern","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["id"]},{"name":"KeePassXC-Browser","description":"Napojení KeePassXC na moderní webové prohlížeče","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["cs"]},{"name":"KeePassXC-Browser","description":"KeePassXC-integration för moderna webbläsare","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["sv"]},{"name":"KeePassXC-Browser","description":"ခေတ်မီ ဝက်ဘ်ဘရောက်ဇာများတွင် KeePassXC ပေါင်းစပ်ထည့်သွင်းခြင်း\n","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["my"]},{"name":"KeePassXC-Browser","description":"KeePassXC integracija šiuolaikinėse naršyklėse","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["lt"]},{"name":"KeePassXC-Browser","description":"현대적인 웹 브라우저용 KeePassXC 통합","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["ko"]},{"name":"KeePassXC-Browser","description":"KeePassXC integráció a modern webböngészőkhöz","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["hu"]},{"name":"KeePassXC-Browser","description":"KeePassXC-integraatio moderneille nettiselaimille","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["fi"]},{"name":"KeePassXC-Browser","description":"KeePassXC-Integration für moderne Webbrowser","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"KeePassXC-Browser","description":"KeePassXC 与现代 Web 浏览器的集成","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["zh-CN"]},{"name":"KeePassXC-Browser","description":"KeePassXC integracija za sodobne spletne brskalnike","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["sl"]},{"name":"KeePassXC-Browser","description":"Интеграция KeePassXC в современные браузеры","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["ru"]},{"name":"KeePassXC-Browser","description":"Integracja KeePassXC z nowoczesnymi przeglądarkami internetowymi","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["pl"]},{"name":"KeePassXC-Browser","description":"Інтеграція KeePassXC для сучасних браузерів","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["uk"]},{"name":"KeePassXC-Browser","description":"Integração KeepassXC para os navegadores modernos","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["pt"]},{"name":"KeePassXC-Browser","description":"KeePassXC-integrasjon for moderne nettlesere","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["nb"]},{"name":"KeePassXC-Browser","description":"KeePassXC integrare pentru browsere web moderne","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["ro"]},{"name":"KeePassXC-Browser","description":"KeePassXC integration for modern web browsers","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["en-GB"]},{"name":"KeePassXC-Browser","description":"Ενσωμάτωση KeePassXC για σύγχρονα προγράμματα περιήγησης ιστού","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["el"]},{"name":"KeePassXC-Browser","description":"KeePassXC integratio pro interretialibus navigatoribus modernis","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["la"]},{"name":"KeePassXC-Browser","description":"Integración de KeePassXC para navegadores web modernos.","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["es"]},{"name":"KeePassXC-Browser","description":"Modern tarayıcılar için KeePassXC bütünleşmesi","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["tr"]},{"name":"KeePassXC-Browser","description":"Integração ao KeePassXC para navegadores modernos","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["pt-BR"]},{"name":"KeePassXC-Browser","description":"שילוב KeePassXC בדפדפני מרשתת חדישים","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["he"]},{"name":"KeePassXC-Browser","description":"KeePassXC-integratie voor moderne webbrowsers","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["nl"]},{"name":"KeePassXC-Browser","description":"KeePassXC 與現代瀏覽器的整合","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["zh-TW"]},{"name":"KeePassXC-Browser","description":"Integrazione di KeePassXC per browser web moderni","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["it"]},{"name":"KeePassXC-Browser","description":"KeePassXC-integratie voor moderne webbrowsers","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["nl-NL"]},{"name":"KeePassXC-Browser","description":"KeePassXC-integrering til moderne webbrowsere","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["da"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"96.0","maxVersion":null}],"targetPlatforms":[],"signedState":2,"signedDate":1697643118000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["activeTab","contextMenus","clipboardWrite","nativeMessaging","notifications","storage","tabs","webNavigation","webRequest","webRequestBlocking"],"origins":["https://*/*","http://*/*","https://api.github.com/",""]},"optionalPermissions":{"permissions":[],"origins":[]},"icons":{"16":"icons/keepassxc.svg","48":"icons/keepassxc.svg","64":"icons/keepassxc.svg","96":"icons/keepassxc.svg","128":"icons/keepassxc.svg"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":null,"hidden":false,"installTelemetryInfo":{"source":"amo","sourceURL":"https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search","method":"amWebAPI"},"recommendationState":null,"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/keepassxc-browser@keepassxc.org.xpi!/","location":"app-profile"},{"id":"sponsorBlocker@ajay.app","syncGUID":"{f4bb458f-2171-4005-91f2-7183fd5a1700}","version":"5.4.25","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":"options/options.html","optionsType":3,"optionsBrowserStyle":false,"aboutURL":null,"defaultLocale":{"name":"SponsorBlock for YouTube - Skip Sponsorships","description":"Skip sponsorships, subscription begging and more on YouTube videos. Report sponsors on videos you watch to save others' time.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1628549749364,"updateDate":1699324430129,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/sponsorBlocker@ajay.app.xpi","skinnable":false,"sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4185110/sponsorblock-5.4.25.xpi","releaseNotesURI":"https://addons.mozilla.org/en-US/firefox/addon/sponsorblock/versions/5.4.25/updateinfo/","softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"SponsorBlock for YouTube - Skip Sponsorships","description":"Skip sponsorships, subscription begging and more on YouTube videos. Report sponsors on videos you watch to save others' time.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["en"]},{"name":"SponsorBlock for YouTube - 動画の広告シーンを自動スキップ","description":"YouTube動画の提供表示や登録のお願いといった部分をスキップします。動画中の広告を報告し、みんなで時間を節約しましょう。","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ja"]},{"name":"SponsorBlock para o YouTube - Salte patrocínios","description":"Ignore patrocínios, pedidos de subscrição e muito mais nos vídeos do YouTube. Denuncie os patrocinadores nos vídeos que vê para poupar o tempo dos outros.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["pt-PT"]},{"name":"SponsorBlock YouTube'ile - jäta sponsorid vahele","description":"Jäta sponsorid, tellimise palumine ja muud YouTube'i videote tüütused vahele. Teata vaadatavate videote sponsoritest, et säästa teiste aega.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["et"]},{"name":"YouTube కోసం SponsorBlock - స్పాన్సర్షిప్లను దాటవేయి","description":"YouTube వీడియోలలో స్పాన్సర్షిప్లు, సభ్యత్వ యాచన మరియు మరిన్ని దాటవేయండి. ఇతరుల సమయాన్ని ఆదా చేయడానికి మీరు చూసే వీడియోలపై స్పాన్సర్లను నివేదించండి.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["te"]},{"name":"SponsorBlock pour YouTube - Supprime les publicités intégrées","description":"Ignorez les sponsors, les rappels d'interaction et plus encore sur les vidéos YouTube. Signalez les sponsors sur les vidéos que vous regardez pour sauver le temps des autres.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["fr"]},{"name":"SponsorBlock за YouTube - пропускайте спонсорства","description":"Прескачайте спонсорства, напомняния за абониране и други неща в клипове в YouTube. Докладвайте спонсорства в клиповете, които гледате, за да спестите време на други потребители.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["bg"]},{"name":"YouTube க்கான SponsorBlock - ஸ்பான்சர்ஷிப்களைத் தவிர்","description":"YouTube வீடியோக்களில் ஸ்பான்சர்ஷிப்கள், சந்தா பிச்சை மற்றும் பலவற்றைத் தவிர்க்கவும். மற்றவர்களின் நேரத்தைச் சேமிக்க நீங்கள் பார்க்கும் வீடியோக்களில் ஸ்பான்சர்களைப் புகாரளிக்கவும்.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ta"]},{"name":"SponsorBlock YouTube-ra - Szponzorok átugrására","description":"Szponzorok, feliratkozás-kérelmek és több átugrása a YouTube videókon. Jelöljön meg szponzorokat videókon amiket néz, hogy mások idejét is megtakarítsa.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["hu"]},{"name":"SponsorBlock для YouTube - Пропускайте спонсорские вставки","description":"Пропускайте спонсорские вставки, просьбы подписаться и другое в видео на YouTube. Отправляйте информацию о спонсорах в видео, чтобы экономить другим время.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ru"]},{"name":"ইউটিউবের জন্য স্পনসরব্লক - স্পনসরশিপ এড়িয়ে যান","description":"YouTube ভিডিওতে স্পনসরশিপ, সাবস্ক্রিপশন ভিক্ষা এবং আরও অনেক কিছু এড়িয়ে যান। অন্যদের সময় বাঁচাতে আপনার দেখা ভিডিওগুলিতে স্পনসরদের রিপোর্ট করুন।","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["bn"]},{"name":"SponsorBlock untuk YouTube - Lewati Sponsor","description":"Lewati sponsor, meminta subscriber dan lain-lain di video YouTube. Laporkan sponsor di video yang anda tonton untuk menghemat waktu orang lain.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["id"]},{"name":"SponsorBlock pro YouTube - Přeskoč sponzory","description":"Přeskočte sponzorství, žádosti o odběr a další ve videích na YouTube. Nahlaste sponzorované segmenty ve videích, která sledujete a ušetřete ostatním čas.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["cs"]},{"name":"SponsorBlock für YouTube - Überspringe gesponserte Videosegmente","description":"Überspringe gesponserte Inhalte, Aufforderungen zum Interagieren und mehr in YouTube-Videos. Markiere Sponsoren in Videos, um anderen die Zeit zu ersparen.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"SponsorBlock priekš YouTube - Izlaid sponsorus","description":"Izlaidiet sponsorus, abonēšanas lūgumus un vairāk, skatoties YouTube video. Ziņojiet par sponsoriem video, kurus jūs skatāties, lai ietaupītu citu laiku.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["lv"]},{"name":"SponsorBlock para YouTube - I-skip ang mga Sponsorships","description":"I-skip ang mga sponsorships, subscription begging at marami pa sa mga YouTube videos. I-report ang mga sponsor sa videos na napapanood mo upang makatipid sa oras ng iba.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["fil"]},{"name":"SponsorBlock na YouTube - Pomiń fragmenty sponsorowane","description":"Pomijaj sponsorów, prośby o subskrypcje i inne fragmenty filmów na YouTube. Zgłaszaj segmenty sponsorów na filmach, które oglądasz, by oszczędzić czas innym.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["pl"]},{"name":"SponsorBlock za YouTube - preskoči sponzore","description":"Preskoči sponzore, zamolbe za pretplatu i drugo na YouTube videima. Prijavi sponzore na videima koje gledaš kako bi uštedio drugima vrijeme.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["hr"]},{"name":"SponsorBlock YouTubelle - Ohita sponsoroinnit","description":"Ohita sponsoroitu mainonta, tilausten kerjääminen ja muuta YouTube-videoissa. Ilmoita katsomasi videoiden sponsorit säästääksesi muilta aikaa.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["fi"]},{"name":"SponsorBlock για το YouTube - Παραλείπει Χορηγίες","description":"Παράλειψη χορηγιών, έκκλησης συνδρομής και πολλά περισσότερα στα βίντεο του YouTube. Αναφέρετε χορηγίες σε βίντεο που βλέπετε για να κερδίσετε χρόνο στους υπολοίπους.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["el"]},{"name":"SponsorBlock pentru YouTube - Sari peste sponsorizări","description":"Treci peste sponsorizări, cereri de abonare și multe altele pe videoclipuri de pe YouTube. Raportează sponsorii pe videoclipurile pe care le urmărești pentru a economisi timp altora.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ro"]},{"name":"SponsorBlock para YouTube - Omitir Sponsors","description":"Salte todos los sponsors, súplicas de suscripción y más en vídeos de YouTube. Reporta sponsors en los vídeos que veas para ahorrarle tiempo a los demás.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["es"]},{"name":"חוסם פרסומות ליוטיוב - דלג על החסויות","description":"דלג על החסויות, ההתחננויות לעשות מנוי ועוד בסרטוני יוטיוב. דווח על ספונסרים בסרטונים שאתה צופה בהם כדי לחסוך לאחרים זמן.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["he"]},{"name":"SponsorBlock para YouTube - Pule Patrocínios","description":"Pule patrocinadores, pedidos para se inscrever e mais em vídeos do YouTube. Denuncie patrocinadores em vídeos que você assistir para economizar o tempo dos outros.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["pt-BR"]},{"name":"SponsorBlock for YouTube - 跳過贊助廣告","description":"在YouTube影片跳過贊助廣告、訂閱提醒……和更多。 在您觀賞的影片上標記贊助廣告來節省大家的時間。","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["zh-TW"]},{"name":"SponsorBlock til YouTube - Fjern reklamer","description":"Fjern reklamer, subscriber tiggeri og mere i youtube videoer. Rapporter reklamer på de videoer du ser for at spare folks tid.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["da"]},{"name":"Youtube için SponsorBlock - Sponsorlukları Atla","description":"Videolardaki sponsorlukları, abonelik isteklerini ve daha fazlasını atlayın. Başkalarının vaktini kurtarmak için izlediğiniz videolardaki sponsorları bildirin.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["tr"]},{"name":"YouTube के लिए SponsorBlock - प्रायोजन छोड़ें","description":"YouTube वीडियो पर प्रायोजन, सदस्यता भीख और अधिक छोड़ें। दूसरों के समय को बचाने के लिए आपके द्वारा देखे जाने वाले वीडियो पर प्रायोजकों की रिपोर्ट करें।","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["hi"]},{"name":"سبونسر بلوك لليوتيوب - تخطي الرعاية الاعلانية","description":"تخطي الرعاية الاعلانية ، التسول في الاشتراك والمزيد على مقاطع الفيديو على اليوتيوب. التبليغ عن الرعايه الاعلانيه علي مقاطع الفيديو التي تشاهدها لتوفير وقتك و وقت الآخرين.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ar"]},{"name":"SponsorBlock för YouTube - Hoppa över sponsringar","description":"Hoppa över sponsringar, prenumerationstiggande och mer på YouTube-videor. Rapportera sponsorer på videor du tittar på för att bespara andra tid.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["sv"]},{"name":"SponsorBlock for YouTube - Hopp over sponsinger","description":"Hopp over sponsinger, abonnementstigging og mer på YouTube-videoer. Rapporter inn sponsorer på videoer du ser på for å spare andre sin tid.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["no"]},{"name":"SponsorBlock per YouTube - Salta gli sponsor","description":"Salta sponsorizzazioni, richieste d'iscrizione ai canali e molto altro sui video di YouTube. Segnala gli sponsor sui video che guardi per salvare il tempo agli altri.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["it"]},{"name":"YouTube- നായുള്ള സ്പോൺസർബ്ലോക്ക് - സ്പോൺസർഷിപ്പുകൾ ഒഴിവാക്കുക","description":"YouTube വീഡിയോകളിൽ സ്പോൺസർഷിപ്പുകൾ, സബ്സ്ക്രിപ്ഷൻ ഭിക്ഷാടനം എന്നിവയും അതിലേറെയും ഒഴിവാക്കുക. മറ്റുള്ളവരുടെ സമയം ലാഭിക്കാൻ നിങ്ങൾ കാണുന്ന വീഡിയോകളിൽ സ്പോൺസർമാരെ റിപ്പോർട്ടുചെയ്യുക.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ml"]},{"name":"SponsorBlock สำหรับ YouTube - ข้ามสปอนเซอร์","description":"ข้ามสปอนเซอร์, การก่อการติดตาม, ฯลฯ ในวีดีโอ YouTube. รายงานสปอนเซอร์ในวีดีโอเพื่อประหยัดเวลาคนอื่น","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["th"]},{"name":"YouTube용 SponsorBlock - 스폰서 광고 차단","description":"YouTube 영상의 스폰서 광고, '구독과 좋아요' 광고 같이 쓸데없는 광고를 모두 건너뛰세요. 영상의 스폰서 광고 구간을 신고하여 다른 사람들의 시간을 절약할 수 있게 해주세요.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ko"]},{"name":"SponsorBlock voor YouTube - Sponsorberichten overslaan","description":"Overslaan van sponsors, vragen om te abonneren en meer in YouTube-video's. Rapporteer sponsors in video's die u bekijkt om anderen tijd te besparen.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["nl"]},{"name":"اسپانسربلاک برای یوتیوب - اسپانسر ها را رد کنید","description":"بخش های اسپانسر شده، درخواست ساب اسکرایب و خیلی چیز های دیگر در ویدیو های یوتیوب را رد کنید. قسمت های اسپانسری ویدیو هایی که میبینید را گزارش کنید تا در وقت دیگران صرفه جویی شود.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["fa"]},{"name":"SponsorBlock для YouTube - Пропускайте спонсорські вставки","description":"Пропускайте спонсорські вставки, прохання підписатися та інше в відео на YouTube. Надсилайте інформацію про спонсорів в відео, щоб зберігати іншим час.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["uk"]},{"name":"SponsorBlock pre YouTube - Preskočte sponzorstvá","description":"Preskoč sponzorstvá, žiadosti o odber atď. v YouTube videách. Nahlás sponzorované segmenty vo videách čo sleduješ a ušetri ostatným čas.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["sk"]},{"name":"SponsorBlock for YouTube - 跳过赞助商广告","description":"跳过 YouTube 视频中的赞助广告、订阅提醒等片段。标记视频中的赞助广告来节约大家的时间。","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["zh-CN"]},{"name":"SponsorBlock per YouTube - Omet els Sponsorships","description":"Omet els sponsorships, pregant per una subscripció i mes en videos de YouTube. Informa dels patrocinadors a els vídeos que mires per estalviar temps als altres.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ca"]},{"name":"SponsorBlock cho Youtube - Bỏ qua quảng cáo của nhà tài trợ","description":"Bỏ qua quảng cáo của nhà tài trợ, đoạn nài nỉ đòi đăng ký và nhiều thứ tương tự trong các video trên Youtube. Báo cáo đoạn quảng cáo nhà tài trợ trong những video bạn xem để giúp người khác tiết kiệm thời gian.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["vi"]},{"name":"SponsorBlock untuk YouTube - Lewati Sponsor","description":"Lewati sponsor, meminta subscriber dan lain-lain di video YouTube. Laporkan sponsor di video yang anda tonton untuk menghemat waktu orang lain.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ms"]},{"name":"SponsorBlock за YouTube - Прескочите спонзорства","description":"Прескочите спонзорства, молбе за праћење и још много тога на YouTube видео снимцима. Пријавите спонзоре у видео снимцима које гледате да бисте уштедели време другима.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["sr"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"48.0","maxVersion":null}],"targetPlatforms":[],"signedState":2,"signedDate":1698308215000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["storage","scripting"],"origins":["https://sponsor.ajay.app/*","https://*.youtube.com/*","https://www.youtube-nocookie.com/embed/*"]},"optionalPermissions":{"permissions":[],"origins":["*://*/*"]},"icons":{"16":"icons/IconSponsorBlocker16px.png","32":"icons/IconSponsorBlocker32px.png","64":"icons/IconSponsorBlocker64px.png","128":"icons/IconSponsorBlocker128px.png","256":"icons/IconSponsorBlocker256px.png","512":"icons/IconSponsorBlocker512px.png","1024":"icons/IconSponsorBlocker1024px.png"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":null,"hidden":false,"installTelemetryInfo":{"source":"amo","sourceURL":"https://addons.mozilla.org/en-US/firefox/addon/sponsorblock/?src=external-website","method":"amWebAPI"},"recommendationState":{"validNotAfter":1856096214000,"validNotBefore":1698308214000,"states":["recommended"]},"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/sponsorBlocker@ajay.app.xpi!/","location":"app-profile"},{"id":"jid1-MnnxcxisBPnSXQ@jetpack","syncGUID":"{f0f2b64d-ce1c-44d4-af9f-71ce9270b90c}","version":"2023.10.31","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":"/skin/options.html","optionsType":3,"optionsBrowserStyle":false,"aboutURL":null,"defaultLocale":{"name":"Privacy Badger","description":"Privacy Badger automatically learns to block invisible trackers.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1542628050000,"updateDate":1699324430137,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/jid1-MnnxcxisBPnSXQ@jetpack.xpi","skinnable":false,"sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4188670/privacy_badger17-2023.10.31.xpi","releaseNotesURI":"https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/versions/2023.10.31/updateinfo/","softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"Privacy Badger","description":"Privacy Badger automatically learns to block invisible trackers.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["en-US"]},{"name":"Privacy Badger","description":"Privacy Badgerは、目に見えないトラッカーを自動的に学習してブロックします。","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["ja"]},{"name":"Privacy Badger","description":"O Privacy Badger aprende automaticamente a bloquear rastreadores invisíveis.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["pt-PT"]},{"name":"Privacy Badger","description":"Privacy Badger apprend automatiquement à bloquer les traqueurs invisibles.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["fr"]},{"name":"Privacy Badger","description":"Privacy Badger автоматично се научава да блокира невидими преследвачи.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["bg"]},{"name":"Privacy Badger","description":"Privacy Badger lär sig automatiskt att blockera osynliga spårare.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["sv"]},{"name":"Privata Melo","description":"Privata Melo aŭtomate lernas bloki nevideblajn spurilojn.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["eo"]},{"name":"Privacy Badger","description":"Privacy Badger se automaticky učí blokovat neviditelné sledovací prvky na webových stránkách.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["cs"]},{"name":"Privacy Badger","description":"Privacy Badger автоматично навчається блокувати невидимі елементи стеження.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["uk"]},{"name":"Privacy Badger","description":"A Privacy Badger automatikusan megtanulja a láthatatlan követők tiltását.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["hu"]},{"name":"Privacy Badger","description":"Privacy Badger tự động học cách chặn các máy theo dõi mà chạy ngầm.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["vi"]},{"name":"«غرير الخصوصية»","description":"يتعلم «غرير الخصوصية» تلقائيا أن يحجب المتعقبات الخفية.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["ar"]},{"name":"Privacy Badger","description":"Privacy Badger impara automaticamente a bloccare i tracker invisibili.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["it"]},{"name":"Privacy Badger","description":"Privacy Badger는 자동으로 보이지 않는 추적기를 차단하는 법을 학습합니다.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["ko"]},{"name":"Privacy Badger","description":"प्राइवेसी बैजर स्वचालित रूप से अदृश्य ट्रैकर्स को अवरोधित करना सीखता है।","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["hi"]},{"name":"Privacy Badger","description":"Privacy Badger lernt automatisch, unsichtbare Tracker zu blocken.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"Privacy Badger","description":"Privacy Badger automatski uči da blokira nevidljive trekere.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["sr"]},{"name":"Privacy Badger","description":"El Privacy Badger aprèn automàticament a blocar rastrejadors invisibles.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["ca"]},{"name":"پرایوسی بجر","description":"پرایوسی بجر به صورت خودکار یاد میگیرد تا ردیابهای مخفی را مسدود کند.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["fa"]},{"name":"Privacy Badger","description":"Privacy Badger mempelajari secara automatik untuk menyekat penjejak-penjejak ghaib.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["ms"]},{"name":"Privacy Badger","description":"Privacy Badger автоматически учится блокировать невидимые трекеры.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["ru"]},{"name":"隐私獾","description":"隐私獾会自动学习去阻止不可见的追踪器。","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["zh-CN"]},{"name":"Privacy Badger","description":"Privacy Badger oppii automaattisesti estämään näkymättömät seurannat.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["fi"]},{"name":"Privacy Badger","description":"Privacy Badger automatycznie uczy się blokować niewidoczne elementy śledzące.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["pl"]},{"name":"Privacy Badger","description":"Το Privacy Badger μαθαίνει αυτόματα να αποκλείει \"αόρατους\" ιχνηλάτες.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["el"]},{"name":"Privacy Badger","description":"O Privacy Badger aprende automaticamente a bloquear rastreadores invisíveis.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["pt-BR"]},{"name":"Privacy Badger","description":"Privacy Badger aprende automáticamente a bloquear rastreadores invisibles.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["es"]},{"name":"Privacy Badger","description":"Privacy Badger lærer automatisk at blokere usynlige sporinger.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["da"]},{"name":"Privacy Badger","description":"Privacy Badger לומד באופן אוטומטי לחסום עוקבנים בלתי נראים.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["he"]},{"name":"Privacy Badger","description":"Privacy Badger 會自動學習來封鎖隱形的追蹤器。","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["zh-TW"]},{"name":"Privacy Badger","description":"Privacy Badger leert automatisch onzichtbare volgers te blokkeren.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["nl"]},{"name":"Privacy Badger","description":"Privacy Badger görünmez takipçileri engellemeyi otomatik olarak öğrenir.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["tr"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"78.0","maxVersion":null}],"targetPlatforms":[],"signedState":2,"signedDate":1698912963000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["alarms","tabs","webNavigation","webRequest","webRequestBlocking","storage","privacy"],"origins":["http://*/*","https://*/*","https://*.facebook.com/*","http://*.facebook.com/*","https://*.messenger.com/*","http://*.messenger.com/*","*://*.facebookcorewwwi.onion/*","https://docs.google.com/*","http://docs.google.com/*","https://mail.google.com/*","http://mail.google.com/*","https://www.google.com/*","http://www.google.com/*","https://www.google.ad/*","http://www.google.ad/*","https://www.google.ae/*","http://www.google.ae/*","https://www.google.com.af/*","http://www.google.com.af/*","https://www.google.com.ag/*","http://www.google.com.ag/*","https://www.google.com.ai/*","http://www.google.com.ai/*","https://www.google.al/*","http://www.google.al/*","https://www.google.am/*","http://www.google.am/*","https://www.google.co.ao/*","http://www.google.co.ao/*","https://www.google.com.ar/*","http://www.google.com.ar/*","https://www.google.as/*","http://www.google.as/*","https://www.google.at/*","http://www.google.at/*","https://www.google.com.au/*","http://www.google.com.au/*","https://www.google.az/*","http://www.google.az/*","https://www.google.ba/*","http://www.google.ba/*","https://www.google.com.bd/*","http://www.google.com.bd/*","https://www.google.be/*","http://www.google.be/*","https://www.google.bf/*","http://www.google.bf/*","https://www.google.bg/*","http://www.google.bg/*","https://www.google.com.bh/*","http://www.google.com.bh/*","https://www.google.bi/*","http://www.google.bi/*","https://www.google.bj/*","http://www.google.bj/*","https://www.google.com.bn/*","http://www.google.com.bn/*","https://www.google.com.bo/*","http://www.google.com.bo/*","https://www.google.com.br/*","http://www.google.com.br/*","https://www.google.bs/*","http://www.google.bs/*","https://www.google.bt/*","http://www.google.bt/*","https://www.google.co.bw/*","http://www.google.co.bw/*","https://www.google.by/*","http://www.google.by/*","https://www.google.com.bz/*","http://www.google.com.bz/*","https://www.google.ca/*","http://www.google.ca/*","https://www.google.cd/*","http://www.google.cd/*","https://www.google.cf/*","http://www.google.cf/*","https://www.google.cg/*","http://www.google.cg/*","https://www.google.ch/*","http://www.google.ch/*","https://www.google.ci/*","http://www.google.ci/*","https://www.google.co.ck/*","http://www.google.co.ck/*","https://www.google.cl/*","http://www.google.cl/*","https://www.google.cm/*","http://www.google.cm/*","https://www.google.cn/*","http://www.google.cn/*","https://www.google.com.co/*","http://www.google.com.co/*","https://www.google.co.cr/*","http://www.google.co.cr/*","https://www.google.com.cu/*","http://www.google.com.cu/*","https://www.google.cv/*","http://www.google.cv/*","https://www.google.com.cy/*","http://www.google.com.cy/*","https://www.google.cz/*","http://www.google.cz/*","https://www.google.de/*","http://www.google.de/*","https://www.google.dj/*","http://www.google.dj/*","https://www.google.dk/*","http://www.google.dk/*","https://www.google.dm/*","http://www.google.dm/*","https://www.google.com.do/*","http://www.google.com.do/*","https://www.google.dz/*","http://www.google.dz/*","https://www.google.com.ec/*","http://www.google.com.ec/*","https://www.google.ee/*","http://www.google.ee/*","https://www.google.com.eg/*","http://www.google.com.eg/*","https://www.google.es/*","http://www.google.es/*","https://www.google.com.et/*","http://www.google.com.et/*","https://www.google.fi/*","http://www.google.fi/*","https://www.google.com.fj/*","http://www.google.com.fj/*","https://www.google.fm/*","http://www.google.fm/*","https://www.google.fr/*","http://www.google.fr/*","https://www.google.ga/*","http://www.google.ga/*","https://www.google.ge/*","http://www.google.ge/*","https://www.google.gg/*","http://www.google.gg/*","https://www.google.com.gh/*","http://www.google.com.gh/*","https://www.google.com.gi/*","http://www.google.com.gi/*","https://www.google.gl/*","http://www.google.gl/*","https://www.google.gm/*","http://www.google.gm/*","https://www.google.gr/*","http://www.google.gr/*","https://www.google.com.gt/*","http://www.google.com.gt/*","https://www.google.gy/*","http://www.google.gy/*","https://www.google.com.hk/*","http://www.google.com.hk/*","https://www.google.hn/*","http://www.google.hn/*","https://www.google.hr/*","http://www.google.hr/*","https://www.google.ht/*","http://www.google.ht/*","https://www.google.hu/*","http://www.google.hu/*","https://www.google.co.id/*","http://www.google.co.id/*","https://www.google.ie/*","http://www.google.ie/*","https://www.google.co.il/*","http://www.google.co.il/*","https://www.google.im/*","http://www.google.im/*","https://www.google.co.in/*","http://www.google.co.in/*","https://www.google.iq/*","http://www.google.iq/*","https://www.google.is/*","http://www.google.is/*","https://www.google.it/*","http://www.google.it/*","https://www.google.je/*","http://www.google.je/*","https://www.google.com.jm/*","http://www.google.com.jm/*","https://www.google.jo/*","http://www.google.jo/*","https://www.google.co.jp/*","http://www.google.co.jp/*","https://www.google.co.ke/*","http://www.google.co.ke/*","https://www.google.com.kh/*","http://www.google.com.kh/*","https://www.google.ki/*","http://www.google.ki/*","https://www.google.kg/*","http://www.google.kg/*","https://www.google.co.kr/*","http://www.google.co.kr/*","https://www.google.com.kw/*","http://www.google.com.kw/*","https://www.google.kz/*","http://www.google.kz/*","https://www.google.la/*","http://www.google.la/*","https://www.google.com.lb/*","http://www.google.com.lb/*","https://www.google.li/*","http://www.google.li/*","https://www.google.lk/*","http://www.google.lk/*","https://www.google.co.ls/*","http://www.google.co.ls/*","https://www.google.lt/*","http://www.google.lt/*","https://www.google.lu/*","http://www.google.lu/*","https://www.google.lv/*","http://www.google.lv/*","https://www.google.com.ly/*","http://www.google.com.ly/*","https://www.google.co.ma/*","http://www.google.co.ma/*","https://www.google.md/*","http://www.google.md/*","https://www.google.me/*","http://www.google.me/*","https://www.google.mg/*","http://www.google.mg/*","https://www.google.mk/*","http://www.google.mk/*","https://www.google.ml/*","http://www.google.ml/*","https://www.google.com.mm/*","http://www.google.com.mm/*","https://www.google.mn/*","http://www.google.mn/*","https://www.google.ms/*","http://www.google.ms/*","https://www.google.com.mt/*","http://www.google.com.mt/*","https://www.google.mu/*","http://www.google.mu/*","https://www.google.mv/*","http://www.google.mv/*","https://www.google.mw/*","http://www.google.mw/*","https://www.google.com.mx/*","http://www.google.com.mx/*","https://www.google.com.my/*","http://www.google.com.my/*","https://www.google.co.mz/*","http://www.google.co.mz/*","https://www.google.com.na/*","http://www.google.com.na/*","https://www.google.com.ng/*","http://www.google.com.ng/*","https://www.google.com.ni/*","http://www.google.com.ni/*","https://www.google.ne/*","http://www.google.ne/*","https://www.google.nl/*","http://www.google.nl/*","https://www.google.no/*","http://www.google.no/*","https://www.google.com.np/*","http://www.google.com.np/*","https://www.google.nr/*","http://www.google.nr/*","https://www.google.nu/*","http://www.google.nu/*","https://www.google.co.nz/*","http://www.google.co.nz/*","https://www.google.com.om/*","http://www.google.com.om/*","https://www.google.com.pa/*","http://www.google.com.pa/*","https://www.google.com.pe/*","http://www.google.com.pe/*","https://www.google.com.pg/*","http://www.google.com.pg/*","https://www.google.com.ph/*","http://www.google.com.ph/*","https://www.google.com.pk/*","http://www.google.com.pk/*","https://www.google.pl/*","http://www.google.pl/*","https://www.google.pn/*","http://www.google.pn/*","https://www.google.com.pr/*","http://www.google.com.pr/*","https://www.google.ps/*","http://www.google.ps/*","https://www.google.pt/*","http://www.google.pt/*","https://www.google.com.py/*","http://www.google.com.py/*","https://www.google.com.qa/*","http://www.google.com.qa/*","https://www.google.ro/*","http://www.google.ro/*","https://www.google.ru/*","http://www.google.ru/*","https://www.google.rw/*","http://www.google.rw/*","https://www.google.com.sa/*","http://www.google.com.sa/*","https://www.google.com.sb/*","http://www.google.com.sb/*","https://www.google.sc/*","http://www.google.sc/*","https://www.google.se/*","http://www.google.se/*","https://www.google.com.sg/*","http://www.google.com.sg/*","https://www.google.sh/*","http://www.google.sh/*","https://www.google.si/*","http://www.google.si/*","https://www.google.sk/*","http://www.google.sk/*","https://www.google.com.sl/*","http://www.google.com.sl/*","https://www.google.sn/*","http://www.google.sn/*","https://www.google.so/*","http://www.google.so/*","https://www.google.sm/*","http://www.google.sm/*","https://www.google.sr/*","http://www.google.sr/*","https://www.google.st/*","http://www.google.st/*","https://www.google.com.sv/*","http://www.google.com.sv/*","https://www.google.td/*","http://www.google.td/*","https://www.google.tg/*","http://www.google.tg/*","https://www.google.co.th/*","http://www.google.co.th/*","https://www.google.com.tj/*","http://www.google.com.tj/*","https://www.google.tl/*","http://www.google.tl/*","https://www.google.tm/*","http://www.google.tm/*","https://www.google.tn/*","http://www.google.tn/*","https://www.google.to/*","http://www.google.to/*","https://www.google.com.tr/*","http://www.google.com.tr/*","https://www.google.tt/*","http://www.google.tt/*","https://www.google.com.tw/*","http://www.google.com.tw/*","https://www.google.co.tz/*","http://www.google.co.tz/*","https://www.google.com.ua/*","http://www.google.com.ua/*","https://www.google.co.ug/*","http://www.google.co.ug/*","https://www.google.co.uk/*","http://www.google.co.uk/*","https://www.google.com.uy/*","http://www.google.com.uy/*","https://www.google.co.uz/*","http://www.google.co.uz/*","https://www.google.com.vc/*","http://www.google.com.vc/*","https://www.google.co.ve/*","http://www.google.co.ve/*","https://www.google.vg/*","http://www.google.vg/*","https://www.google.co.vi/*","http://www.google.co.vi/*","https://www.google.com.vn/*","http://www.google.com.vn/*","https://www.google.vu/*","http://www.google.vu/*","https://www.google.ws/*","http://www.google.ws/*","https://www.google.rs/*","http://www.google.rs/*","https://www.google.co.za/*","http://www.google.co.za/*","https://www.google.co.zm/*","http://www.google.co.zm/*","https://www.google.co.zw/*","http://www.google.co.zw/*","https://www.google.cat/*","http://www.google.cat/*",""]},"optionalPermissions":{"permissions":[],"origins":[]},"icons":{"16":"icons/badger-16.png","19":"icons/badger-19.png","38":"icons/badger-38.png","48":"icons/badger-48.png","64":"icons/badger-64.png","128":"icons/badger-128.png"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":null,"hidden":false,"installTelemetryInfo":null,"recommendationState":{"validNotAfter":1856700962000,"validNotBefore":1698912962000,"states":["recommended-android","recommended"]},"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/jid1-MnnxcxisBPnSXQ@jetpack.xpi!/","location":"app-profile"},{"id":"7esoorv3@alefvanoon.anonaddy.me","syncGUID":"{ffc36fa1-6168-4520-b905-ce9d1d6a22f1}","version":"2.8.1","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":"pages/options/index.html","optionsType":3,"optionsBrowserStyle":false,"aboutURL":null,"defaultLocale":{"name":"LibRedirect","description":"A web extension that redirects popular sites to alternative privacy-friendly frontends and backends","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1689045991550,"updateDate":1699324430600,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/7esoorv3@alefvanoon.anonaddy.me.xpi","skinnable":false,"sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4178347/libredirect-2.8.1.xpi","releaseNotesURI":"https://addons.mozilla.org/en-US/firefox/addon/libredirect/versions/2.8.1/updateinfo/","softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"LibRedirect","description":"A web extension that redirects popular sites to alternative privacy-friendly frontends and backends","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["en"]},{"name":"LibRedirect","description":"人気サイトを個人情報に配慮した代替のフロントエンド/バックエンドに転送するウェブ拡張機能","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ja"]},{"name":"LibRedirect","description":"En vev-utvidelse som videresender populære sider til alternative personvernsrespekterende grenseflater og bakender","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["nb-NO"]},{"name":"LibRedirect","description":"A web extension that redirects popular sites to alternative privacy-friendly frontends and backends","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["jv"]},{"name":"LibRedirect","description":"Une extension web qui redirige les sites populaires vers des interfaces et des serveurs alternatifs respectueux de la vie privée","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["fr"]},{"name":"LibRedirect","description":"Ekstensi web yang mengalihkan situs-situs terkenal ke frontend dan backend alternatif yang menghargai privasi","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["id"]},{"name":"লিবরিডাইরেক্ট","description":"একটি ওয়েব এক্সটেনশন যা জনপ্রিয় সাইটগুলোকে বিকল্প গোপনীয়তা-বান্ধব ফ্রন্টএন্ড এবং ব্যাকএন্ডে পুনর্নির্দেশ করে","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["bn"]},{"name":"LibRedirect","description":"Webové rozšíření, které přesměrovává oblíbené weby na alternativní ‘frontends‘ a ‘backends‘ respektující soukromí","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["cs"]},{"name":"LibRedirect","description":"Веброзширення, що переспрямовує популярні сайти на альтернативні дружні до приватності фронтенди та бекенди","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["uk"]},{"name":"LibRedirect","description":"将常用网站按需重定向到隐私友好的替代前端/后端的 Web 扩展程序","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["zh-Hans"]},{"name":"LibRedirect","description":"إضافة متصفح تعيد توجيه مواقع مشهورة إلى واجهات أمامية تحترم الخصوصية","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ar"]},{"name":"LibRedirect","description":"Một tiện ích mở rộng chuyển hướng một số trang web phổ biến đến các frontend và backend khác thân thiện với quyền riêng tư","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["vi"]},{"name":"LibRedirect","description":"A web extension that redirects popular sites to alternative privacy-friendly frontends and backends","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ko"]},{"name":"LibRedirect","description":"Un'estensione per il browser che reindirizza i siti più popolari verso frontend e backend alternativi rispettosi della privacy","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["it"]},{"name":"LibRedirect","description":"WebExtension 擴充套件,可將熱門網站重新導向至隱私友好的替代服務","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["zh-Hant"]},{"name":"LibRedirect","description":"Eine Erweiterung, die beliebte Websites auf alternative, datenschutzfreundliche Frontends und Backends umleitet","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"LibRedirect","description":"Un complemento do navegador que redirixe o tráfico cara alternativas amigables e respetuosas","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["gl"]},{"name":"LibRedirect","description":"Браузерное расширение, которое перенаправляет известные сайты на иные интерфейсы и движки, обеспечивающие конфиденциальность","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ru"]},{"name":"LibRedirect","description":"Веб проширница која преусмерава познате сајтове на према алтернативним сучељима и позадинским страницама прилагођенима приватности","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["sr"]},{"name":"LibRedirect","description":"Rozszerzenie, które przekierowuje popularne witryny do alternatywnych, szanujących prywatność frontendów i backendów","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["pl"]},{"name":"LibRedirect","description":"Web proširenje koje preusmjerava popularne web stranice na alternativna sučelja i pozadinske sustave prilagođene privatnosti","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["hr"]},{"name":"LibRedirect","description":"O extensie web care redirecționează site-urile populare către frontend-uri și backend-uri alternative prietenoase cu confidențialitatea","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ro"]},{"name":"LibRedirect","description":"Uma extensão para os navegadores de Internet que redireciona sites populares para interfaces gráficas e interfaces de textos alternativas e amigáveis que respeitam a privacidade","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["pt"]},{"name":"LibRedirect","description":"Web proširnica koja preusmjerava poznate web stranice na prema alternativnim sučeljima i pozadinama prilagođenim privatnosti","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["bs"]},{"name":"LibRedirect","description":"Una extensión web que redirige sitios populares a frontends y backends alternativos que respetan la privacidad","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["es"]},{"name":"LibRedirect","description":"Popüler siteleri alternatif gizlilik dostu ön uçlara ve arka uçlara yönlendiren bir web uzantısı","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["tr"]},{"name":"LibRedirect","description":"Een webextensie die populaire sites doorverwijst naar alternatieve privacy-vriendelijke frontends en backends","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["nl"]},{"name":"LibRedirect","description":"Uma extensão para os navegadores de internet que redireciona os sítios/sites populares para interfaces gráficas e interfaces de textos alternativas e amigáveis que respeitam sua privacidade","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["pt-BR"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"89.0","maxVersion":null}],"targetPlatforms":[],"signedState":2,"signedDate":1696772424000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["webRequest","webRequestBlocking","storage","clipboardWrite","contextMenus"],"origins":[""]},"optionalPermissions":{"permissions":["bookmarks"],"origins":[]},"icons":{"16":"assets/images/libredirect-16.png","32":"assets/images/libredirect-32.png","48":"assets/images/libredirect-48.png","128":"assets/images/libredirect-128.png"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":null,"hidden":false,"installTelemetryInfo":{"source":"amo","sourceURL":"https://addons.mozilla.org/en-US/firefox/addon/libredirect/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search","method":"amWebAPI"},"recommendationState":null,"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/7esoorv3@alefvanoon.anonaddy.me.xpi!/","location":"app-profile"}]}
\ No newline at end of file
+{"schemaVersion":36,"addons":[{"id":"yayanotherspeeddial@bakadev.fr","syncGUID":"{3095ecca-6e6a-42d5-b1d5-6778d84c2a99}","version":"1.5.2.1","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Yay! Another Speed dial!","description":"A cool and highly customizable Speed Dial focused on style and simplicity.","creator":"Loïc","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1552785444000,"updateDate":1722287143000,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/yayanotherspeeddial@bakadev.fr.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"Yay! Another Speed dial!","description":"A cool and highly customizable Speed Dial focused on style and simplicity.","creator":"Loïc","developers":null,"translators":null,"contributors":null,"locales":["en"]},{"name":"Yay! Another Speed dial!","description":"Un superbe Speed Dial, complètement personnalisable, concentré sur le style et la simplicité.","creator":"Loïc","developers":null,"translators":null,"contributors":null,"locales":["fr"]},{"name":"Yay! Another Speed dial!","description":"Egy rendkívül jól testreszabható gyorshívó, amit a stílus és az egyszerűség jellemez.","creator":"Loïc","developers":null,"translators":null,"contributors":null,"locales":["hu"]},{"name":"Yay! Another Speed dial!","description":"一个聚焦于风格、简洁,高自定义性的超酷快速启动附加组件。","creator":"Loïc","developers":null,"translators":null,"contributors":null,"locales":["zh-CN"]},{"name":"Yay! Another Speed dial!","description":"Eine coole und höchst anpassbare Speed Dial Erweiterung, fokussiert auf Aussehen und Einfachheit.","creator":"Loïc","developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"Yay! Another Speed dial!","description":"一個聚焦於風格、簡潔,高自訂性的超酷快速啟動附加元件。","creator":"Loïc","developers":null,"translators":null,"contributors":null,"locales":["zh-TW"]},{"name":"Yay! Another Speed dial!","description":"Классная Экспресс-панель, широко кастомизируемая, простая и стильная.","creator":"Loïc","developers":null,"translators":null,"contributors":null,"locales":["ru"]},{"name":"Yay! Another Speed dial!","description":"Un addon con página de accessos directos que se enfoca en verse bien y ser altamente configurable pero facil de usar.","creator":"Loïc","developers":null,"translators":null,"contributors":null,"locales":["es"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"59.0","maxVersion":"*"}],"targetPlatforms":[],"signedState":2,"signedTypes":[2,0],"signedDate":1620892532000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["storage","contextMenus","tabs","downloads","bookmarks","unlimitedStorage"],"origins":[]},"optionalPermissions":{"permissions":[],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{"48":"icons/icon.png","96":"icons/icon@2x.png"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{"persistentListeners":{}},"hidden":false,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/yayanotherspeeddial@bakadev.fr.xpi!/","location":"app-profile"},{"id":"{5173bfae-59df-4a20-a9dd-0ab3e8c82e36}","syncGUID":"{48035ddb-f446-484e-85ac-5586066ac936}","version":"0.2.2","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":"options.html","optionsType":5,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Sci-Hub X Now!","description":"Free access to academic papers with just a single click via sci-hub!","creator":"Gerry Chen and Orçun Özdemir and Lucas Sterzinger","homepageURL":"https://github.com/gchenfc/sci-hub-now","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1602855989000,"updateDate":1722287143000,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/{5173bfae-59df-4a20-a9dd-0ab3e8c82e36}.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedState":2,"signedTypes":[2,0],"signedDate":1675788017000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["activeTab","contextMenus","storage"],"origins":[]},"optionalPermissions":{"permissions":["downloads"],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{"48":"icons/48x48.png","96":"icons/96x96.png"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{},"hidden":false,"installTelemetryInfo":{"source":"amo","sourceURL":"https://addons.mozilla.org/en-US/firefox/addon/sci-hub-x-now/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search","method":"amWebAPI"},"recommendationState":null,"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/%7B5173bfae-59df-4a20-a9dd-0ab3e8c82e36%7D.xpi!/","location":"app-profile"},{"id":"wayback_machine@mozilla.org","syncGUID":"{bd345b14-ed21-4d32-9720-0b70258947e4}","version":"3.2","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Wayback Machine","description":"The Official Wayback Machine Extension - by the Internet Archive.","creator":null,"homepageURL":"https://archive.org/","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1542629092000,"updateDate":1722287143000,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/wayback_machine@mozilla.org.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"48.0","maxVersion":"*"}],"targetPlatforms":[],"signedState":2,"signedTypes":[2,0],"signedDate":1672928591000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["activeTab","cookies","contextMenus","notifications","storage","webRequest","webRequestBlocking"],"origins":["https://archive.org/*","https://*.archive.org/*","https://hypothes.is/*","","http://*.wikipedia.org/*","https://*.wikipedia.org/*"]},"optionalPermissions":{"permissions":["bookmarks"],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{"16":"images/app-icon/mini-icon16.png","24":"images/app-icon/mini-icon24.png","32":"images/app-icon/mini-icon32.png","48":"images/app-icon/mini-icon48.png","64":"images/app-icon/app-icon64.png","96":"images/app-icon/app-icon96.png","128":"images/app-icon/app-icon128.png","256":"images/app-icon/app-icon256.png","512":"images/app-icon/app-icon512.png","1024":"images/app-icon/app-icon1024.png"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{"persistentListeners":{"webRequest":{"onBeforeSendHeaders":[[{"incognito":null,"tabId":null,"types":null,"urls":["https://firefox-api.archive.org/*"],"windowId":null},["blocking","requestHeaders"]]],"onErrorOccurred":[[{"incognito":null,"tabId":null,"types":["main_frame"],"urls":[""],"windowId":null}]],"onCompleted":[[{"incognito":null,"tabId":null,"types":["main_frame"],"urls":[""],"windowId":null},null]]}}},"hidden":false,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/wayback_machine@mozilla.org.xpi!/","location":"app-profile"},{"id":"{9350bc42-47fb-4598-ae0f-825e3dd9ceba}","syncGUID":"{bfe4a8ba-fc6d-4290-b03c-272cf99e1ed1}","version":"1.3.9resigned1","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Absolute Enable Right Click & Copy","description":"Force Enable Right Click & Copy","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1542628082000,"updateDate":1722287143000,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/{9350bc42-47fb-4598-ae0f-825e3dd9ceba}.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"48.0","maxVersion":"*"}],"targetPlatforms":[],"signedState":2,"signedTypes":[2,0],"signedDate":1714081296000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["tabs","storage","activeTab"],"origins":[""]},"optionalPermissions":{"permissions":[],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{"16":"images/16px.png","32":"images/32px.png","48":"images/48px.png","128":"images/128px.png"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{"persistentListeners":{}},"hidden":false,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/%7B9350bc42-47fb-4598-ae0f-825e3dd9ceba%7D.xpi!/","location":"app-profile"},{"id":"uBlock0@raymondhill.net","syncGUID":"{f70fa12e-f672-41cf-b96c-cfa7eeecb76e}","version":"1.58.0","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":"dashboard.html","optionsType":3,"optionsBrowserStyle":false,"aboutURL":null,"defaultLocale":{"name":"uBlock Origin","description":"Finally, an efficient blocker. Easy on CPU and memory.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1542627999000,"updateDate":1722287143000,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/uBlock0@raymondhill.net.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"uBlock Origin","description":"Finally, an efficient blocker. Easy on CPU and memory.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["en"]},{"name":"uBlock Origin","description":"高効率ブロッカーついに登場。CPU とメモリーに負担をかけません。","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ja"]},{"name":"uBlock Origin","description":"Lõpuks on valminud tõhus blokeerija. Protsessori- ja mälusõbralik.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["et"]},{"name":"uBlock Origin","description":"Enfin un blocador eficaç. Sollicita pauc lo CPU e la memòria","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["oc"]},{"name":"uBlock Origin","description":"O'r diwedd, rhwystrydd effeithlon. Ysgafn ar y CPU a'r cof.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["cy"]},{"name":"uBlock Origin","description":"మొత్తానికి RAM ఇంకా CPU పై తేలికయిన, ఒక సమర్థవంతమైన నిరోధిని.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["te"]},{"name":"uBlock Origin","description":"Un bloqueur de nuisances efficace, qui ménagera votre processeur et votre mémoire vive.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["fr"]},{"name":"uBlock Origin","description":"Най-накрая, ефективен блокер. Щадящ процесора и паметта.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["bg"]},{"name":"uBlock Origin","description":"Ugu dambeyntii, xannibaado hufan. Ku fudud oo ku saabsan CPU iyo xusuusta.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["so"]},{"name":"uBlock Origin","description":"Behingoz, blokeatzaile eraginkor bat. PUZ eta memorian arina.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["eu"]},{"name":"uBlock Origin","description":"Einlik, in effisjinte adblocker. Brûkt hast gjin prosessorkrêft of ûnthâld.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["fy"]},{"name":"uBlock Origin","description":"Ефективний блокувальник реклами таки з’явився. Не навантажує процесор та пам'ять.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["uk"]},{"name":"uBlock Origin","description":"Äntligen en effektiv blockerare. Snäll mot både processor och minne.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["sv"]},{"name":"uBlock Origin","description":"ಕೊನೆಗೆ, ಒಂದು ದಕ್ಷ ನಿರ್ಬಂಧಕ. ಮಿತವಾದ ಸಿಪಿಯೂ ಹಾಗು ಮೆಮೊರಿ ಬಳಿಕೇಒಂದಿಗೆ .","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["kn"]},{"name":"uBlock Origin","description":"අවසානයේදී, මධ්ය සැකසුම් ඒකකය සහ මතකය අඩුවෙන් භාවිතා කරන කාර්යක්ෂම අවහිරකයක් ඇත.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["si"]},{"name":"uBlock Origin","description":"آخر کار، ایک مؤثر اشتہار کو روکنے والا، یہ کم cpu اور میموری لیتا ہے.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ur"]},{"name":"uBlock Origin","description":"Finfine rendimenta reklamoblokilo. Afabla por ĉefprocesoro kaj memoro.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["eo"]},{"name":"uBlock Origin","description":"Hatimaye, kizuizi kinachofaa. Nyepesi kwenye CPU na kumbukumbu.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["sw"]},{"name":"uBlock Origin","description":"وأخيراً, مانع اعلانات كفوء. خفيف على المعالج و الذاكرة.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ar"]},{"name":"uBlock Origin","description":"Akhirnya, pemblokir iklan yang efisien. Ringan penggunaan CPU dan memori.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["id"]},{"name":"uBlock Origin","description":"როგორც იქნა, მძლავრი და შედეგიანი რეკლამების შემზღუდავი. ზოგავს CPU-ს და მეხსიერებას.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ka"]},{"name":"uBlock Origin","description":"Endelig en effektiv blokkeringsutvidelse. Lavt CPU- og minnebruk.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["no"]},{"name":"uBlock Origin","description":"একটি শক্তিশালী বিজ্ঞাপন প্রতিরোধক, অবশেষে তৈরী হল। যা সিপিইউ এবং মেমরির জন্য সহনীয়।","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["bn"]},{"name":"uBlock Origin","description":"இறுதியாக, ஒரு திறமையான விளம்பரத் தடுப்பான். கணினியின் மையச் செயற்பகுதியின் மேலும் நினைவகத்தின் மேலும் இலகுவானது.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ta"]},{"name":"uBlock Origin","description":"आख़िरकार, क्रोमियम-बेस्ड ब्राउज़रों के लिए एक कुशल अवरोधक। सीपीयू और मेमोरी पर कम भार के साथ।\n","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["hi"]},{"name":"uBlock Origin","description":"Axır ki, prosessor və yaddaş yükünü azaldan səmərəli bir əngəlləyici var.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["az"]},{"name":"uBlock Origin","description":"Më në fund, një bllokues efikas që nuk e rëndon procesorin dhe memorien.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["sq"]},{"name":"uBlock Origin","description":"Конечно, ефикасен блокер. Лесен на CPU и меморија.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["mk"]},{"name":"uBlock Origin","description":"มาแล้ว! โปรแกรมบล็อกโฆษณาได้อย่างมีประสิทธิภาพ โดยที่ไม่กินซีพียูหรือแรม","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["th"]},{"name":"uBlock Origin","description":"Endlich ein effizienter Blocker, der wenig Prozessorleistung und Arbeitsspeicher verbraucht.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"uBlock Origin","description":"शेवटी, एक कार्यक्षम ब्लॉकर क्रोमियम आधारित ब्राउझरांसाठी. सीपीयू आणि मेमरी वर सोपे जातो.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["mr"]},{"name":"uBlock Origin","description":"Pagaliau, efektyvus blokatorius, neapkraunantis nei procesoriaus, nei darbinės atminties.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["lt"]},{"name":"uBlock Origin","description":"Finally, an efficient blocker. Easy on CPU and memory.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["en-GB"]},{"name":"uBlock Origin","description":"Finalmente, um bloqueador eficiente. Leve na CPU e memória.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["pt-PT"]},{"name":"uBlock Origin","description":"Konečne efektívny blokovač. Nezaťažuje CPU ani pamäť.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["sk"]},{"name":"uBlock Origin","description":"이 부가 기능은 효율적인 차단기입니다. CPU와 메모리에 주는 부담이 적습니다.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ko"]},{"name":"uBlock Origin","description":"Тинех Интернет тишкерӳҫӗ валли хӑвӑрт та витӗмлӗ чаркӑч пур.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["cv"]},{"name":"uBlock Origin","description":"ਆਖਰਕਾਰ ਪ੍ਰਭਾਵੀ ਬਲੌਕਰ ਹੈ। CPU ਅਤੇ ਮੈਮੋਰੀ ਲਈ ਸੌਖਾ।","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["pa"]},{"name":"uBlock Origin","description":"بالاخره، یک بلاکر کارآمد. کم حجم بر روی پردازنده و حافظه.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["fa"]},{"name":"uBlock Origin","description":"Finalmente, un blocker efficiente. Leggero sulla CPU e sulla memoria.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["it"]},{"name":"uBlock Origin","description":"അവസാനം, ഒരു കാര്യക്ഷമമായ ബ്ലോക്കര്. ലഘുവായ CPU, memory ഉപയോഗം.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ml"]},{"name":"uBlock Origin","description":"Akhirnya, penyekat yang cekap. Tidak membebankan CPU dan memori.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ms"]},{"name":"uBlock Origin","description":"Végre egy hatékony reklám- és követésblokkoló böngészőkhöz, amely kíméletes a processzorral és a memóriával.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["hu"]},{"name":"uBlock Origin","description":"一款高效的网络请求过滤工具,占用极低的内存和 CPU。","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["zh-CN"]},{"name":"uBlock Origin","description":"Наконец-то, быстрый и эффективный блокировщик для браузеров.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ru"]},{"name":"uBlock Origin","description":"Nareszcie skuteczny bloker charakteryzujący się niskim użyciem procesora i pamięci.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["pl"]},{"name":"uBlock Origin","description":"Ó fin, un bloqueador eficiente que non chupa toda a memoria e o procesador.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["gl"]},{"name":"uBlock Origin","description":"Коначно, ефикасан блокатор. Ниски процесорски и меморијски захтеви.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["sr"]},{"name":"uBlock Origin","description":"Cuối cùng, đã có một công cụ chặn quảng cáo hiệu quả, tiêu tốn ít CPU và bộ nhớ.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["vi"]},{"name":"uBlock Origin","description":"Erfin, ur stanker saotradurioù efedus hag a zouj d'ho reizhiad korvoiñ ha d'ho memor.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["br-FR"]},{"name":"uBlock Origin","description":"Končno, učinkovita, procesorju in pomnilniku prijazna razširitev za blokiranje oglasov.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["sl"]},{"name":"uBlock Origin","description":"Viimeinkin tehokas estotyökalu, joka ei kuormita prosessoria ja muistia.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["fi"]},{"name":"uBlock Origin","description":"Mainam na pangharang sa content. Magaan sa CPU at memorya.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["fil"]},{"name":"uBlock Origin","description":"Konačno, efikasan blokator. Lak na CPU i memoriji.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["hr"]},{"name":"uBlock Origin","description":"Жарнамаларды жақсы өшіретін Addon'дардың бірі. Компьютердің қуатың аз алады.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["kk"]},{"name":"uBlock Origin","description":"Վերջապե՛ս, արդյունավետ արգելափակիչ։ Խնայում է մշակիչը և հիշողությունը։","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["hy"]},{"name":"uBlock Origin","description":"În sfârșit, un blocant eficient. Are un impact mic asupra procesorului și memoriei.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ro"]},{"name":"uBlock Origin","description":"Нарэшце, эфектыўны блакіроўшчык. Не нагружае працэсар і памяць.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["be"]},{"name":"uBlock Origin","description":"Endelig en effektiv blokkeringsutvidelse. Lavt CPU- og minnebruk.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["nb"]},{"name":"uBlock Origin","description":"終於有套使用不多的 CPU 及記憶體資源的高效率阻擋器。","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["zh-TW"]},{"name":"uBlock Origin","description":"Finalment, un blocador eficient que utilitza pocs recursos de memòria i processador.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["ca"]},{"name":"uBlock Origin","description":"Por fin, un bloqueador eficiente con uso mínimo de procesador y memoria.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["es"]},{"name":"uBlock Origin","description":"અંતે, એક કાર્યક્ષમ અવરોધક. સીપીયુ અને મેમરી પર સરળ.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["gu"]},{"name":"uBlock Origin","description":"Finalmente, um bloqueador eficiente. Com baixo uso de memória e CPU.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["pt-BR"]},{"name":"uBlock Origin","description":"סוף סוף, חוסם יעיל. קל על המעבד והזיכרון.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["he"]},{"name":"uBlock Origin","description":"Beidzot, efektīvs bloķētājs. Nepārslogo procesoru un atmiņu.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["lv"]},{"name":"uBlock Origin","description":"Endelig en effektiv blocker. Lavt CPU- og hukommelsesforbrug.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["da"]},{"name":"uBlock Origin","description":"Επιτέλους, ένας αποτελεσματικός blocker. Ελαφρύς για τον επεξεργαστή και τη μνήμη.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["el"]},{"name":"uBlock Origin","description":"Konečně efektivní blokovač. Nezatěžuje CPU a paměť.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["cs"]},{"name":"uBlock Origin","description":"Eindelijk, een efficiënte adblocker. Gebruikt weinig processorkracht en geheugen.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["nl"]},{"name":"uBlock Origin","description":"Konačno, efikasan bloker. Štedljiv na procesoru i memoriji.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["bs"]},{"name":"uBlock Origin","description":"Sonunda, etkili bir engelleyici. İşlemciyi ve belleği yormaz.","creator":"Raymond Hill & contributors","developers":null,"translators":null,"contributors":null,"locales":["tr"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"78.0","maxVersion":"*"}],"targetPlatforms":[],"signedState":2,"signedTypes":[2,0],"signedDate":1716482988000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["alarms","dns","menus","privacy","storage","tabs","unlimitedStorage","webNavigation","webRequest","webRequestBlocking"],"origins":["","http://*/*","https://*/*","file://*/*","https://easylist.to/*","https://*.fanboy.co.nz/*","https://filterlists.com/*","https://forums.lanik.us/*","https://github.com/*","https://*.github.io/*","https://github.com/uBlockOrigin/*","https://ublockorigin.github.io/*","https://*.reddit.com/r/uBlockOrigin/*"]},"optionalPermissions":{"permissions":[],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{"16":"img/ublock.svg","32":"img/ublock.svg","48":"img/ublock.svg","64":"img/ublock.svg","96":"img/ublock.svg"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{"persistentListeners":{"webRequest":{"onBeforeRequest":[[{"incognito":null,"tabId":null,"types":null,"urls":["moz-extension://90be17cd-7169-4943-9a04-3cd8bf7fec41/web_accessible_resources/*"],"windowId":null},["blocking"]],[{"incognito":null,"tabId":null,"types":null,"urls":["http://*/*","https://*/*","ws://*/*","wss://*/*"],"windowId":null},["blocking"]]]}}},"hidden":false,"installTelemetryInfo":null,"recommendationState":{"validNotAfter":1874270987000,"validNotBefore":1716482987000,"states":["recommended-android","recommended"]},"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/uBlock0@raymondhill.net.xpi!/","location":"app-profile"},{"id":"sponsorBlocker@ajay.app","syncGUID":"{f4bb458f-2171-4005-91f2-7183fd5a1700}","version":"5.7","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":"options/options.html","optionsType":3,"optionsBrowserStyle":false,"aboutURL":null,"defaultLocale":{"name":"SponsorBlock for YouTube - Skip Sponsorships","description":"Skip sponsorships, subscription begging and more on YouTube videos. Report sponsors on videos you watch to save others' time.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1628549749364,"updateDate":1722287143000,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/sponsorBlocker@ajay.app.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"SponsorBlock for YouTube - Skip Sponsorships","description":"Skip sponsorships, subscription begging and more on YouTube videos. Report sponsors on videos you watch to save others' time.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["en"]},{"name":"SponsorBlock for YouTube - 動画の広告シーンを自動スキップ","description":"YouTube動画の提供表示や登録のお願いといった部分をスキップします。動画中の広告を報告し、みんなで時間を節約しましょう。","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ja"]},{"name":"SponsorBlock YouTube'ile - jäta sponsorid vahele","description":"Jäta sponsorid, tellimise palumine ja muud YouTube'i videote tüütused vahele. Teata vaadatavate videote sponsoritest, et säästa teiste aega.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["et"]},{"name":"YouTube కోసం SponsorBlock - స్పాన్సర్షిప్లను దాటవేయి","description":"YouTube వీడియోలలో స్పాన్సర్షిప్లు, సభ్యత్వ యాచన మరియు మరిన్ని దాటవేయండి. ఇతరుల సమయాన్ని ఆదా చేయడానికి మీరు చూసే వీడియోలపై స్పాన్సర్లను నివేదించండి.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["te"]},{"name":"SponsorBlock para o YouTube - Salte patrocínios","description":"Ignore patrocínios, pedidos para se inscrever e mais em vídeos do YouTube. Denuncie patrocinadores em vídeos que assistir para economizar o tempo dos outros.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["pt-PT"]},{"name":"SponsorBlock за YouTube - пропускайте спонсорства","description":"Прескачайте спонсорства, напомняния за абониране и други неща в клипове в YouTube. Докладвайте спонсорства в клиповете, които гледате, за да спестите време на други потребители.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["bg"]},{"name":"SponsorBlock pour YouTube - Supprime les publicités intégrées","description":"Ignorez les sponsors, les rappels d'interaction et plus encore sur les vidéos YouTube. Signalez les sponsors sur les vidéos que vous regardez pour sauver le temps des autres.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["fr"]},{"name":"SponsorBlock untuk YouTube - Lewati Sponsor","description":"Lewati sponsor, meminta subscriber dan lain-lain di video YouTube. Laporkan sponsor di video yang anda tonton untuk menghemat waktu orang lain.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["id"]},{"name":"ইউটিউবের জন্য স্পনসরব্লক - স্পনসরশিপ এড়িয়ে যান","description":"YouTube ভিডিওতে স্পনসরশিপ, সাবস্ক্রিপশন ভিক্ষা এবং আরও অনেক কিছু এড়িয়ে যান। অন্যদের সময় বাঁচাতে আপনার দেখা ভিডিওগুলিতে স্পনসরদের রিপোর্ট করুন।","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["bn"]},{"name":"YouTube के लिए SponsorBlock - प्रायोजन छोड़ें","description":"YouTube वीडियो पर प्रायोजन, सदस्यता भीख और अधिक छोड़ें। दूसरों के समय को बचाने के लिए आपके द्वारा देखे जाने वाले वीडियो पर प्रायोजकों की रिपोर्ट करें।","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["hi"]},{"name":"SponsorBlock لليوتيوب - تخطي الرعايات","description":"تخطى الرعايات و التسول بالاشتراك و المزيد على فيديوهات اليوتيوب. بلغ عن الرعايات في الفيديوات التي تشاهدها لتوفير وقت الآخرين.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ar"]},{"name":"SponsorBlock для YouTube - Пропускайте спонсорські вставки","description":"Пропускайте спонсорські вставки, прохання підписатися та інше в відео на YouTube. Надсилайте інформацію про спонсорів в відео, щоб зберігати іншим час.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["uk"]},{"name":"YouTube용 SponsorBlock - 스폰서 광고 차단","description":"YouTube 영상의 스폰서 광고, '구독과 좋아요' 광고 같이 쓸데없는 광고를 모두 건너뛰세요. 영상의 스폰서 광고 구간을 신고하여 다른 사람들의 시간을 절약할 수 있게 해주세요.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ko"]},{"name":"SponsorBlock cho Youtube - Bỏ qua quảng cáo của nhà tài trợ","description":"Bỏ qua quảng cáo của nhà tài trợ, đoạn nài nỉ đòi đăng ký và nhiều thứ tương tự trong các video trên Youtube. Báo cáo đoạn quảng cáo nhà tài trợ trong những video bạn xem để giúp người khác tiết kiệm thời gian.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["vi"]},{"name":"SponsorBlock priekš YouTube - Izlaid sponsorus","description":"Izlaidiet sponsorus, abonēšanas lūgumus un vairāk, skatoties YouTube video. Ziņojiet par sponsoriem video, kurus jūs skatāties, lai ietaupītu citu laiku.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["lv"]},{"name":"YouTube- നായുള്ള സ്പോൺസർബ്ലോക്ക് - സ്പോൺസർഷിപ്പുകൾ ഒഴിവാക്കുക","description":"YouTube വീഡിയോകളിൽ സ്പോൺസർഷിപ്പുകൾ, സബ്സ്ക്രിപ്ഷൻ ഭിക്ഷാടനം എന്നിവയും അതിലേറെയും ഒഴിവാക്കുക. മറ്റുള്ളവരുടെ സമയം ലാഭിക്കാൻ നിങ്ങൾ കാണുന്ന വീഡിയോകളിൽ സ്പോൺസർമാരെ റിപ്പോർട്ടുചെയ്യുക.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ml"]},{"name":"SponsorBlock für YouTube – Überspringe gesponserte Videosegmente","description":"Überspringe gesponserte Inhalte, Aufforderungen zum Interagieren und mehr in YouTube-Videos. Markiere Sponsoren in Videos, um anderen die Zeit zu ersparen.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"SponsorBlock pre YouTube - Preskočte sponzorstvá","description":"Preskoč sponzorstvá, žiadosti o odber atď. v YouTube videách. Nahlás sponzorované segmenty vo videách čo sleduješ a ušetri ostatným čas.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["sk"]},{"name":"SponsorBlock за YouTube - Прескочите спонзорства","description":"Прескочите спонзорства, молбе за праћење и још много тога на YouTube видео снимцима. Пријавите спонзоре у видео снимцима које гледате да бисте уштедели време другима.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["sr"]},{"name":"SponsorBlock pro YouTube - Přeskoč sponzory","description":"Přeskočte sponzorství, žádosti o odběr a další ve videích na YouTube. Nahlaste sponzorované segmenty ve videích, která sledujete a ušetřete ostatním čas.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["cs"]},{"name":"SponsorBlock para sa YouTube - I-skip ang mga Sponsorships","description":"I-skip ang mga sponsorships, subscription begging at marami pa sa mga YouTube videos. I-report ang mga sponsor sa videos na napapanood mo upang makatipid sa oras ng iba.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["fil"]},{"name":"SponsorBlock for YouTube - 跳过赞助商广告","description":"跳过 YouTube 视频中的赞助广告、订阅提醒等片段。标记视频中的赞助广告来节约大家的时间。","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["zh-CN"]},{"name":"SponsorBlock untuk YouTube - Lewati Sponsor","description":"Lewati sponsor, meminta subscriber dan lain-lain di video YouTube. Laporkan sponsor di video yang anda tonton untuk menghemat waktu orang lain.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ms"]},{"name":"SponsorBlock per YouTube - Omet els Sponsorships","description":"Omet els sponsorships, pregant per una subscripció i mes en videos de YouTube. Informa dels patrocinadors a els vídeos que mires per estalviar temps als altres.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ca"]},{"name":"SponsorBlock для YouTube - Пропускайте спонсорские вставки","description":"Пропускайте спонсорские вставки, просьбы подписаться и другое в видео на YouTube. Отправляйте информацию о спонсорах в видео, чтобы экономить другим время.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ru"]},{"name":"SponsorBlock na YouTube - Pomiń fragmenty sponsorowane","description":"Pomijaj sponsorów, prośby o subskrypcje i inne fragmenty filmów na YouTube. Zgłaszaj segmenty sponsorów na filmach, które oglądasz, by oszczędzić czas innym.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["pl"]},{"name":"SponsorBlock YouTube-ra - Szponzorok átugrására","description":"Szponzorok, feliratkozás-kérelmek és több átugrása a YouTube videókon. Jelöljön meg szponzorokat videókon amiket néz, hogy mások idejét is megtakarítsa.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["hu"]},{"name":"SponsorBlock for YouTube - Hopp over sponsinger","description":"Hopp over sponsinger, abonnementstigging og mer på YouTube-videoer. Rapporter inn sponsorer på videoer du ser på for å spare andre sin tid.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["no"]},{"name":"SponsorBlock voor YouTube - Sponsorberichten overslaan","description":"Overslaan van sponsors, vragen om te abonneren en meer in YouTube-video's. Rapporteer sponsors in video's die u bekijkt om anderen tijd te besparen.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["nl"]},{"name":"YouTube க்கான SponsorBlock - ஸ்பான்சர்ஷிப்களைத் தவிர்","description":"YouTube வீடியோக்களில் ஸ்பான்சர்ஷிப்கள், சந்தா பிச்சை மற்றும் பலவற்றைத் தவிர்க்கவும். மற்றவர்களின் நேரத்தைச் சேமிக்க நீங்கள் பார்க்கும் வீடியோக்களில் ஸ்பான்சர்களைப் புகாரளிக்கவும்.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ta"]},{"name":"اسپانسربلاک برای یوتیوب - اسپانسر ها را رد کنید","description":"بخش های اسپانسر شده، درخواست ساب اسکرایب و خیلی چیز های دیگر در ویدیو های یوتیوب را رد کنید. قسمت های اسپانسری ویدیو هایی که میبینید را گزارش کنید تا در وقت دیگران صرفه جویی شود.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["fa"]},{"name":"SponsorBlock per YouTube - Salta gli sponsor","description":"Salta sponsorizzazioni, richieste d'iscrizione ai canali e molto altro sui video di YouTube. Segnala gli sponsor sui video che guardi per salvare il tempo agli altri.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["it"]},{"name":"SponsorBlock för YouTube - Hoppa över sponsringar","description":"Hoppa över sponsringar, prenumerationstiggande och mer på YouTube-videor. Rapportera sponsorer på videor du tittar på för att bespara andra tid.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["sv"]},{"name":"חוסם פרסומות ליוטיוב - דלג על החסויות","description":"דלג על החסויות, ההתחננויות לעשות מנוי ועוד בסרטוני יוטיוב. דווח על ספונסרים בסרטונים שאתה צופה בהם כדי לחסוך לאחרים זמן.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["he"]},{"name":"SponsorBlock YouTubelle - Ohita sponsoroinnit","description":"Ohita sponsoroitu mainonta, tilausten kerjääminen ja muuta YouTube-videoissa. Ilmoita katsomasi videoiden sponsorit säästääksesi muilta aikaa.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["fi"]},{"name":"SponsorBlock pentru YouTube - Sari peste sponsorizări","description":"Treci peste sponsorizări, cereri de abonare și multe altele pe videoclipuri de pe YouTube. Raportează sponsorii pe videoclipurile pe care le urmărești pentru a economisi timp altora.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["ro"]},{"name":"SponsorBlock para YouTube - Omitir Sponsors","description":"Salte todos los sponsors, súplicas de suscripción y más en vídeos de YouTube. Reporta sponsors en los vídeos que veas para ahorrarle tiempo a los demás.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["es"]},{"name":"SponsorBlock για το YouTube - Παραλείπει Χορηγίες","description":"Παράλειψη χορηγιών, έκκλησης συνδρομής και πολλά περισσότερα στα βίντεο του YouTube. Αναφέρετε χορηγίες σε βίντεο που βλέπετε για να κερδίσετε χρόνο στους υπολοίπους.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["el"]},{"name":"SponsorBlock para YouTube - Pule Patrocínios","description":"Pule patrocinadores, pedidos para se inscrever e mais em vídeos do YouTube. Denuncie patrocinadores em vídeos que você assistir para economizar o tempo dos outros.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["pt-BR"]},{"name":"SponsorBlock สำหรับ YouTube - ข้ามสปอนเซอร์","description":"ข้ามสปอนเซอร์, การก่อการติดตาม, ฯลฯ ในวีดีโอ YouTube. รายงานสปอนเซอร์ในวีดีโอเพื่อประหยัดเวลาคนอื่น","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["th"]},{"name":"SponsorBlock for YouTube - 跳過贊助廣告","description":"在YouTube影片跳過贊助廣告、訂閱提醒……和更多。 在您觀賞的影片上標記贊助廣告來節省大家的時間。","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["zh-TW"]},{"name":"SponsorBlock za YouTube - preskoči sponzore","description":"Preskoči sponzore, zamolbe za pretplatu i drugo na YouTube videima. Prijavi sponzore na videima koje gledaš kako bi uštedio drugima vrijeme.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["hr"]},{"name":"SponsorBlock til YouTube - Fjern reklamer","description":"Fjern reklamer, subscriber tiggeri og mere i youtube videoer. Rapporter reklamer på de videoer du ser for at spare folks tid.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["da"]},{"name":"YouTube için SponsorBlock - Sponsorlukları Atla","description":"Videolardaki sponsorlukları, abonelik isteklerini ve daha fazlasını atlayın. Başkalarının vaktini kurtarmak için izlediğiniz videolardaki sponsorları bildirin.","creator":null,"homepageURL":"https://sponsor.ajay.app","developers":null,"translators":null,"contributors":null,"locales":["tr"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"56.0","maxVersion":"*"}],"targetPlatforms":[],"signedState":2,"signedTypes":[2,0],"signedDate":1719476187000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["storage","scripting"],"origins":["https://sponsor.ajay.app/*","https://*.youtube.com/*","https://www.youtube-nocookie.com/embed/*"]},"optionalPermissions":{"permissions":[],"origins":["*://*/*"]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{"16":"icons/IconSponsorBlocker16px.png","32":"icons/IconSponsorBlocker32px.png","64":"icons/IconSponsorBlocker64px.png","128":"icons/IconSponsorBlocker128px.png","256":"icons/IconSponsorBlocker256px.png","512":"icons/IconSponsorBlocker512px.png","1024":"icons/IconSponsorBlocker1024px.png"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{"persistentListeners":{"tabs":{"onUpdated":[[null]]},"runtime":{"onInstalled":[[]]}}},"hidden":false,"installTelemetryInfo":{"source":"amo","sourceURL":"https://addons.mozilla.org/en-US/firefox/addon/sponsorblock/?src=external-website","method":"amWebAPI"},"recommendationState":{"validNotAfter":1877264187000,"validNotBefore":1719476187000,"states":["recommended","recommended-android"]},"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/sponsorBlocker@ajay.app.xpi!/","location":"app-profile"},{"id":"formautofill@mozilla.org","syncGUID":"{83e890fe-16cc-459b-bbd5-c7eb1b2cf3a5}","version":"1.0.1","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Form Autofill","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1541084183000,"updateDate":1721381814000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":[],"origins":[]},"optionalPermissions":{"permissions":[],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{"persistentListeners":{}},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"jar:file:///usr/lib/firefox/browser/features/formautofill@mozilla.org.xpi!/","location":"app-system-defaults"},{"id":"screenshots@mozilla.org","syncGUID":"{e693a1c7-6163-43ad-ac2d-896a25f333dd}","version":"39.0.1","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Firefox Screenshots","description":"Take clips and screenshots from the Web and save them temporarily or permanently.","creator":"Mozilla ","homepageURL":"https://github.com/mozilla-services/screenshots","developers":null,"translators":null,"contributors":null},"visible":true,"active":false,"userDisabled":true,"appDisabled":false,"embedderDisabled":false,"installDate":1541084183000,"updateDate":1721381814000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"57.0a1","maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["activeTab","downloads","tabs","storage","notifications","clipboardWrite","contextMenus","mozillaAddons","telemetry"],"origins":["","https://screenshots.firefox.com/","resource://pdf.js/","about:reader*","https://screenshots.firefox.com/*"]},"optionalPermissions":{"permissions":[],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":null,"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"jar:file:///usr/lib/firefox/browser/features/screenshots@mozilla.org.xpi!/","location":"app-system-defaults"},{"id":"webcompat-reporter@mozilla.org","syncGUID":"{c50bfe40-12f2-483e-b633-744e2561c742}","version":"2.1.0","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"WebCompat Reporter","description":"Report site compatibility issues on webcompat.com","creator":"Thomas Wisniewski ","homepageURL":"https://github.com/mozilla/webcompat-reporter","developers":null,"translators":null,"contributors":null},"visible":true,"active":false,"userDisabled":true,"appDisabled":false,"embedderDisabled":false,"installDate":1541084183000,"updateDate":1721381814000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/features/webcompat-reporter@mozilla.org.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["tabs"],"origins":[""]},"optionalPermissions":{"permissions":[],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{"16":"icons/lightbulb.svg","32":"icons/lightbulb.svg","48":"icons/lightbulb.svg","96":"icons/lightbulb.svg","128":"icons/lightbulb.svg"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":null,"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"jar:file:///usr/lib/firefox/browser/features/webcompat-reporter@mozilla.org.xpi!/","location":"app-system-defaults"},{"id":"webcompat@mozilla.org","syncGUID":"{d68069e0-85d1-41a9-a0ce-6626a27d5361}","version":"128.3.0","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Web Compatibility Interventions","description":"Urgent post-release fixes for web compatibility.","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1541084183000,"updateDate":1721381814000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"102.0","maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["mozillaAddons","scripting","tabs","webNavigation","webRequest","webRequestBlocking"],"origins":[""]},"optionalPermissions":{"permissions":[],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{"persistentListeners":{"webRequest":{"onBeforeRequest":[[{"incognito":null,"tabId":null,"types":["image"],"urls":["https://smartblock.firefox.etp/facebook.svg","https://smartblock.firefox.etp/play.svg"],"windowId":null},["blocking"]],[{"incognito":null,"tabId":null,"types":["sub_frame"],"urls":["*://tpc.googlesyndication.com/safeframe/*/html/container.html","*://*.safeframe.googlesyndication.com/safeframe/*/html/container.html"],"windowId":null},["blocking"]],[{"incognito":null,"tabId":null,"types":["main_frame"],"urls":["*://login.microsoftonline.com/*","*://login.microsoftonline.us/*"],"windowId":null},["blocking"]],[{"incognito":null,"tabId":null,"types":["image"],"urls":["*://track.adform.net/Serving/TrackPoint/*","*://pixel.advertising.com/firefox-etp","*://*.advertising.com/*.js*","*://*.advertising.com/*","*://securepubads.g.doubleclick.net/gampad/*ad-blk*","*://pubads.g.doubleclick.net/gampad/*ad-blk*","*://securepubads.g.doubleclick.net/gampad/*xml_vmap1*","*://pubads.g.doubleclick.net/gampad/*xml_vmap1*","*://vast.adsafeprotected.com/vast*","*://securepubads.g.doubleclick.net/gampad/*xml_vmap2*","*://pubads.g.doubleclick.net/gampad/*xml_vmap2*","*://securepubads.g.doubleclick.net/gampad/*ad*","*://pubads.g.doubleclick.net/gampad/*ad*","*://www.facebook.com/platform/impression.php*","https://ads.stickyadstv.com/firefox-etp","*://ads.stickyadstv.com/auto-user-sync*","*://ads.stickyadstv.com/user-matching*","https://static.adsafeprotected.com/firefox-etp-pixel","*://*.adsafeprotected.com/*.gif*","*://*.adsafeprotected.com/*.png*","*://*.adsafeprotected.com/*.js*","*://*.adsafeprotected.com/*/adj*","*://*.adsafeprotected.com/*/imp/*","*://*.adsafeprotected.com/*/Serving/*","*://*.adsafeprotected.com/*/unit/*","*://*.adsafeprotected.com/jload","*://*.adsafeprotected.com/jload?*","*://*.adsafeprotected.com/jsvid","*://*.adsafeprotected.com/jsvid?*","*://*.adsafeprotected.com/mon*","*://*.adsafeprotected.com/tpl","*://*.adsafeprotected.com/tpl?*","*://*.adsafeprotected.com/services/pub*","*://*.adsafeprotected.com/*"],"windowId":null},["blocking"]],[{"incognito":null,"tabId":null,"types":["imageset"],"urls":["*://track.adform.net/Serving/TrackPoint/*","*://pixel.advertising.com/firefox-etp","*://*.advertising.com/*.js*","*://*.advertising.com/*","*://securepubads.g.doubleclick.net/gampad/*ad-blk*","*://pubads.g.doubleclick.net/gampad/*ad-blk*","*://securepubads.g.doubleclick.net/gampad/*xml_vmap1*","*://pubads.g.doubleclick.net/gampad/*xml_vmap1*","*://vast.adsafeprotected.com/vast*","*://securepubads.g.doubleclick.net/gampad/*xml_vmap2*","*://pubads.g.doubleclick.net/gampad/*xml_vmap2*","*://securepubads.g.doubleclick.net/gampad/*ad*","*://pubads.g.doubleclick.net/gampad/*ad*","*://www.facebook.com/platform/impression.php*","https://ads.stickyadstv.com/firefox-etp","*://ads.stickyadstv.com/auto-user-sync*","*://ads.stickyadstv.com/user-matching*","https://static.adsafeprotected.com/firefox-etp-pixel","*://*.adsafeprotected.com/*.gif*","*://*.adsafeprotected.com/*.png*","*://*.adsafeprotected.com/*.js*","*://*.adsafeprotected.com/*/adj*","*://*.adsafeprotected.com/*/imp/*","*://*.adsafeprotected.com/*/Serving/*","*://*.adsafeprotected.com/*/unit/*","*://*.adsafeprotected.com/jload","*://*.adsafeprotected.com/jload?*","*://*.adsafeprotected.com/jsvid","*://*.adsafeprotected.com/jsvid?*","*://*.adsafeprotected.com/mon*","*://*.adsafeprotected.com/tpl","*://*.adsafeprotected.com/tpl?*","*://*.adsafeprotected.com/services/pub*","*://*.adsafeprotected.com/*"],"windowId":null},["blocking"]],[{"incognito":null,"tabId":null,"types":["xmlhttprequest"],"urls":["*://track.adform.net/Serving/TrackPoint/*","*://pagead2.googlesyndication.com/pagead/*.js*fcd=true","*://pagead2.googlesyndication.com/pagead/js/*.js*fcd=true","*://pixel.advertising.com/firefox-etp","*://cdn.cmp.advertising.com/firefox-etp","*://*.advertising.com/*.js*","*://*.advertising.com/*","*://securepubads.g.doubleclick.net/gampad/*ad-blk*","*://pubads.g.doubleclick.net/gampad/*ad-blk*","*://securepubads.g.doubleclick.net/gampad/*xml_vmap1*","*://pubads.g.doubleclick.net/gampad/*xml_vmap1*","*://vast.adsafeprotected.com/vast*","*://securepubads.g.doubleclick.net/gampad/*xml_vmap2*","*://pubads.g.doubleclick.net/gampad/*xml_vmap2*","*://securepubads.g.doubleclick.net/gampad/*ad*","*://pubads.g.doubleclick.net/gampad/*ad*","*://www.facebook.com/platform/impression.php*","https://ads.stickyadstv.com/firefox-etp","*://ads.stickyadstv.com/auto-user-sync*","*://ads.stickyadstv.com/user-matching*","https://static.adsafeprotected.com/firefox-etp-pixel","https://static.adsafeprotected.com/firefox-etp-js","*://*.adsafeprotected.com/*.gif*","*://*.adsafeprotected.com/*.png*","*://*.adsafeprotected.com/*.js*","*://*.adsafeprotected.com/*/adj*","*://*.adsafeprotected.com/*/imp/*","*://*.adsafeprotected.com/*/Serving/*","*://*.adsafeprotected.com/*/unit/*","*://*.adsafeprotected.com/jload","*://*.adsafeprotected.com/jload?*","*://*.adsafeprotected.com/jsvid","*://*.adsafeprotected.com/jsvid?*","*://*.adsafeprotected.com/mon*","*://*.adsafeprotected.com/tpl","*://*.adsafeprotected.com/tpl?*","*://*.adsafeprotected.com/services/pub*","*://*.adsafeprotected.com/*"],"windowId":null},["blocking"]],[{"incognito":null,"tabId":null,"types":["script"],"urls":["*://webcompat-addon-testbed.herokuapp.com/shims_test.js","*://example.com/browser/browser/extensions/webcompat/tests/browser/shims_test.js","*://example.com/browser/browser/extensions/webcompat/tests/browser/shims_test_2.js","*://example.com/browser/browser/extensions/webcompat/tests/browser/shims_test_3.js","*://s7.addthis.com/icons/official-addthis-angularjs/current/dist/official-addthis-angularjs.min.js*","*://track.adform.net/serving/scripts/trackpoint/","*://track.adform.net/serving/scripts/trackpoint/async/","*://*.adnxs.com/*/ast.js*","*://*.adnxs.com/*/pb.js*","*://*.adnxs.com/*/prebid*","*://www.everestjs.net/static/st.v3.js*","*://static.adsafeprotected.com/vans-adapter-google-ima.js","*://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js","*://cdn.branch.io/branch-latest.min.js*","*://pub.doubleverify.com/signals/pub.js*","*://c.amazon-adsystem.com/aax2/apstag.js","*://auth.9c9media.ca/auth/main.js","*://static.chartbeat.com/js/chartbeat.js","*://static.chartbeat.com/js/chartbeat_video.js","*://static.criteo.net/js/ld/publishertag.js","*://libs.coremetrics.com/eluminate.js","*://connect.facebook.net/*/sdk.js*","*://connect.facebook.net/*/all.js*","*://secure.cdn.fastclick.net/js/cnvr-launcher/*/launcher-stub.min.js*","*://www.google-analytics.com/analytics.js*","*://www.google-analytics.com/gtm/js*","*://www.googletagmanager.com/gtm.js*","*://www.google-analytics.com/plugins/ua/ec.js","*://ssl.google-analytics.com/ga.js","*://s0.2mdn.net/instream/html5/ima3.js","*://imasdk.googleapis.com/js/sdkloader/ima3.js","*://www.googleadservices.com/pagead/conversion_async.js","*://www.googletagservices.com/tag/js/gpt.js*","*://pagead2.googlesyndication.com/tag/js/gpt.js*","*://pagead2.googlesyndication.com/gpt/pubads_impl_*.js*","*://securepubads.g.doubleclick.net/tag/js/gpt.js*","*://securepubads.g.doubleclick.net/gpt/pubads_impl_*.js*","*://script.ioam.de/iam.js","*://cdn.adsafeprotected.com/iasPET.1.js","*://static.adsafeprotected.com/iasPET.1.js","*://adservex.media.net/videoAds.js*","*://*.moatads.com/*/moatad.js*","*://*.moatads.com/*/moatapi.js*","*://*.moatads.com/*/moatheader.js*","*://*.moatads.com/*/yi.js*","*://*.imrworldwide.com/v60.js","*://cdn.optimizely.com/js/*.js","*://cdn.optimizely.com/public/*.js","*://id.rambler.ru/rambler-id-helper/auth_events.js","*://media.richrelevance.com/rrserver/js/1.2/p13n.js","*://www.gstatic.com/firebasejs/*/firebase-messaging.js*","*://*.vidible.tv/*/vidible-min.js*","*://vdb-cdn-files.s3.amazonaws.com/*/vidible-min.js*","*://js.maxmind.com/js/apis/geoip2/*/geoip2.js","*://s.webtrends.com/js/advancedLinkTracking.js","*://s.webtrends.com/js/webtrends.js","*://s.webtrends.com/js/webtrends.min.js"],"windowId":null},["blocking"]]],"onBeforeSendHeaders":[[{"incognito":null,"tabId":null,"types":["sub_frame"],"urls":["*://trends.google.com/trends/embed*"],"windowId":null},["blocking","requestHeaders"]]],"onHeadersReceived":[[{"incognito":null,"tabId":null,"types":["sub_frame"],"urls":["*://trends.google.com/trends/embed*"],"windowId":null},["blocking","responseHeaders"]]]}}},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"jar:file:///usr/lib/firefox/browser/features/webcompat@mozilla.org.xpi!/","location":"app-system-defaults"},{"id":"pictureinpicture@mozilla.org","syncGUID":"{8e1b1da0-727b-4310-a91a-6ecfba0cdeb5}","version":"1.0.0","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Picture-In-Picture","description":"Fixes for web compatibility with Picture-in-Picture","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1622474771000,"updateDate":1721381814000,"applyBackgroundUpdates":1,"path":"/usr/lib/firefox/browser/features/pictureinpicture@mozilla.org.xpi","skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"88.0a1","maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":[],"origins":[]},"optionalPermissions":{"permissions":[],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"jar:file:///usr/lib/firefox/browser/features/pictureinpicture@mozilla.org.xpi!/","location":"app-system-defaults"},{"id":"bing@search.mozilla.org","syncGUID":"{676e9101-35f2-43c8-9885-420824540115}","version":"1.6","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Bing","description":"Microsoft Bing","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1569709370787,"updateDate":1568839541000,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":[],"origins":[]},"optionalPermissions":{"permissions":[],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{"16":"favicon.ico"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://search-extensions/bing/","location":"app-builtin"},{"id":"google@search.mozilla.org","syncGUID":"{d61f55d6-06fb-4158-bcb7-9d36dec4e9b2}","version":"1.4","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Google","description":"Google Search","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1569709370845,"updateDate":1568839541000,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"Google","description":"Google Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["en"]},{"name":"Google","description":"Google Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["region-ru"]},{"name":"Google","description":"Google Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["region-by"]},{"name":"Google","description":"Google Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["region-tr"]},{"name":"Google","description":"Google Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["region-kz"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":[],"origins":[]},"optionalPermissions":{"permissions":[],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{"16":"favicon.ico"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://search-extensions/google/","location":"app-builtin"},{"id":"wikipedia@search.mozilla.org","syncGUID":"{f3d5848e-8a3f-458b-808c-e606c35c0620}","version":"1.3","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Wikipedia (en)","description":"Wikipedia, the Free Encyclopedia","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1569709371001,"updateDate":1568839541000,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"Wikipedia (en)","description":"Wikipedia, the Free Encyclopedia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["en"]},{"name":"Wikipedija (hr)","description":"Wikipedija, slobodna enciklopedija","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["hr"]},{"name":"Wikipedia (fi)","description":"Wikipedia (fi), vapaa tietosanakirja","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["fi"]},{"name":"Wikipedia (hy)","description":"Վիքիփեդիա՝ ազատ հանրագիտարան","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["hy"]},{"name":"Уикипедия (kk)","description":"Уикипедия (kk)","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["kk"]},{"name":"Вікіпедыя (be)","description":"Вікіпедыя, свабодная энцыклапедыя","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["be"]},{"name":"위키백과 (ko)","description":"Wikipedia, the free encyclopedia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["kr"]},{"name":"Wikipedia (ro)","description":"Wikipedia, enciclopedia liberă","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ro"]},{"name":"Wikipedia (bs)","description":"Slobodna enciklopedija","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["bs"]},{"name":"Wikipedia (pt)","description":"Wikipédia, a enciclopédia livre","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["pt"]},{"name":"Vikipetã (gn)","description":"Vikipetã, opaite tembikuaa hekosãsóva renda","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["gn"]},{"name":"વિકિપીડિયા (gu)","description":"વીકીપીડિયા, મુક્ત એનસાયક્લોપીડિયા","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["gu"]},{"name":"Wikipedia (el)","description":"Βικιπαίδεια, η ελεύθερη εγκυκλοπαίδεια","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["el"]},{"name":"Wikipedia (es)","description":"Wikipedia, la enciclopedia libre","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["es"]},{"name":"ויקיפדיה","description":"ויקיפדיה","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["he"]},{"name":"Wikipedia (da)","description":"Wikipedia, den frie encyklopædi","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["da"]},{"name":"Wikipedia (tr)","description":"Vikipedi, özgür ansiklopedi","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["tr"]},{"name":"Wikipedija (hsb)","description":"Wikipedija, swobodna encyklopedija","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["hsb"]},{"name":"Wikipedy (fy)","description":"De fergese ensyklopedy","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["fy-NL"]},{"name":"विकिपीडिया (ne)","description":"विकिपिडिया एक स्वतन्त्र विश्वकोष","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ne"]},{"name":"Wikipedia (nl)","description":"De vrije encyclopedie","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["nl"]},{"name":"Wikipedia (ja)","description":"Wikipedia - フリー百科事典","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ja"]},{"name":"Vikipeedia (et)","description":"Vikipeedia, vaba entsüklopeedia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["et"]},{"name":"Wikipèdia (oc)","description":"Wikipèdia, l'enciclopèdia liura","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["oc"]},{"name":"Wicipedia (cy)","description":"Wicipedia, Y Gwyddioniadur Rhydd","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["cy"]},{"name":"వికీపీడియా (te)","description":"వికీపీడియా (te)","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["te"]},{"name":"Wikipédia (fr)","description":"Wikipédia, l'encyclopédie libre","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["fr"]},{"name":"Wikipedia (tl)","description":"Wikipedia, ang malayang ensiklopedya","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["tl"]},{"name":"维基百科","description":"维基百科,自由的百科全书","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["zh-CN"]},{"name":"Wikipedia (lij)","description":"Wikipedia, l'enciclopedia libera","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["lij"]},{"name":"វីគីភីឌា (km)","description":"វីគីភីឌា សព្វវចនាធិប្បាយសេរី","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["km"]},{"name":"Уикипедия (bg)","description":"Уикипедия, свободната енциклоподия","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["bg"]},{"name":"Wikipedia (id)","description":"Wikipedia, ensiklopedia bebas","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["id"]},{"name":"Wikipedia (pa)","description":"ਵਿਕਿਪੀਡਿਆ, ਮੁਫ਼ਤ/ਮੁਕਤ ਸ਼ਬਦਕੋਸ਼","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["pa"]},{"name":"উইকিপিডিয়া (bn)","description":"উইকিপিডিয়া, মুক্ত বিশ্বকোষ","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["bn"]},{"name":"Wikipedia (eu)","description":"Wikipedia, entziklopedia askea","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["eu"]},{"name":"Wikipedie (cs)","description":"Wikipedia, svobodná encyclopedie","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["cz"]},{"name":"Wikipédia (hu)","description":"Wikipedia, a szabad enciklopédia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["hu"]},{"name":"Wikipedia (kn)","description":"Wikipedia, the free encyclopedia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["kn"]},{"name":"Wikipedia (is)","description":"Wikipedia, the free encyclopedia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["is"]},{"name":"Вікіпедія (uk)","description":"Вікіпедія, вільна енциклопедія","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["uk"]},{"name":"Wikipedia (kab)","description":"Wikipedia, tasanayt tilellit","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["kab"]},{"name":"Wikipedia (zh)","description":"維基百科,自由的百科全書","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["zh-TW"]},{"name":"ویکیپیڈیا (ur)","description":"ویکیپیڈیا آزاد دائرۃ المعارف","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ur"]},{"name":"Vikipedio (eo)","description":"Vikipedio, la libera enciklopedio","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["eo"]},{"name":"Wikipedia (si)","description":"Wikipedia, the free encyclopedia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["si"]},{"name":"ويكيبيديا (ar)","description":"ويكيبيديا (ar)","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ar"]},{"name":"Wikipedia (vi)","description":"Wikipedia, bách khoa toàn thư mở","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["vi"]},{"name":"ვიკიპედია (ka)","description":"ვიკიპედია, თავისუფალი ენციკლოპედია","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ka"]},{"name":"Uicipeid (gd)","description":"Wikipedia, An leabhar mòr-eòlais","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["gd"]},{"name":"Wikipedia (it)","description":"Wikipedia, l'enciclopedia libera","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["it"]},{"name":"Vikipediya (uz)","description":"Vikipediya, ochiq ensiklopediya","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["uz"]},{"name":"Wikipedia (lt)","description":"Vikipedija, laisvoji enciklopedija","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["lt"]},{"name":"Wikipedia (sq)","description":"Wikipedia, enciklopedia e lirë","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["sq"]},{"name":"Vicipéid (ga)","description":"Vicipéid, an Chiclipéid Shaor","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ga-IE"]},{"name":"विकिपीडिया (hi)","description":"विकिपीडिया (हिन्दी)","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["hi"]},{"name":"Vikipedeja (ltg)","description":"Vikipēdija, breivuo eņciklopedeja","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ltg"]},{"name":"விக்கிப்பீடியா (ta)","description":"விக்கிப்பீடியா (ta)","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ta"]},{"name":"Vikipediya (az)","description":"Vikipediya, açıq ensiklopediya","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["az"]},{"name":"Википедија (mk)","description":"Википедија, слободната енциклопедија","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["mk"]},{"name":"วิกิพีเดีย","description":"วิกิพีเดีย สารานุกรมเสรี","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["th"]},{"name":"Wikipedia (de)","description":"Wikipedia, die freie Enzyklopädie","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"Wikipedija (dsb)","description":"Wikipedija, lichotna encyklopedija","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["dsb"]},{"name":"विकिपीडिया (mr)","description":"विकिपीडिया, मोफत माहितीकोष","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["mr"]},{"name":"Wikipedia (ast)","description":"La enciclopedia llibre","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ast"]},{"name":"Wikipedia (my)","description":"အခမဲ့လွတ်လပ်စွယ်စုံကျမ်း","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["my"]},{"name":"Wikipedia (rm)","description":"Vichipedia, l'enciclopedia libra","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["rm"]},{"name":"Wikipedia (nn)","description":"Wikipedia, det frie oppslagsverket","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["NN"]},{"name":"Wikipedia (wo)","description":"Wikipedia, Jimbulang bu Ubbeeku bi","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["wo"]},{"name":"Wikipedia (gl)","description":"Wikipedia, a enciclopedia libre","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["gl"]},{"name":"Viquipèdia (ca)","description":"L'enciclopèdia lliure","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ca"]},{"name":"Wikipédia (sk)","description":"Wikipédia, slobodná a otvorená encyklopédia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["sk"]},{"name":"Википедија (sr)","description":"Претрага Википедије на српском језику","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["sr"]},{"name":"Wikipedia (af)","description":"Wikipedia, die vrye ensiklopedie","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["af"]},{"name":"ویکیپدیا (fa)","description":"ویکیپدیا، دانشنامهٔ آزاد","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["fa"]},{"name":"Wikipedia (ms)","description":"Wikipedia, ensiklopedia bebas","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ms"]},{"name":"Wikipedia (ia)","description":"Wikipedia, le encyclopedia libere","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ia"]},{"name":"Wikipedia (no)","description":"Wikipedia, den frie encyklopedi","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["NO"]},{"name":"Википедия (ru)","description":"Википедия, свободная энциклопедия","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ru"]},{"name":"Wikipedia (br)","description":"Wikipedia, an holloueziadur digor","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["br"]},{"name":"Wikipedia (pl)","description":"Wikipedia, wolna encyklopedia","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["pl"]},{"name":"Вікіпэдыя (be-tarask)","description":"Вікіпэдыя, вольная энцыкляпэдыя","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["be-tarask"]},{"name":"Wikipedia (sv)","description":"Wikipedia, den fria encyklopedin","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["sv-SE"]},{"name":"ວິກິພີເດຍ (lo)","description":"ວິກິພີເດຍ, ສາລານຸກົມເສລີ","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["lo"]},{"name":"Wikipedija (sl)","description":"Wikipedija, prosta enciklopedija","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["sl"]},{"name":"Vikipēdija","description":"Vikipēdija, brīvā enciklopēdija","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["lv"]},{"name":"Biquipedia (an)","description":"A enciclopedia Libre","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["an"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":[],"origins":[]},"optionalPermissions":{"permissions":[],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{"16":"favicon.ico"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://search-extensions/wikipedia/","location":"app-builtin"},{"id":"ddg@search.mozilla.org","syncGUID":"{d266c863-eb3a-4a16-a017-a58dde5b3a76}","version":"1.4","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"DuckDuckGo","description":"Search DuckDuckGo","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1569709371053,"updateDate":1568839541000,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":[],"origins":[]},"optionalPermissions":{"permissions":[],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{"16":"favicon.ico"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://search-extensions/ddg/","location":"app-builtin"},{"id":"firefox-alpenglow@mozilla.org","syncGUID":"{c545409f-983c-4328-95e3-6830f10e078a}","version":"1.4","type":"theme","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Firefox Alpenglow","description":"Use a colorful appearance for buttons, menus, and windows.","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":false,"userDisabled":true,"appDisabled":false,"embedderDisabled":false,"installDate":1604968137971,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"userPermissions":null,"optionalPermissions":null,"requestedPermissions":null,"icons":{"32":"icon.svg"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":null,"hidden":false,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://builtin-themes/alpenglow/","location":"app-builtin"},{"id":"default-theme@mozilla.org","syncGUID":"{cd4717b9-58bd-4ede-90e6-a591641227b2}","version":"1.3","type":"theme","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"System theme — auto","description":"Follow the operating system setting for buttons, menus, and windows.","creator":"Mozilla","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1604968444292,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"userPermissions":null,"optionalPermissions":null,"requestedPermissions":null,"icons":{"32":"icon.svg"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{},"hidden":false,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://default-theme/","location":"app-builtin"},{"id":"firefox-compact-dark@mozilla.org","syncGUID":"{ab1c995c-3f5c-48bc-90c2-b62ac992bd5f}","version":"1.2","type":"theme","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Dark","description":"A theme with a dark color scheme.","creator":"Mozilla","developers":null,"translators":null,"contributors":null},"visible":true,"active":false,"userDisabled":true,"appDisabled":false,"embedderDisabled":false,"installDate":1604968444295,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"userPermissions":null,"optionalPermissions":null,"requestedPermissions":null,"icons":{"32":"icon.svg"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":null,"hidden":false,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://builtin-themes/dark/","location":"app-builtin"},{"id":"firefox-compact-light@mozilla.org","syncGUID":"{a4e3a0da-ee94-4b52-b816-ea6d3195739b}","version":"1.2","type":"theme","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Light","description":"A theme with a light color scheme.","creator":"Mozilla","developers":null,"translators":null,"contributors":null},"visible":true,"active":false,"userDisabled":true,"appDisabled":false,"embedderDisabled":false,"installDate":1604968444296,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"userPermissions":null,"optionalPermissions":null,"requestedPermissions":null,"icons":{"32":"icon.svg"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":null,"hidden":false,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://builtin-themes/light/","location":"app-builtin"},{"id":"amazon@search.mozilla.org","syncGUID":"{7581a3a9-689a-4c01-986d-d9d98832ff5e}","version":"1.13","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Amazon.com.au","description":"Amazon.com.au Search","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1618002157570,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"Amazon.com.au","description":"Amazon.com.au Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["au"]},{"name":"Amazon.ca","description":"Amazon.ca Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ca"]},{"name":"Amazon.es","description":"Amazon.es","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["spain"]},{"name":"Amazon.fr","description":"Recherche Amazon.fr","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["france"]},{"name":"Amazon.nl","description":"Amazon.nl Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["nl"]},{"name":"Amazon.co.uk","description":"Amazon.co.uk Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["en-GB"]},{"name":"Amazon.se","description":"Amazon.se","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["sweden"]},{"name":"Amazon.co.jp","description":"Amazon.co.jp Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["jp"]},{"name":"Amazon.it","description":"Ricerca Amazon.it","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["it"]},{"name":"Amazon.de","description":"Amazon.de Suche","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"Amazon.in","description":"Amazon.in Search","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["in"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":[],"origins":[]},"optionalPermissions":{"permissions":[],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{"16":"favicon.ico"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://search-extensions/amazon/","location":"app-builtin"},{"id":"addons-search-detection@mozilla.com","syncGUID":"{90b334bc-f9ab-4a7f-b8aa-d3e3e2585d00}","version":"2.0.0","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":null,"optionsType":null,"optionsBrowserStyle":true,"aboutURL":null,"defaultLocale":{"name":"Add-ons Search Detection","description":"","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1642082281544,"applyBackgroundUpdates":1,"path":null,"skinnable":false,"sourceURI":null,"releaseNotesURI":null,"softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":null,"maxVersion":null}],"targetPlatforms":[],"signedDate":null,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["telemetry","webRequest","webRequestBlocking"],"origins":[""]},"optionalPermissions":{"permissions":[],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":{"persistentListeners":{}},"hidden":true,"installTelemetryInfo":null,"recommendationState":null,"rootURI":"resource://builtin-addons/search-detection/","location":"app-builtin"},{"id":"keepassxc-browser@keepassxc.org","syncGUID":"{5c925fa7-bdb3-44bc-b792-b5912759722a}","version":"1.9.1.1","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":"options/options.html","optionsType":3,"optionsBrowserStyle":false,"aboutURL":null,"defaultLocale":{"name":"KeePassXC-Browser","description":"KeePassXC integration for modern web browsers","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1606947306641,"updateDate":1722289129434,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/keepassxc-browser@keepassxc.org.xpi","skinnable":false,"sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4315216/keepassxc_browser-1.9.1.1.xpi","releaseNotesURI":"https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/versions/1.9.1.1/updateinfo/","softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"KeePassXC-Browser","description":"KeePassXC integration for modern web browsers","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["en"]},{"name":"KeePassXC-Browser","description":"モダンなウェブブラウザーのための KeePassXC 統合","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["ja"]},{"name":"KeePassXC-Browser","description":"KeePassXC integratsioon moodsatele brauseritele","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["et"]},{"name":"KeePassXC-Browser","description":"Intégration de KeePassXC pour les navigateurs Web modernes","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["fr"]},{"name":"KeePassXC-Browser","description":"Integração KeepassXC para navegadores modernos","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["pt-PT"]},{"name":"KeePassXC-Browser","description":"Integrasi KeePassXC untuk peramban web modern","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["id"]},{"name":"KeePassXC-Browser","description":"KeePassXC за съвременни мрежови четци","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["bg"]},{"name":"KeePassXC-Browser","description":"KeePassXC-integration för moderna webbläsare","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["sv"]},{"name":"KeePassXC-Browser","description":"Napojení KeePassXC na moderní webové prohlížeče","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["cs"]},{"name":"KeePassXC-Browser","description":"Integrazione di KeePassXC per browser web moderni","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["it"]},{"name":"KeePassXC-Browser","description":"Інтеграція KeePassXC для сучасних браузерів","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["uk"]},{"name":"KeePassXC-Browser","description":"KeePassXC integráció a modern webböngészőkhöz","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["hu"]},{"name":"KeePassXC-Browser","description":"현대적인 웹 브라우저용 KeePassXC 통합","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["ko"]},{"name":"KeePassXC-Browser","description":"KeePassXC integracija šiuolaikinėse naršyklėse","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["lt"]},{"name":"KeePassXC-Browser","description":"KeePassXC-Integration für moderne Webbrowser","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"KeePassXC-Browser","description":"ခေတ်မီ ဝက်ဘ်ဘရောက်ဇာများတွင် KeePassXC ပေါင်းစပ်ထည့်သွင်းခြင်း\n","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["my"]},{"name":"KeePassXC-Browser","description":"KeePassXC integration for modern web browsers","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["en-GB"]},{"name":"KeePassXC-Browser","description":"KeePassXC 与现代 Web 浏览器的集成","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["zh-CN"]},{"name":"KeePassXC-Browser","description":"KeePassXC-integrasjon for moderne nettlesere","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["nb"]},{"name":"KeePassXC-Browser","description":"Интеграция KeePassXC в современные браузеры","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["ru"]},{"name":"KeePassXC-Browser","description":"Integracja KeePassXC z nowoczesnymi przeglądarkami internetowymi","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["pl"]},{"name":"KeePassXC-Browser","description":"KeePassXC integratio pro interretialibus navigatoribus modernis","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["la"]},{"name":"KeePassXC-Browser","description":"KeePassXC integracija za sodobne spletne brskalnike","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["sl"]},{"name":"KeePassXC-Browser","description":"Integrare KeePassXC pentru browsere web moderne","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["ro"]},{"name":"KeePassXC-Browser","description":"KeePassXC-integraatio moderneille nettiselaimille","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["fi"]},{"name":"KeePassXC-Browser","description":"Integração KeepassXC para os navegadores modernos","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["pt"]},{"name":"KeePassXC-Browser","description":"Ενσωμάτωση KeePassXC για σύγχρονα προγράμματα περιήγησης ιστού","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["el"]},{"name":"KeePassXC-Browser","description":"Integración de KeePassXC para navegadores web modernos.","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["es"]},{"name":"KeePassXC-Browser","description":"KeePassXC 與現代瀏覽器的整合","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["zh-TW"]},{"name":"KeePassXC-Browser","description":"KeePassXC-integrering til moderne webbrowsere","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["da"]},{"name":"KeePassXC-Browser","description":"Modern tarayıcılar için KeePassXC bütünleşmesi","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["tr"]},{"name":"KeePassXC-Browser","description":"Integração ao KeePassXC para navegadores modernos","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["pt-BR"]},{"name":"KeePassXC-Browser","description":"שילוב KeePassXC בדפדפני מרשתת חדישים","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["he"]},{"name":"KeePassXC-Browser","description":"KeePassXC-integratie voor moderne webbrowsers","creator":"KeePassXC Team","developers":null,"translators":null,"contributors":null,"locales":["nl"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"96.0","maxVersion":null}],"targetPlatforms":[],"signedState":2,"signedTypes":[2,1],"signedDate":1720601306000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["activeTab","clipboardWrite","contextMenus","cookies","nativeMessaging","notifications","storage","tabs","webNavigation","webRequest","webRequestBlocking"],"origins":["https://*/*","http://*/*","https://api.github.com/",""]},"optionalPermissions":{"permissions":[],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{"16":"icons/keepassxc.svg","32":"icons/keepassxc.svg","48":"icons/keepassxc.svg","64":"icons/keepassxc.svg","96":"icons/keepassxc.svg","128":"icons/keepassxc.svg"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":null,"hidden":false,"installTelemetryInfo":{"source":"amo","sourceURL":"https://addons.mozilla.org/en-US/firefox/addon/keepassxc-browser/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search","method":"amWebAPI"},"recommendationState":null,"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/keepassxc-browser@keepassxc.org.xpi!/","location":"app-profile"},{"id":"jid1-MnnxcxisBPnSXQ@jetpack","syncGUID":"{f0f2b64d-ce1c-44d4-af9f-71ce9270b90c}","version":"2024.7.17","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":"/skin/options.html","optionsType":3,"optionsBrowserStyle":false,"aboutURL":null,"defaultLocale":{"name":"Privacy Badger","description":"Privacy Badger automatically learns to block invisible trackers.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1542628050000,"updateDate":1722289129522,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/jid1-MnnxcxisBPnSXQ@jetpack.xpi","skinnable":false,"sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4321653/privacy_badger17-2024.7.17.xpi","releaseNotesURI":"https://addons.mozilla.org/en-US/firefox/addon/privacy-badger17/versions/2024.7.17/updateinfo/","softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"Privacy Badger","description":"Privacy Badger automatically learns to block invisible trackers.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["en-US"]},{"name":"Privacy Badger","description":"Privacy Badgerは、目に見えないトラッカーを自動的に学習してブロックします。","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["ja"]},{"name":"Privacy Badger","description":"O Privacy Badger aprende automaticamente a bloquear rastreadores invisíveis.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["pt-PT"]},{"name":"Privacy Badger","description":"Privacy Badger apprend automatiquement à bloquer les traqueurs invisibles.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["fr"]},{"name":"Privacy Badger","description":"A Privacy Badger automatikusan megtanulja a láthatatlan követők tiltását.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["hu"]},{"name":"Privacy Badger","description":"Privacy Badger se automaticky učí blokovat neviditelné sledovací prvky na webových stránkách.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["cs"]},{"name":"Privacy Badger","description":"Privacy Badger lär sig automatiskt att blockera osynliga spårare.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["sv"]},{"name":"Privacy Badger","description":"Privacy Badger автоматично навчається блокувати невидимі елементи стеження.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["uk"]},{"name":"Privacy Badger","description":"Privacy Badger tự động học cách chặn các máy theo dõi mà chạy ngầm.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["vi"]},{"name":"Privata Melo","description":"Privata Melo aŭtomate lernas bloki nevideblajn spurilojn.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["eo"]},{"name":"Privacy Badger","description":"Privacy Badger lernt automatisch, unsichtbare Tracker zu blocken.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"Privacy Badger","description":"Privacy Badger impara automaticamente a bloccare i tracker invisibili.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["it"]},{"name":"Privacy Badger","description":"Privacy Badger는 자동으로 보이지 않는 추적기를 차단하는 법을 학습합니다.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["ko"]},{"name":"Privacy Badger","description":"प्राइवेसी बैजर स्वचालित रूप से अदृश्य ट्रैकर्स को अवरोधित करना सीखता है।","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["hi"]},{"name":"Privacy Badger","description":"Privacy Badger automatski uči da blokira nevidljive trekere.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["sr"]},{"name":"Privacy Badger","description":"Privacy Badger aprende automáticamente a bloquear os rastrexadores que non se ven.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["gl"]},{"name":"پرایوسی بجر","description":"پرایوسی بجر به صورت خودکار یاد میگیرد تا ردیابهای مخفی را مسدود کند.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["fa"]},{"name":"Privacy Badger","description":"El Privacy Badger aprèn automàticament a blocar rastrejadors invisibles.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["ca"]},{"name":"Privacy Badger","description":"Privacy Badger mempelajari secara automatik untuk menyekat penjejak-penjejak ghaib.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["ms"]},{"name":"隐私獾","description":"隐私獾会自动学习去阻止不可见的追踪器。","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["zh-CN"]},{"name":"Privacy Badger","description":"Privacy Badger автоматически учится блокировать невидимые трекеры.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["ru"]},{"name":"Privacy Badger","description":"Privacy Badger oppii automaattisesti estämään näkymättömät seurannat.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["fi"]},{"name":"Privacy Badger","description":"O Privacy Badger aprende automaticamente a bloquear rastreadores invisíveis.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["pt-BR"]},{"name":"Privacy Badger","description":"Το Privacy Badger μαθαίνει αυτόματα να αποκλείει \"αόρατους\" ιχνηλάτες.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["el"]},{"name":"Privacy Badger","description":"Privacy Badger automatycznie uczy się blokować niewidoczne elementy śledzące.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["pl"]},{"name":"Privacy Badger","description":"Privacy Badger 會自動學習封鎖隱形的追蹤器。","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["zh-TW"]},{"name":"Privacy Badger","description":"Privacy Badger לומד באופן אוטומטי לחסום עוקבנים בלתי נראים.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["he"]},{"name":"Privacy Badger","description":"Privacy Badger lærer automatisk at blokere usynlige sporinger.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["da"]},{"name":"Privacy Badger","description":"Privacy Badger görünmez takipçileri engellemeyi otomatik olarak öğrenir.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["tr"]},{"name":"Privacy Badger","description":"Privacy Badger aprende automáticamente a bloquear rastreadores invisibles.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["es"]},{"name":"Privacy Badger","description":"Privacy Badger leert automatisch onzichtbare volgers te blokkeren.","creator":"privacybadger-owner@eff.org","developers":null,"translators":null,"contributors":null,"locales":["nl"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"78.0","maxVersion":null}],"targetPlatforms":[],"signedState":2,"signedTypes":[2,1],"signedDate":1721404494000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["alarms","tabs","webNavigation","webRequest","webRequestBlocking","storage","privacy"],"origins":["","https://*.facebook.com/*","http://*.facebook.com/*","https://*.messenger.com/*","http://*.messenger.com/*","*://*.facebookcorewwwi.onion/*","https://docs.google.com/*","http://docs.google.com/*","https://mail.google.com/*","http://mail.google.com/*","https://www.google.com/*","http://www.google.com/*","https://www.google.ad/*","http://www.google.ad/*","https://www.google.ae/*","http://www.google.ae/*","https://www.google.com.af/*","http://www.google.com.af/*","https://www.google.com.ag/*","http://www.google.com.ag/*","https://www.google.com.ai/*","http://www.google.com.ai/*","https://www.google.al/*","http://www.google.al/*","https://www.google.am/*","http://www.google.am/*","https://www.google.co.ao/*","http://www.google.co.ao/*","https://www.google.com.ar/*","http://www.google.com.ar/*","https://www.google.as/*","http://www.google.as/*","https://www.google.at/*","http://www.google.at/*","https://www.google.com.au/*","http://www.google.com.au/*","https://www.google.az/*","http://www.google.az/*","https://www.google.ba/*","http://www.google.ba/*","https://www.google.com.bd/*","http://www.google.com.bd/*","https://www.google.be/*","http://www.google.be/*","https://www.google.bf/*","http://www.google.bf/*","https://www.google.bg/*","http://www.google.bg/*","https://www.google.com.bh/*","http://www.google.com.bh/*","https://www.google.bi/*","http://www.google.bi/*","https://www.google.bj/*","http://www.google.bj/*","https://www.google.com.bn/*","http://www.google.com.bn/*","https://www.google.com.bo/*","http://www.google.com.bo/*","https://www.google.com.br/*","http://www.google.com.br/*","https://www.google.bs/*","http://www.google.bs/*","https://www.google.bt/*","http://www.google.bt/*","https://www.google.co.bw/*","http://www.google.co.bw/*","https://www.google.by/*","http://www.google.by/*","https://www.google.com.bz/*","http://www.google.com.bz/*","https://www.google.ca/*","http://www.google.ca/*","https://www.google.cd/*","http://www.google.cd/*","https://www.google.cf/*","http://www.google.cf/*","https://www.google.cg/*","http://www.google.cg/*","https://www.google.ch/*","http://www.google.ch/*","https://www.google.ci/*","http://www.google.ci/*","https://www.google.co.ck/*","http://www.google.co.ck/*","https://www.google.cl/*","http://www.google.cl/*","https://www.google.cm/*","http://www.google.cm/*","https://www.google.cn/*","http://www.google.cn/*","https://www.google.com.co/*","http://www.google.com.co/*","https://www.google.co.cr/*","http://www.google.co.cr/*","https://www.google.com.cu/*","http://www.google.com.cu/*","https://www.google.cv/*","http://www.google.cv/*","https://www.google.com.cy/*","http://www.google.com.cy/*","https://www.google.cz/*","http://www.google.cz/*","https://www.google.de/*","http://www.google.de/*","https://www.google.dj/*","http://www.google.dj/*","https://www.google.dk/*","http://www.google.dk/*","https://www.google.dm/*","http://www.google.dm/*","https://www.google.com.do/*","http://www.google.com.do/*","https://www.google.dz/*","http://www.google.dz/*","https://www.google.com.ec/*","http://www.google.com.ec/*","https://www.google.ee/*","http://www.google.ee/*","https://www.google.com.eg/*","http://www.google.com.eg/*","https://www.google.es/*","http://www.google.es/*","https://www.google.com.et/*","http://www.google.com.et/*","https://www.google.fi/*","http://www.google.fi/*","https://www.google.com.fj/*","http://www.google.com.fj/*","https://www.google.fm/*","http://www.google.fm/*","https://www.google.fr/*","http://www.google.fr/*","https://www.google.ga/*","http://www.google.ga/*","https://www.google.ge/*","http://www.google.ge/*","https://www.google.gg/*","http://www.google.gg/*","https://www.google.com.gh/*","http://www.google.com.gh/*","https://www.google.com.gi/*","http://www.google.com.gi/*","https://www.google.gl/*","http://www.google.gl/*","https://www.google.gm/*","http://www.google.gm/*","https://www.google.gr/*","http://www.google.gr/*","https://www.google.com.gt/*","http://www.google.com.gt/*","https://www.google.gy/*","http://www.google.gy/*","https://www.google.com.hk/*","http://www.google.com.hk/*","https://www.google.hn/*","http://www.google.hn/*","https://www.google.hr/*","http://www.google.hr/*","https://www.google.ht/*","http://www.google.ht/*","https://www.google.hu/*","http://www.google.hu/*","https://www.google.co.id/*","http://www.google.co.id/*","https://www.google.ie/*","http://www.google.ie/*","https://www.google.co.il/*","http://www.google.co.il/*","https://www.google.im/*","http://www.google.im/*","https://www.google.co.in/*","http://www.google.co.in/*","https://www.google.iq/*","http://www.google.iq/*","https://www.google.is/*","http://www.google.is/*","https://www.google.it/*","http://www.google.it/*","https://www.google.je/*","http://www.google.je/*","https://www.google.com.jm/*","http://www.google.com.jm/*","https://www.google.jo/*","http://www.google.jo/*","https://www.google.co.jp/*","http://www.google.co.jp/*","https://www.google.co.ke/*","http://www.google.co.ke/*","https://www.google.com.kh/*","http://www.google.com.kh/*","https://www.google.ki/*","http://www.google.ki/*","https://www.google.kg/*","http://www.google.kg/*","https://www.google.co.kr/*","http://www.google.co.kr/*","https://www.google.com.kw/*","http://www.google.com.kw/*","https://www.google.kz/*","http://www.google.kz/*","https://www.google.la/*","http://www.google.la/*","https://www.google.com.lb/*","http://www.google.com.lb/*","https://www.google.li/*","http://www.google.li/*","https://www.google.lk/*","http://www.google.lk/*","https://www.google.co.ls/*","http://www.google.co.ls/*","https://www.google.lt/*","http://www.google.lt/*","https://www.google.lu/*","http://www.google.lu/*","https://www.google.lv/*","http://www.google.lv/*","https://www.google.com.ly/*","http://www.google.com.ly/*","https://www.google.co.ma/*","http://www.google.co.ma/*","https://www.google.md/*","http://www.google.md/*","https://www.google.me/*","http://www.google.me/*","https://www.google.mg/*","http://www.google.mg/*","https://www.google.mk/*","http://www.google.mk/*","https://www.google.ml/*","http://www.google.ml/*","https://www.google.com.mm/*","http://www.google.com.mm/*","https://www.google.mn/*","http://www.google.mn/*","https://www.google.ms/*","http://www.google.ms/*","https://www.google.com.mt/*","http://www.google.com.mt/*","https://www.google.mu/*","http://www.google.mu/*","https://www.google.mv/*","http://www.google.mv/*","https://www.google.mw/*","http://www.google.mw/*","https://www.google.com.mx/*","http://www.google.com.mx/*","https://www.google.com.my/*","http://www.google.com.my/*","https://www.google.co.mz/*","http://www.google.co.mz/*","https://www.google.com.na/*","http://www.google.com.na/*","https://www.google.com.ng/*","http://www.google.com.ng/*","https://www.google.com.ni/*","http://www.google.com.ni/*","https://www.google.ne/*","http://www.google.ne/*","https://www.google.nl/*","http://www.google.nl/*","https://www.google.no/*","http://www.google.no/*","https://www.google.com.np/*","http://www.google.com.np/*","https://www.google.nr/*","http://www.google.nr/*","https://www.google.nu/*","http://www.google.nu/*","https://www.google.co.nz/*","http://www.google.co.nz/*","https://www.google.com.om/*","http://www.google.com.om/*","https://www.google.com.pa/*","http://www.google.com.pa/*","https://www.google.com.pe/*","http://www.google.com.pe/*","https://www.google.com.pg/*","http://www.google.com.pg/*","https://www.google.com.ph/*","http://www.google.com.ph/*","https://www.google.com.pk/*","http://www.google.com.pk/*","https://www.google.pl/*","http://www.google.pl/*","https://www.google.pn/*","http://www.google.pn/*","https://www.google.com.pr/*","http://www.google.com.pr/*","https://www.google.ps/*","http://www.google.ps/*","https://www.google.pt/*","http://www.google.pt/*","https://www.google.com.py/*","http://www.google.com.py/*","https://www.google.com.qa/*","http://www.google.com.qa/*","https://www.google.ro/*","http://www.google.ro/*","https://www.google.ru/*","http://www.google.ru/*","https://www.google.rw/*","http://www.google.rw/*","https://www.google.com.sa/*","http://www.google.com.sa/*","https://www.google.com.sb/*","http://www.google.com.sb/*","https://www.google.sc/*","http://www.google.sc/*","https://www.google.se/*","http://www.google.se/*","https://www.google.com.sg/*","http://www.google.com.sg/*","https://www.google.sh/*","http://www.google.sh/*","https://www.google.si/*","http://www.google.si/*","https://www.google.sk/*","http://www.google.sk/*","https://www.google.com.sl/*","http://www.google.com.sl/*","https://www.google.sn/*","http://www.google.sn/*","https://www.google.so/*","http://www.google.so/*","https://www.google.sm/*","http://www.google.sm/*","https://www.google.sr/*","http://www.google.sr/*","https://www.google.st/*","http://www.google.st/*","https://www.google.com.sv/*","http://www.google.com.sv/*","https://www.google.td/*","http://www.google.td/*","https://www.google.tg/*","http://www.google.tg/*","https://www.google.co.th/*","http://www.google.co.th/*","https://www.google.com.tj/*","http://www.google.com.tj/*","https://www.google.tl/*","http://www.google.tl/*","https://www.google.tm/*","http://www.google.tm/*","https://www.google.tn/*","http://www.google.tn/*","https://www.google.to/*","http://www.google.to/*","https://www.google.com.tr/*","http://www.google.com.tr/*","https://www.google.tt/*","http://www.google.tt/*","https://www.google.com.tw/*","http://www.google.com.tw/*","https://www.google.co.tz/*","http://www.google.co.tz/*","https://www.google.com.ua/*","http://www.google.com.ua/*","https://www.google.co.ug/*","http://www.google.co.ug/*","https://www.google.co.uk/*","http://www.google.co.uk/*","https://www.google.com.uy/*","http://www.google.com.uy/*","https://www.google.co.uz/*","http://www.google.co.uz/*","https://www.google.com.vc/*","http://www.google.com.vc/*","https://www.google.co.ve/*","http://www.google.co.ve/*","https://www.google.vg/*","http://www.google.vg/*","https://www.google.co.vi/*","http://www.google.co.vi/*","https://www.google.com.vn/*","http://www.google.com.vn/*","https://www.google.vu/*","http://www.google.vu/*","https://www.google.ws/*","http://www.google.ws/*","https://www.google.rs/*","http://www.google.rs/*","https://www.google.co.za/*","http://www.google.co.za/*","https://www.google.co.zm/*","http://www.google.co.zm/*","https://www.google.co.zw/*","http://www.google.co.zw/*","https://www.google.cat/*","http://www.google.cat/*"]},"optionalPermissions":{"permissions":[],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{"16":"icons/badger-16.png","19":"icons/badger-19.png","38":"icons/badger-38.png","48":"icons/badger-48.png","64":"icons/badger-64.png","128":"icons/badger-128.png"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":null,"hidden":false,"installTelemetryInfo":null,"recommendationState":{"validNotAfter":1879192494000,"validNotBefore":1721404494000,"states":["recommended-android","recommended"]},"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/jid1-MnnxcxisBPnSXQ@jetpack.xpi!/","location":"app-profile"},{"id":"7esoorv3@alefvanoon.anonaddy.me","syncGUID":"{ffc36fa1-6168-4520-b905-ce9d1d6a22f1}","version":"2.8.5","type":"extension","loader":null,"updateURL":null,"installOrigins":null,"manifestVersion":2,"optionsURL":"pages/options/index.html","optionsType":3,"optionsBrowserStyle":false,"aboutURL":null,"defaultLocale":{"name":"LibRedirect","description":"A web extension that redirects popular sites to alternative privacy-friendly frontends and backends","creator":null,"developers":null,"translators":null,"contributors":null},"visible":true,"active":true,"userDisabled":false,"appDisabled":false,"embedderDisabled":false,"installDate":1689045991550,"updateDate":1722289129994,"applyBackgroundUpdates":1,"path":"/home/tio/.mozilla/firefox/6q5q3muz.default/extensions/7esoorv3@alefvanoon.anonaddy.me.xpi","skinnable":false,"sourceURI":"https://addons.mozilla.org/firefox/downloads/file/4320954/libredirect-2.8.5.xpi","releaseNotesURI":"https://addons.mozilla.org/en-US/firefox/addon/libredirect/versions/2.8.5/updateinfo/","softDisabled":false,"foreignInstall":false,"strictCompatibility":true,"locales":[{"name":"LibRedirect","description":"A web extension that redirects popular sites to alternative privacy-friendly frontends and backends","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["en"]},{"name":"LibRedirect","description":"人気サイトを個人情報に配慮した代替のフロントエンド/バックエンドに転送するウェブ拡張機能","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ja"]},{"name":"LibRedirect","description":"En vev-utvidelse som videresender populære sider til alternative personvernsrespekterende grenseflater og bakender","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["nb-NO"]},{"name":"LibRedirect","description":"A web extension that redirects popular sites to alternative privacy-friendly frontends and backends","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["jv"]},{"name":"LibRedirect","description":"Une extension web qui redirige les sites populaires vers des interfaces et des serveurs alternatifs respectueux de la vie privée","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["fr"]},{"name":"LibRedirect","description":"Ekstensi web yang mengalihkan situs-situs terkenal ke frontend dan backend alternatif yang menghargai privasi","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["id"]},{"name":"লিবরিডাইরেক্ট","description":"একটি ওয়েব এক্সটেনশন যা জনপ্রিয় সাইটগুলোকে বিকল্প গোপনীয়তা-বান্ধব ফ্রন্টএন্ড এবং ব্যাকএন্ডে পুনর্নির্দেশ করে","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["bn"]},{"name":"LibRedirect","description":"Webové rozšíření, které přesměrovává oblíbené weby na alternativní ‘frontends‘ a ‘backends‘ respektující soukromí","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["cs"]},{"name":"LibRedirect","description":"A web extension that redirects popular sites to alternative privacy-friendly frontends and backends","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["eo"]},{"name":"LibRedirect","description":"Веброзширення, що переспрямовує популярні сайти на альтернативні дружні до приватності фронтенди та бекенди","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["uk"]},{"name":"LibRedirect","description":"将常用网站按需重定向到隐私友好的替代前端/后端的 Web 扩展程序","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["zh-Hans"]},{"name":"LibRedirect","description":"إضافة متصفح تعيد توجيه مواقع مشهورة إلى واجهات أمامية تحترم الخصوصية","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ar"]},{"name":"LibRedirect","description":"A web extension that redirects popular sites to alternative privacy-friendly frontends and backends","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ko"]},{"name":"LibRedirect","description":"Một tiện ích mở rộng chuyển hướng một số trang web phổ biến đến các frontend và backend khác thân thiện với quyền riêng tư","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["vi"]},{"name":"LibRedirect","description":"Un'estensione per il browser che reindirizza i siti più popolari verso frontend e backend alternativi rispettosi della privacy","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["it"]},{"name":"LibRedirect","description":"WebExtension 擴充套件,可將熱門網站重新導向至隱私友好的替代服務","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["zh-Hant"]},{"name":"LibRedirect","description":"Eine Erweiterung, die beliebte Websites auf alternative, datenschutzfreundliche Frontends und Backends umleitet","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["de"]},{"name":"LibRedirect","description":"Un complemento do navegador que redirixe o tráfico cara alternativas amigables e respetuosas","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["gl"]},{"name":"LibRedirect","description":"Веб проширница која преусмерава познате сајтове на према алтернативним сучељима и позадинским страницама прилагођенима приватности","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["sr"]},{"name":"LibRedirect","description":"Расширение для браузера, перенаправляющее популярные сайты на обеспечивающие конфиденциальность альтернативны","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ru"]},{"name":"LibRedirect","description":"Rozszerzenie, które przekierowuje popularne witryny do alternatywnych, szanujących prywatność frontendów i backendów","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["pl"]},{"name":"LibRedirect","description":"Web proširenje koje preusmjerava popularne web stranice na alternativna sučelja i pozadinske sustave prilagođene privatnosti","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["hr"]},{"name":"LibRedirect","description":"Selainlaajennus joka uudelleenohjaa suositut sivustot vaihtoehtoisiin yksityisyysystävällisiin käyttöliittymiin","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["fi"]},{"name":"LibRedirect","description":"O extensie web care redirecționează site-urile populare către frontend-uri și backend-uri alternative prietenoase cu confidențialitatea","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["ro"]},{"name":"LibRedirect","description":"Web proširnica koja preusmjerava poznate web stranice na prema alternativnim sučeljima i pozadinama prilagođenim privatnosti","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["bs"]},{"name":"LibRedirect","description":"Uma extensão para os navegadores de Internet que redireciona sites populares para interfaces gráficas e interfaces de textos alternativas e amigáveis que respeitam a privacidade","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["pt"]},{"name":"LibRedirect","description":"Una extensión web que redirige sitios populares a frontends y backends alternativos que respetan la privacidad","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["es"]},{"name":"LibRedirect","description":"Popüler siteleri alternatif gizlilik dostu ön uçlara ve arka uçlara yönlendiren bir web uzantısı","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["tr"]},{"name":"LibRedirect","description":"Uma extensão para os navegadores de internet que redireciona os sítios/sites populares para interfaces gráficas e interfaces de textos alternativas e amigáveis que respeitam sua privacidade","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["pt-BR"]},{"name":"LibRedirect","description":"Een webextensie die populaire sites doorverwijst naar alternatieve privacy-vriendelijke frontends en backends","creator":null,"developers":null,"translators":null,"contributors":null,"locales":["nl"]}],"targetApplications":[{"id":"toolkit@mozilla.org","minVersion":"89.0","maxVersion":null}],"targetPlatforms":[],"signedState":2,"signedTypes":[2,1],"signedDate":1721167215000,"seen":true,"dependencies":[],"incognito":"spanning","userPermissions":{"permissions":["webRequest","webRequestBlocking","storage","clipboardWrite","contextMenus"],"origins":[""]},"optionalPermissions":{"permissions":["bookmarks"],"origins":[]},"requestedPermissions":{"permissions":[],"origins":[]},"icons":{"16":"assets/images/libredirect-16.png","32":"assets/images/libredirect-32.png","48":"assets/images/libredirect-48.png","128":"assets/images/libredirect-128.png"},"iconURL":null,"blocklistState":0,"blocklistURL":null,"startupData":null,"hidden":false,"installTelemetryInfo":{"source":"amo","sourceURL":"https://addons.mozilla.org/en-US/firefox/addon/libredirect/?utm_source=addons.mozilla.org&utm_medium=referral&utm_content=search","method":"amWebAPI"},"recommendationState":null,"rootURI":"jar:file:///home/tio/.mozilla/firefox/6q5q3muz.default/extensions/7esoorv3@alefvanoon.anonaddy.me.xpi!/","location":"app-profile"}]}
\ No newline at end of file
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/7esoorv3@alefvanoon.anonaddy.me.xpi b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/7esoorv3@alefvanoon.anonaddy.me.xpi
index 6f8cb595..bd3c3303 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/7esoorv3@alefvanoon.anonaddy.me.xpi and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/7esoorv3@alefvanoon.anonaddy.me.xpi differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/jid1-MnnxcxisBPnSXQ@jetpack.xpi b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/jid1-MnnxcxisBPnSXQ@jetpack.xpi
index 32e6b950..bf26df86 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/jid1-MnnxcxisBPnSXQ@jetpack.xpi and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/jid1-MnnxcxisBPnSXQ@jetpack.xpi differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/keepassxc-browser@keepassxc.org.xpi b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/keepassxc-browser@keepassxc.org.xpi
index cbd9726d..6e1e03df 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/keepassxc-browser@keepassxc.org.xpi and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/keepassxc-browser@keepassxc.org.xpi differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/sponsorBlocker@ajay.app.xpi b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/sponsorBlocker@ajay.app.xpi
index 457f4aa6..326cdbda 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/sponsorBlocker@ajay.app.xpi and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/sponsorBlocker@ajay.app.xpi differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/staged/uBlock0@raymondhill.net.xpi b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/staged/uBlock0@raymondhill.net.xpi
deleted file mode 100644
index c385d2a9..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/staged/uBlock0@raymondhill.net.xpi and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/uBlock0@raymondhill.net.xpi b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/uBlock0@raymondhill.net.xpi
index a2c9ef3c..e4735c82 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/uBlock0@raymondhill.net.xpi and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/uBlock0@raymondhill.net.xpi differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/{9350bc42-47fb-4598-ae0f-825e3dd9ceba}.xpi b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/{9350bc42-47fb-4598-ae0f-825e3dd9ceba}.xpi
index a6bacc9a..90dda85d 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/{9350bc42-47fb-4598-ae0f-825e3dd9ceba}.xpi and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/extensions/{9350bc42-47fb-4598-ae0f-825e3dd9ceba}.xpi differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/places.sqlite b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/places.sqlite
index bb952053..d20954fc 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/places.sqlite and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/places.sqlite differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/prefs.js b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/prefs.js
index 2e6f3bc3..9ec568d4 100644
--- a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/prefs.js
+++ b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/prefs.js
@@ -20,16 +20,16 @@ user_pref("app.normandy.startupRolloutPrefs.extensions.webcompat.disabled_shims.
user_pref("app.normandy.startupRolloutPrefs.services.sync.bookmarks.buffer.enabled", true);
user_pref("app.normandy.user_id", "f6151ad0-fece-4d81-9d5c-67449843ccf0");
user_pref("app.shield.optoutstudies.enabled", false);
-user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1699324429);
+user_pref("app.update.lastUpdateTime.addon-background-update-timer", 1722289127);
user_pref("app.update.lastUpdateTime.blocklist-background-update-timer", 1588540518);
-user_pref("app.update.lastUpdateTime.browser-cleanup-thumbnails", 1699324429);
-user_pref("app.update.lastUpdateTime.recipe-client-addon-run", 1699324429);
-user_pref("app.update.lastUpdateTime.region-update-timer", 1699324429);
+user_pref("app.update.lastUpdateTime.browser-cleanup-thumbnails", 1722289127);
+user_pref("app.update.lastUpdateTime.recipe-client-addon-run", 1722289127);
+user_pref("app.update.lastUpdateTime.region-update-timer", 1722289127);
user_pref("app.update.lastUpdateTime.rs-experiment-loader-timer", 1608565076);
user_pref("app.update.lastUpdateTime.search-engine-update-timer", 1670438558);
-user_pref("app.update.lastUpdateTime.services-settings-poll-changes", 1699324429);
+user_pref("app.update.lastUpdateTime.services-settings-poll-changes", 1722289127);
user_pref("app.update.lastUpdateTime.telemetry_modules_ping", 1573002408);
-user_pref("app.update.lastUpdateTime.xpi-signature-verification", 1699324429);
+user_pref("app.update.lastUpdateTime.xpi-signature-verification", 1722289127);
user_pref("browser.bookmarks.defaultLocation", "unfiled");
user_pref("browser.bookmarks.restore_default_bookmarks", false);
user_pref("browser.cache.disk.amount_written", 1754406);
@@ -53,9 +53,9 @@ user_pref("browser.engagement.library-button.has-used", true);
user_pref("browser.laterrun.bookkeeping.profileCreationTime", 1542627881);
user_pref("browser.laterrun.bookkeeping.sessionCount", 51);
user_pref("browser.messaging-system.whatsNewPanel.enabled", false);
-user_pref("browser.migration.version", 140);
+user_pref("browser.migration.version", 148);
user_pref("browser.newtab.extensionControlled", true);
-user_pref("browser.newtab.privateAllowed", true);
+user_pref("browser.newtab.privateAllowed", false);
user_pref("browser.newtabpage.activity-stream.asrouter.disable-captive-portal-vpn-promo", true);
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.addons", false);
user_pref("browser.newtabpage.activity-stream.asrouter.userprefs.cfr.features", false);
@@ -72,36 +72,38 @@ user_pref("browser.pageActions.persistedActions", "{\"version\":1,\"ids\":[\"boo
user_pref("browser.pagethumbnails.storage_version", 3);
user_pref("browser.privatebrowsing.vpnpromourl", "");
user_pref("browser.proton.toolbar.version", 3);
-user_pref("browser.region.update.updated", 1699324429);
+user_pref("browser.region.update.first-seen", 1717372120);
+user_pref("browser.region.update.region", "CA");
+user_pref("browser.region.update.updated", 1717372120);
user_pref("browser.rights.3.shown", true);
-user_pref("browser.safebrowsing.provider.google4.lastupdatetime", "1699324401730");
-user_pref("browser.safebrowsing.provider.google4.nextupdatetime", "1699326222730");
-user_pref("browser.safebrowsing.provider.mozilla.lastupdatetime", "1699324406700");
-user_pref("browser.safebrowsing.provider.mozilla.nextupdatetime", "1699346006700");
+user_pref("browser.safebrowsing.provider.google4.lastupdatetime", "1722296300057");
+user_pref("browser.safebrowsing.provider.google4.nextupdatetime", "1722298122057");
+user_pref("browser.safebrowsing.provider.mozilla.lastupdatetime", "1722289105110");
+user_pref("browser.safebrowsing.provider.mozilla.nextupdatetime", "1722310705110");
user_pref("browser.search.region", "DE");
user_pref("browser.search.separatePrivateDefault.urlbarResult.enabled", false);
-user_pref("browser.sessionstore.upgradeBackup.latestBuildID", "20230427150304");
+user_pref("browser.sessionstore.upgradeBackup.latestBuildID", "20240527213814");
user_pref("browser.shell.checkDefaultBrowser", true);
user_pref("browser.shell.didSkipDefaultBrowserCheckOnFirstRun", true);
-user_pref("browser.shell.mostRecentDateSetAsDefault", "1699324399");
+user_pref("browser.shell.mostRecentDateSetAsDefault", "1722296297");
user_pref("browser.slowStartup.averageTime", 1565);
user_pref("browser.slowStartup.samples", 1);
user_pref("browser.startup.couldRestoreSession.count", 1);
user_pref("browser.startup.homepage", "moz-extension://f393b4c4-359a-4d1e-b377-fd4b41112e16/index.html");
-user_pref("browser.startup.homepage_override.buildID", "20231023160744");
+user_pref("browser.startup.homepage_override.buildID", "20240719093654");
user_pref("browser.startup.homepage_override.extensionControlled", true);
-user_pref("browser.startup.homepage_override.mstone", "119.0");
-user_pref("browser.startup.homepage_override.privateAllowed", true);
-user_pref("browser.startup.lastColdStartupCheck", 1699324399);
+user_pref("browser.startup.homepage_override.mstone", "128.0");
+user_pref("browser.startup.homepage_override.privateAllowed", false);
+user_pref("browser.startup.lastColdStartupCheck", 1722296297);
user_pref("browser.startup.page", 3);
user_pref("browser.startup.upgradeDialog.version", 106);
user_pref("browser.tabs.extraDragSpace", true);
user_pref("browser.tabs.inTitlebar", 0);
-user_pref("browser.topsites.contile.cacheValidFor", 11558);
-user_pref("browser.topsites.contile.cachedTiles", "[{\"id\":74357,\"name\":\"Amazon\",\"url\":\"https://www.amazon.de/?tag=admpdesktopde-21&ref=pd_sl_bac78c135ddca8ac6e4eda780b3953c51f0b299ed0316373ac1772f6&mfadid=adm\",\"click_url\":\"https://bridge.lga1.ap01.net/ctp?version=16.0.0&ci=1699319146443.12791&key=1699319146301900022.1&ctag=pd_sl_bac78c135ddca8ac6e4eda780b3953c51f0b299ed0316373ac1772f6\",\"image_url\":\"https://contile-images.services.mozilla.com/obgoOYObjIFea_bXuT6L4LbBJ8j425AD87S1HMD3BWg.9991.jpg\",\"image_size\":200,\"impression_url\":\"https://imp.mt48.net/static?id=7RHzfOIXjFEYsBdvIpkX4Qq%2BfZl%2BfC2mfZbX1CbWfp8Y7ReNxR3UIG8zInwYIFIVs9eYiGINHrwkiFXwxYIZjF8XgClWfC2X7R4dHQ8zJnErj%3DcO7R4dHQfz4Z2Z4CxnHG3Z5FwqgCfX1p8d4Cxr1BINI9HuiF2z4Z2Z4CxnHmcux%3DcvImauiF2zfQlW1CbZ7ncqIr7VjGbuiF2zfCfk1CfXfClnj9wWIBdvIpkY7R4TJr2uJREuHnEYgClnHr7wHG3vjnDuiF2z4Z2d7ReTHF4wJFEUjtdvIpkXfpbr\"},{\"id\":74985,\"name\":\"Otto\",\"url\":\"https://partnerprogramm.otto.de/trck/eclick/df78a463815f994db2216e95a76a35b3?subid=1699319146301900022&mfadid=adm\",\"click_url\":\"https://bridge.lga1.admarketplace.net/ctp?version=16.0.0&ci=1699319146443.12791&key=1699319146301900022.2&ctag=1699319146301900022\",\"image_url\":\"https://contile-images.services.mozilla.com/ELjwhjtjrvbTZP-8MFWEloeHBDeP_e9NY1lWqDRFJJM.14810.jpg\",\"image_size\":200,\"impression_url\":\"https://imp.mt48.net/static?id=7RHzfOIXjFEYsBdvIpkX4Qq%2BfZl%2BfC2mfZbX1CbWfp8Y7ReNxR3UIG8zInwYIFIVs9eYiGINHrwkiFXwxYIZjF8XgClWfC2X7R4dHQ8zJnErj%3DcO7R4dHQfz4Z2%2B1pDnHG3Z5FwqgCfX1p8d4Cxr1BINI9HuiF2z4Z2%2B1pDnHmcux%3DcvImauiF2zfQ8WfpHd7ncqIr7VjGbuiF2zfCDk4ZxmfCDnj9wWIBdvIpkY7R4TJr2uJREuHnEYgC8nHr7wHG3vjnDuiF2zfQld4BIWJ%3DcQIFdwJR2uiF2zfCbW4Wyy\"}]");
-user_pref("browser.topsites.contile.lastFetch", 1699324700);
+user_pref("browser.topsites.contile.cacheValidFor", 11898);
+user_pref("browser.topsites.contile.cachedTiles", "[{\"id\":74357,\"name\":\"Amazon\",\"url\":\"https://www.amazon.fr/?tag=admarketpla00-21&ref=pd_sl_2214b820d5557c872bfff3e5edeeb2a5a91de902590708091033bd4d&mfadid=adm\",\"click_url\":\"https://bridge.sfo1.ap01.net/ctp?version=1.0.0&encp=HF3vIpkX7RcdjpkX4Z8YfQLm1pHa4Cbr7ncqjnaz7nIZgGeYJm2uHF3wJnjvJnDufpHUxmIVfBIkxZdWxnzq5FcqIF_RiF_w5Cbm5R4nJZlnJr7Rirxzj%3DwTIG4W7n7vI%3D3wxweNxncuxZdQ3d7nHZ7aIqdSBGN13kqkCFvtik_DECc1fqkkCRv6iEvuFnd4fwDXFwjBJcvGBGwIEcI%2FCd3%3DidvDirj4iwDdCD3Qjkzl2CE4ElcPCC76ik_9DBIuxr2zj%3DwTIG4W7R7kx%3DwqgG4nGm3QIQxrHnIO4Qbm4mDW1%3DIQ4mldHnlk4m7N1%3DInfpNQGm2mfQ2k4QHa4QqXfZfd1pIQIFfr4ZxkHn8kHQIQ4QDr7ReOgClUftIWjGfYiCkXfplnx9EZfFqzfCbX7Redx%3DqzfC8a1Clnj94ZfCkZfCLY4CDr4ZLnj94WjF8zfZlafQDd4Zxr7nckxmwqgCfX1p8d4Cxr1BINj94TgC8njG3vgCxr4Zxm7RERiCkY7R4YjpkX4tIuxr3WGmwqspkufBIvJRIvIpkufBIks%3DwqgCbnirjvI9LzftIYj97QgCbnxR3WiZkW7njkgCbnirjvIpkZ4Cxk4CHWfZlnxGEwxRwvIpkr4Q2X1pLY1p2Y4ZfY1CDZ4OIuxr3kgCbnxR3OJpdnHFXZIBIWj93vIpkW7n3WHmwqgC8WfplZfZqm1C8nHGbZgD_Cf9NfElwkCwfWjldCf9w4DZeaCc3cjlXDFC31ElEaCdHasl_P3C2nHr3_iF2zfCxnHr7wiF2z1p8WfBIWJ%3DwqgClWfpxnI94WHnwqgClWfCqnI94WHF3miF2zfCbW1BIqxreNjF3miF2z4QH_1BIqxrevJmwqgClX1p8nHF3ZJ%3DwqgCxm4pla1p8a4Cq_fZbk4Q2_7nEUEE7fgDX82C4nEw3%2F1cxmJRc5EqXZID_3jtDY2qlaEFw1DCNcCC7e7C7%3DB9bWDDu6Ckz71E7pDGjGHEbwfq8_4%3DN61E4Eiq8dIqdffmXUsqDa4Fu%2FJl3Y4%3DEgxc7IIcNoxwc4DFIofG3qx%3DXi3%3DI_sl4FDZjEinv6fk2aFR3XsD7Is9Np3r75fkE_JluZsF_4CpcP7C7txD4n7C7%3DxF_I3kuexEjNjEIcsc8W2mIc4dE7jq_Ufk7oIr8XBQj11FERCF3rj%3DAwfqHaipwdDlESitIYj%3DzZgB%2FM6QTS1Y%2FniFwQgBkX1YkX1YkX1YkX1YkX7n4WgCbUfCxZftWr4pfd4YWYfClk4ZqTfCfr4CbY4ZfTftWXfQx_fBWXfplkfBXUIGjkHF8T5tXkiFXwxrbTHncQimIvJ%3DXKHmzUI9EQiGIw&ctag=pd_sl_2214b820d5557c872bfff3e5edeeb2a5a91de902590708091033bd4d\",\"image_url\":\"https://tiles-cdn.prod.ads.prod.webservices.mozgcp.net/CAP5k4gWqcBGwir7bEEmBWveLMtvldFu-y_kyO3txFA=.9991.jpg\",\"impression_url\":\"https://imp.mt48.net/static?id=7RHzfOIXjFEYsBdvIpkr4Q2X1pLY1p2Y4ZfY1CDZ4OIWHG7kJnEYgFIvxnEnJrNWxnwmHF4%2Bj%3DwTIGfnxrEOfCkXfplkfBIZjF8YgF%2Bwjr3NHOIZjF8ZgCxkfZDr7nckxYdvIpkZfCLY4CDr4ZqnHF3m5FwqgCxkfZDr7n4NJGeNiFjU5FwqgC8XfC2r1BINI%3DjYJrEW5FwqgClZ4ZDWfQxZ7R3%2Bx%3DDuiF2zfOIZJ%3Dzk5F%2BdJF7wxQkX7n4YIFckiGIw5FwqgCLYfplnx%3DXNHmEuIF%2Bk5FwqgClWfpxnHF2uxmETIF4kiFzU5FwqgCxm4pla1p8a4Cq%2BfZbk4Q2%2B\",\"image_size\":200},{\"id\":74986,\"name\":\"Booking.com\",\"url\":\"https://www.booking.com/index.fr.html?aid=2424416&label=76418828427329536&mfadid=adm\",\"click_url\":\"https://bridge.sfo1.admarketplace.net/ctp?version=1.0.0&encp=HF3vIpkY7RcdjpkX4Z8YfQLm1pHa4Cbr7ncqjnaz7nIZgGeYJm2uHF3wJnjvJnDufpHUxmIVfBIkxZdWxnzq5FcqIF_RiF_w5Cbm5R4nJZlnJr7Rirxzj%3DwTIG4W7n7vI%3D3wxweNxncuxZd1swqWCE3R4ldSIZe4in4PCFvofDdPFBIuxr2zj%3DwTIG4W7R7kx%3DwqgG4nGm3QIQxrHnIO4Qbm4mDW1%3DIQ4mldHnlk4m7N1%3DInfpNQGm2mfQ2k4QHa4QqXfZfd1pIQIFfr4ZxkHn8kHQIQ4QDr7ReOgClUftIWjGfYiCkXfplnx9EZfFqzfCbX7Redx%3DqzfC8a1Clnj94ZfCkZfCLY4CDr4ZLnj94WjF8zfZlafQDd4Zxr7nckxmwqgCfX1p8d4Cxr1BINj94TgC8njG3vgCxr4Zxm7RERiCkY7R4YjpkX4tIuxr3WGmwqspkufBIvJRIvIpkufBIks%3DwqgCbnirjvI9LzftIYj97QgCbnxR3WiZkW7njkgCbnirjvIpkZ4CLr1CHdfQfnxGEwxRwvIpkr4Q2X1pLY1p2Y4ZfY1CDZ4OIuxr3kgCbnxR3OJpdnHFXZIBIWj93vIpkW7n3WHmwqgC8WfplZfZqm1C8nHr3_iF2zfCxnHr7wiF2z1CqYfOIWJ%3DwqgClWfpxnI94WHnwqgClYfQfnI94WHF3miF2zfC8ZfYIqxreNjF3miF2z4ZqY1BIqxrevJmwqgClX4ZfnHF3ZJ%3DwqgCxm4pla1p8a4Cq_fZbk4pLm7nEUEE7fgDX82C4nEw3%2F1cxkjcqaIreo3wwu4QI3s%3Dj1HZjT2qwWDcw13ODY3wwu1G79D9lkCl4THqv1FwvHFq_U3ZE3FFkWJ%3DdqJ%3D3DC%3DIBxqTwfq7CflcoJDdYjrvX3c3GjC423wfmJdv51lI1HDjCjn%2Fwfq8ZCZNOJnfX4EbW4%3DNTDE7U3C7WInj47R7kJrfz6QTS1Y%2FM6OIviFfz5ClM5ClM5ClM5ClM5ClnHrbzftadfpbW5pxk1CLm5p8Yfpxd4YWX4CHYfZH_fBWW5plY4ZqX5plWfC2X5%3D_wjr3NHOWT593vJ%3DEZxtXOHF4oInwTJczQJm_qjF4vjnDy&ctag=76418828427329536\",\"image_url\":\"https://tiles-cdn.prod.ads.prod.webservices.mozgcp.net/AOEOVQESqEHoCIwCSii33JXvCBjxzrtP-l01DEOzmM8=.4172.jpg\",\"impression_url\":\"https://imp.mt48.net/static?id=7RHzfOIXjFEYsBdvIpkr4Q2X1pLY1p2Y4ZfY1CDZ4OIWHG7kJnEYgFIvxnEnJrNWxnwmHF4%2Bj%3DwTIGfnxrEOfCkXfplkfBIZjF8YgF%2Bwjr3NHOIZjF8ZgCxk1CLm7nckxYdvIpkZfCLY4CDr4ZqnHF3m5FwqgCxk1CLm7n4NJGeNiFjU5FwqgC8Yfpxd4YINI%3DjYJrEW5FwqgCld4Q8Z4QqX7R3%2Bx%3DDuiF2zfOIZJ%3Dzk5F%2BdJF7wxQkY7n4YIFckiGIw5FwqgCq%2BfQ8nx%3DXNHmEuIF%2Bk5FwqgClWfpxnHF2uxmETIF4kiFzU5FwqgCxm4pla1p8a4Cq%2BfZbk4pLm\",\"image_size\":200},{\"id\":74038,\"name\":\"Hotels.com\",\"url\":\"https://fr.hotels.com/?locale=fr_FR&pos=HCOM_FR&siteid=300000010&rffrid=sem.hcom.FR.AMP.003.00.03.s.s.kwrd=device.creative.15480311.210327.adposition.targetid.loc_physical_ms.loc_interest_ms.keyword.76418828427329536.aw.ds&PSRC=_psrc&semcid=HCOM-FR.UB.ADMARKETPLACE.GT-C-FR.HOTEL&SEMDTL=a1210327.b115480311.g1targetid.l1.e1device.m1gclid.r1_expediakwid.c1_expediaadid.j1loc_physical_ms.k1loc_interest_ms.d1creative.h1matchtype.i1feeditemid.n1.o1.p1.q1.s1.t1.x1.f1.u1.v1.w1&mfadid=adm\",\"click_url\":\"https://bridge.sfo1.admarketplace.net/ctp?version=1.0.0&encp=HF3vIpkZ7RcdjpkX4Z8YfQLm1pHa4Cbr7ncqjnaz7nIZgGeYJm2uHF3wJnjvJnDufpHUxmIVfBIkxZdWxnzq5FcqIF_RiF_w5Cbm5R4nJZlnJr7Rirxzj%3DwTIG4W7n7vI%3D3wxweNxncuxZd1swqWCE3R4ldSIZe4in4PCFvofDdPFBIuxr2zj%3DwTIG4W7R7kx%3DwqgG4nGm3QIQxrHnIO4Qbm4mDW1%3DIQ4mldHnlk4m7N1%3DInfpNQGm2mfQ2k4QHa4QqXfZfd1pIQIFfr4ZxkHn8kHQIQ4QDr7ReOgClUftIWjGfYiCkXfplnx9EZfFqzfCbX7Redx%3DqzfC8a1Clnj94ZfCkZfCLY4CDr4ZLnj94WjF8zfZlafQDd4Zxr7nckxmwqgCfX1p8d4Cxr1BINj94TgC8njG3vgCxr4Zxm7RERiCkY7R4YjpkX4tIuxr3WGmwqspkufBIvJRIvIpkufBIks%3DwqgCbnirjvI9LzftIYj97QgCbnxR3WiZkW7njkgCbnirjvIpkZ4CHX4CHXfQfnxGEwxRwvIpkr4Q2X1pLY1p2Y4ZfY1CDZ4OIuxr3kgCbnxR3OJpdnHFXZIBIWj93vIpkW7n3WHmwqgC8WfplZfZqm1C8nHr3_iF2zfCxnHr7wiF2z4pHZfBIWJ%3DwqgClWfpxnI94WHnwqgClWfZqnI94WHF3miF2zfCbk4YIqxreNjF3miF2z4pD_fYIqxrevJmwqgClX4pqnHF3ZJ%3DwqgCxm4pla1p8a4Cq_fZbkfZbd7nEUEE7fgDX82C4nEw3%2F1cxri%3DNiDmEIDdbW3kwfCwIOxq%2F_slwrIDcpIpwDjl7oEreB7C7tIQLdCcc_fl3q7C7%3DfCwIFR3FCr8kJDwmCC3kxc36j%3DvWJ%3Dwq7C7%3DFR4RJEwOxk7mxQNmHQckInDZjnue7C7tidckIcENDmvH4%3Dw8IGHa2YDY3R7FiwIFi94fjDjYik8Zxlu47C7tBQ3CB%3DuiHEvNfFz71%3DlX4w7pBZI2iRIZIGj%3DD9IuB%3DNWiwjQ4G3ofEE43Q2wfq71JF_%2FEmwcEC7oDwvr2ZwniFI8JBDY3R4a4mEZBEfXIDLYxwNWsGcWxR3R1%3D45jlfaEkv_1Dv8In4Z2QNWBD%2FkjEEFfkcT7C7%3DBd7esG3diqXNIcen7C7%3DHD_FfpE8I%3Dv6iqvn2GcixZw2IpcO7C7%3DJnaWfQLwfqIrJccEikfWxqzFCD7o4pfdIR4ujld94GcX3k3lxqI57C7tfnIR2R%2FdDGjpfmNeik7wEkvO4d4EEC7_FExZHq_ECmvO4dwDBZxdBkfaEqEDxllmjkdpxmlXEq4Hf%3D8YBCDdFDd8Jr%2FwfqI4sEj_iQw34k7EEE4dsqNk4Rj%2FCcHkIqu5xr8miQNd4%3DwSxlINCd7NEwj2BG7uEnjNICxwfq743w79B973sODY2q4iDlIa1DEmsDwXjpE33C7H7C7tB93V4Qe8EE7rBR4H3lzqCkuq3nv%3DjZEosRvmfnfm2k2kBp4GEl_BId4GiODY3RqdxCc2EENNjQ7GBn73C94kipeQJkX7BDfrfFukfFqXEl394R3RBcc17C7%3DEwwmCrwpER7kEm7Esww%2FHndIIEqXFCcljdIVEZelfrlwfqIeHk4cEFIpxrv1iCclBpc72mz4jRNtfG7mIluDxnj5inEVfQj5JmTWBw%2Fwfq7uDccaHwHmB%3DuwHkw9CFceHdEDJD74iqaXHR3R7C4l7C4l7R7kJrfz6QTS1Y%2FM6OIviFfz5ClM5ClM5ClM5ClM5ClnHrbzftamfpbW5pxkfpfa5p8XfpfY4YWX4C2afpfXfBWW5plY4ZqX5plWfC2X5%3D_wjr3NHOWT593vJ%3DEZxtXOHF4oInwTJczQJm_qjF4vjnDy&ctag=76418828427329536\",\"image_url\":\"https://tiles-cdn.prod.ads.prod.webservices.mozgcp.net/PU5wogQ1m83eJB_LfqAP_PPcUdIXugqxpwzpdHZnNlk=.8480.jpg\",\"impression_url\":\"https://imp.mt48.net/static?id=7RHzfOIXjFEYsBdvIpkr4Q2X1pLY1p2Y4ZfY1CDZ4OIWHG7kJnEYgFIvxnEnJrNWxnwmHF4%2Bj%3DwTIGfnxrEOfCkXfplkfBIZjF8YgF%2Bwjr3NHOIZjF8ZgCxkfpfa7nckxYdvIpkZfCLY4CDr4ZqnHF3m5FwqgCxkfpfa7n4NJGeNiFjU5FwqgC8XfpfY4YINI%3DjYJrEW5FwqgCld4pLWfZlX7R3%2Bx%3DDuiF2zfOIZJ%3Dzk5F%2BdJF7wxQkZ7n4YIFckiGIw5FwqgC2mfZlnx%3DXNHmEuIF%2Bk5FwqgClWfpxnHF2uxmETIF4kiFzU5FwqgCxm4pla1p8a4Cq%2BfZbkfZbd\",\"image_size\":200}]");
+user_pref("browser.topsites.contile.lastFetch", 1722290741);
user_pref("browser.translations.panelShown", true);
-user_pref("browser.uiCustomization.state", "{\"placements\":{\"widget-overflow-fixed-list\":[],\"unified-extensions-area\":[\"browser-mon_xdman_sourceforge_net-browser-action\",\"_dda50e18-7461-4146-b781-2594b84c65d3_-browser-action\",\"_be4c6348-e64f-4ff9-9e48-47468de8aa64_-browser-action\",\"_f209234a-76f0-4735-9920-eb62507a54cd_-browser-action\",\"_471e7731-bf47-4ec7-afbc-053e98433943_-browser-action\",\"chrome-gnome-shell_gnome_org-browser-action\",\"keepassxc-browser_keepassxc_org-browser-action\",\"_b9db16a4-6edc-47ec-a1f4-b86292ed211d_-browser-action\",\"ublock0_raymondhill_net-browser-action\",\"michal_simonfy_gmail_com-browser-action\",\"iridium_particlecore_github_io-browser-action\",\"https-everywhere_eff_org-browser-action\",\"jid1-bofifl9vbdl2zq_jetpack-browser-action\",\"jid1-mnnxcxisbpnsxq_jetpack-browser-action\",\"jid1-f9uj2thwoam5gq_jetpack-browser-action\",\"_d133e097-46d9-4ecc-9903-fa6a722a6e0e_-browser-action\",\"sponsorblocker_ajay_app-browser-action\",\"_9350bc42-47fb-4598-ae0f-825e3dd9ceba_-browser-action\",\"yayanotherspeeddial_bakadev_fr-browser-action\",\"firefox-translations-addon_mozilla_org-browser-action\"],\"nav-bar\":[\"back-button\",\"forward-button\",\"stop-reload-button\",\"urlbar-container\",\"add-ons-button\",\"library-button\",\"downloads-button\",\"_a655a6b2-69a5-40de-a3b8-3f7f200c95a7_-browser-action\",\"aleks-v97_ro_ru-browser-action\",\"_b7f9d2cd-d772-4302-8c3f-eb941af36f76_-browser-action\",\"_5173bfae-59df-4a20-a9dd-0ab3e8c82e36_-browser-action\",\"wayback_machine_mozilla_org-browser-action\",\"7esoorv3_alefvanoon_anonaddy_me-browser-action\",\"unified-extensions-button\"],\"toolbar-menubar\":[\"menubar-items\"],\"TabsToolbar\":[\"tabbrowser-tabs\",\"new-tab-button\",\"alltabs-button\"],\"PersonalToolbar\":[\"personal-bookmarks\",\"managed-bookmarks\"]},\"seen\":[\"developer-button\",\"ublock0_raymondhill_net-browser-action\",\"keepassxc-browser_keepassxc_org-browser-action\",\"jid1-mnnxcxisbpnsxq_jetpack-browser-action\",\"_9350bc42-47fb-4598-ae0f-825e3dd9ceba_-browser-action\",\"jid1-bofifl9vbdl2zq_jetpack-browser-action\",\"chrome-gnome-shell_gnome_org-browser-action\",\"https-everywhere_eff_org-browser-action\",\"webide-button\",\"iridium_particlecore_github_io-browser-action\",\"_2e5ff8c8-32fe-46d0-9fc8-6b8986621f3c_-browser-action\",\"michal_simonfy_gmail_com-browser-action\",\"wayback_machine_mozilla_org-browser-action\",\"_a655a6b2-69a5-40de-a3b8-3f7f200c95a7_-browser-action\",\"_b9db16a4-6edc-47ec-a1f4-b86292ed211d_-browser-action\",\"feed-button\",\"jid1-f9uj2thwoam5gq_jetpack-browser-action\",\"yayanotherspeeddial_bakadev_fr-browser-action\",\"_be4c6348-e64f-4ff9-9e48-47468de8aa64_-browser-action\",\"_f209234a-76f0-4735-9920-eb62507a54cd_-browser-action\",\"browser-mon_xdman_sourceforge_net-browser-action\",\"_471e7731-bf47-4ec7-afbc-053e98433943_-browser-action\",\"aleks-v97_ro_ru-browser-action\",\"_dda50e18-7461-4146-b781-2594b84c65d3_-browser-action\",\"_af37054b-3ace-46a2-ac59-709e4412bec6_-browser-action\",\"_b7f9d2cd-d772-4302-8c3f-eb941af36f76_-browser-action\",\"_5173bfae-59df-4a20-a9dd-0ab3e8c82e36_-browser-action\",\"sponsorblocker_ajay_app-browser-action\",\"7esoorv3_alefvanoon_anonaddy_me-browser-action\",\"_d133e097-46d9-4ecc-9903-fa6a722a6e0e_-browser-action\",\"firefox-translations-addon_mozilla_org-browser-action\"],\"dirtyAreaCache\":[\"PersonalToolbar\",\"nav-bar\",\"toolbar-menubar\",\"TabsToolbar\",\"widget-overflow-fixed-list\",\"unified-extensions-area\"],\"currentVersion\":19,\"newElementCount\":28}");
+user_pref("browser.uiCustomization.state", "{\"placements\":{\"widget-overflow-fixed-list\":[],\"unified-extensions-area\":[\"browser-mon_xdman_sourceforge_net-browser-action\",\"_dda50e18-7461-4146-b781-2594b84c65d3_-browser-action\",\"_be4c6348-e64f-4ff9-9e48-47468de8aa64_-browser-action\",\"_f209234a-76f0-4735-9920-eb62507a54cd_-browser-action\",\"_471e7731-bf47-4ec7-afbc-053e98433943_-browser-action\",\"chrome-gnome-shell_gnome_org-browser-action\",\"keepassxc-browser_keepassxc_org-browser-action\",\"_b9db16a4-6edc-47ec-a1f4-b86292ed211d_-browser-action\",\"ublock0_raymondhill_net-browser-action\",\"michal_simonfy_gmail_com-browser-action\",\"iridium_particlecore_github_io-browser-action\",\"https-everywhere_eff_org-browser-action\",\"jid1-bofifl9vbdl2zq_jetpack-browser-action\",\"jid1-mnnxcxisbpnsxq_jetpack-browser-action\",\"jid1-f9uj2thwoam5gq_jetpack-browser-action\",\"_d133e097-46d9-4ecc-9903-fa6a722a6e0e_-browser-action\",\"sponsorblocker_ajay_app-browser-action\",\"_9350bc42-47fb-4598-ae0f-825e3dd9ceba_-browser-action\",\"yayanotherspeeddial_bakadev_fr-browser-action\",\"firefox-translations-addon_mozilla_org-browser-action\"],\"nav-bar\":[\"back-button\",\"forward-button\",\"stop-reload-button\",\"urlbar-container\",\"add-ons-button\",\"library-button\",\"downloads-button\",\"_a655a6b2-69a5-40de-a3b8-3f7f200c95a7_-browser-action\",\"aleks-v97_ro_ru-browser-action\",\"_b7f9d2cd-d772-4302-8c3f-eb941af36f76_-browser-action\",\"_5173bfae-59df-4a20-a9dd-0ab3e8c82e36_-browser-action\",\"wayback_machine_mozilla_org-browser-action\",\"7esoorv3_alefvanoon_anonaddy_me-browser-action\",\"unified-extensions-button\",\"reset-pbm-toolbar-button\"],\"toolbar-menubar\":[\"menubar-items\"],\"TabsToolbar\":[\"tabbrowser-tabs\",\"new-tab-button\",\"alltabs-button\"],\"PersonalToolbar\":[\"personal-bookmarks\",\"managed-bookmarks\"]},\"seen\":[\"developer-button\",\"ublock0_raymondhill_net-browser-action\",\"keepassxc-browser_keepassxc_org-browser-action\",\"jid1-mnnxcxisbpnsxq_jetpack-browser-action\",\"_9350bc42-47fb-4598-ae0f-825e3dd9ceba_-browser-action\",\"jid1-bofifl9vbdl2zq_jetpack-browser-action\",\"chrome-gnome-shell_gnome_org-browser-action\",\"https-everywhere_eff_org-browser-action\",\"webide-button\",\"iridium_particlecore_github_io-browser-action\",\"_2e5ff8c8-32fe-46d0-9fc8-6b8986621f3c_-browser-action\",\"michal_simonfy_gmail_com-browser-action\",\"wayback_machine_mozilla_org-browser-action\",\"_a655a6b2-69a5-40de-a3b8-3f7f200c95a7_-browser-action\",\"_b9db16a4-6edc-47ec-a1f4-b86292ed211d_-browser-action\",\"feed-button\",\"jid1-f9uj2thwoam5gq_jetpack-browser-action\",\"yayanotherspeeddial_bakadev_fr-browser-action\",\"_be4c6348-e64f-4ff9-9e48-47468de8aa64_-browser-action\",\"_f209234a-76f0-4735-9920-eb62507a54cd_-browser-action\",\"browser-mon_xdman_sourceforge_net-browser-action\",\"_471e7731-bf47-4ec7-afbc-053e98433943_-browser-action\",\"aleks-v97_ro_ru-browser-action\",\"_dda50e18-7461-4146-b781-2594b84c65d3_-browser-action\",\"_af37054b-3ace-46a2-ac59-709e4412bec6_-browser-action\",\"_b7f9d2cd-d772-4302-8c3f-eb941af36f76_-browser-action\",\"_5173bfae-59df-4a20-a9dd-0ab3e8c82e36_-browser-action\",\"sponsorblocker_ajay_app-browser-action\",\"7esoorv3_alefvanoon_anonaddy_me-browser-action\",\"_d133e097-46d9-4ecc-9903-fa6a722a6e0e_-browser-action\",\"firefox-translations-addon_mozilla_org-browser-action\"],\"dirtyAreaCache\":[\"PersonalToolbar\",\"nav-bar\",\"toolbar-menubar\",\"TabsToolbar\",\"widget-overflow-fixed-list\",\"unified-extensions-area\"],\"currentVersion\":20,\"newElementCount\":28}");
user_pref("browser.uidensity", 2);
user_pref("browser.urlbar.quicksuggest.migrationVersion", 2);
user_pref("browser.urlbar.quicksuggest.scenario", "history");
@@ -127,7 +129,7 @@ user_pref("devtools.toolsidebar-width.inspector.splitsidebar", 10);
user_pref("devtools.webextensions.https-everywhere@eff.org.enabled", true);
user_pref("distribution.Manjaro.bookmarksProcessed", true);
user_pref("distribution.archlinux.bookmarksProcessed", true);
-user_pref("distribution.iniFile.exists.appversion", "119.0");
+user_pref("distribution.iniFile.exists.appversion", "128.0");
user_pref("distribution.iniFile.exists.value", true);
user_pref("distribution.manjaro.bookmarksProcessed", true);
user_pref("doh-rollout.balrog-migration-done", true);
@@ -137,21 +139,23 @@ user_pref("doh-rollout.home-region", "GB");
user_pref("doh-rollout.self-enabled", true);
user_pref("doh-rollout.uri", "https://mozilla.cloudflare-dns.com/dns-query");
user_pref("dom.forms.autocomplete.formautofill", true);
-user_pref("dom.push.userAgentID", "344320a779bf421583036da1969b31a8");
+user_pref("dom.private-attribution.submission.enabled", false);
+user_pref("dom.push.userAgentID", "9edbb4f7b4564fefb781177e009c9ee4");
user_pref("dom.security.https_only_mode", true);
user_pref("dom.security.https_only_mode_ever_enabled", true);
user_pref("extensions.activeThemeID", "default-theme@mozilla.org");
user_pref("extensions.blocklist.lastModified", "Sat, 09 Nov 2019 17:49:50 GMT");
user_pref("extensions.blocklist.pingCountTotal", 34);
user_pref("extensions.blocklist.pingCountVersion", -1);
-user_pref("extensions.databaseSchema", 35);
-user_pref("extensions.getAddons.cache.lastUpdate", 1699324429);
+user_pref("extensions.databaseSchema", 36);
+user_pref("extensions.formautofill.creditCards.reauth.optout", "MDIEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECEJsFgAl7C8ABAhVVZ5G9zIGxw==");
+user_pref("extensions.getAddons.cache.lastUpdate", 1722289128);
user_pref("extensions.getAddons.databaseSchema", 6);
user_pref("extensions.htmlaboutaddons.recommendations.enabled", false);
user_pref("extensions.incognito.migrated", true);
-user_pref("extensions.lastAppBuildId", "20231023160744");
-user_pref("extensions.lastAppVersion", "119.0");
-user_pref("extensions.lastPlatformVersion", "119.0");
+user_pref("extensions.lastAppBuildId", "20240719093654");
+user_pref("extensions.lastAppVersion", "128.0");
+user_pref("extensions.lastPlatformVersion", "128.0");
user_pref("extensions.pendingOperations", false);
user_pref("extensions.pictureinpicture.enable_picture_in_picture_overrides", true);
user_pref("extensions.pocket.enabled", false);
@@ -197,19 +201,21 @@ user_pref("gfx.blacklist.vaapi", 4);
user_pref("gfx.blacklist.vaapi.failureid", "FEATURE_FAILURE_VAAPI_TEST_FAILED");
user_pref("identity.fxaccounts.enabled", false);
user_pref("identity.fxaccounts.toolbar.accessed", true);
-user_pref("idle.lastDailyNotification", 1699324489);
+user_pref("idle.lastDailyNotification", 1722289190);
user_pref("lightweightThemes.usedThemes", "[]");
user_pref("media.benchmark.vp9.fps", 102);
user_pref("media.benchmark.vp9.versioncheck", 5);
user_pref("media.gmp-gmpopenh264.abi", "x86_64-gcc3");
user_pref("media.gmp-gmpopenh264.hashValue", "53a58bfb4c8124ad4f7655b99bfdea290033a085e0796b19245b33b91c0948fdac9f0c3e817130b352493a65d9a7a0fc8a7c1eedc618cdaa2b4580734a11cd9c");
-user_pref("media.gmp-gmpopenh264.lastDownload", 1699324430);
-user_pref("media.gmp-gmpopenh264.lastInstallStart", 1699324430);
-user_pref("media.gmp-gmpopenh264.lastUpdate", 1699324430);
+user_pref("media.gmp-gmpopenh264.lastDownload", 1722289130);
+user_pref("media.gmp-gmpopenh264.lastDownloadFailReason", "Error: Failed downloading via ServiceRequest, status: 0, channelStatus: null, errorCode: 5, reason: error");
+user_pref("media.gmp-gmpopenh264.lastDownloadFailed", 1717283728);
+user_pref("media.gmp-gmpopenh264.lastInstallStart", 1722289129);
+user_pref("media.gmp-gmpopenh264.lastUpdate", 1722289130);
user_pref("media.gmp-gmpopenh264.version", "2.3.2");
-user_pref("media.gmp-manager.buildID", "20231023160744");
-user_pref("media.gmp-manager.lastCheck", 1699324450);
-user_pref("media.gmp-manager.lastEmptyCheck", 1699324450);
+user_pref("media.gmp-manager.buildID", "20240719093654");
+user_pref("media.gmp-manager.lastCheck", 1722289152);
+user_pref("media.gmp-manager.lastEmptyCheck", 1722289152);
user_pref("media.gmp.storage.version.observed", 1);
user_pref("network.dns.disablePrefetch", true);
user_pref("network.http.referer.disallowCrossSiteRelaxingDefault.top_navigation", true);
@@ -222,18 +228,19 @@ user_pref("pdfjs.enabledCache.state", false);
user_pref("pdfjs.migrationVersion", 2);
user_pref("pdfjs.previousHandler.alwaysAskBeforeHandling", true);
user_pref("pdfjs.previousHandler.preferredAction", 4);
-user_pref("places.database.lastMaintenance", 1699324489);
+user_pref("places.database.lastMaintenance", 1722289190);
user_pref("places.history.expiration.transient_current_max_pages", 112348);
user_pref("plugin.disable_full_page_plugin_for_types", "application/pdf");
user_pref("privacy.annotate_channels.strict_list.enabled", true);
+user_pref("privacy.bounceTrackingProtection.hasMigratedUserActivationData", true);
user_pref("privacy.cpd.offlineApps", true);
user_pref("privacy.cpd.siteSettings", true);
user_pref("privacy.fingerprintingProtection", true);
-user_pref("privacy.partition.network_state.ocsp_cache", true);
user_pref("privacy.purge_trackers.date_in_cookie_database", "0");
-user_pref("privacy.purge_trackers.last_purge", "1699324489902");
+user_pref("privacy.purge_trackers.last_purge", "1722289190300");
user_pref("privacy.query_stripping.enabled", true);
user_pref("privacy.query_stripping.enabled.pbmode", true);
+user_pref("privacy.sanitize.clearOnShutdown.hasMigratedToNewPrefs2", true);
user_pref("privacy.sanitize.pending", "[]");
user_pref("privacy.sanitize.timeSpan", 0);
user_pref("privacy.trackingprotection.emailtracking.enabled", true);
@@ -249,55 +256,60 @@ user_pref("services.blocklist.gfx.checked", 1657210965);
user_pref("services.blocklist.onecrl.checked", 1565793602);
user_pref("services.blocklist.pinning.checked", 1626193581);
user_pref("services.blocklist.plugins.checked", 1618001769);
-user_pref("services.settings.blocklists.addons-bloomfilters.last_check", 1699320829);
-user_pref("services.settings.blocklists.gfx.last_check", 1699320829);
-user_pref("services.settings.clock_skew_seconds", 3599);
-user_pref("services.settings.last_etag", "\"1699315263840\"");
-user_pref("services.settings.last_update_seconds", 1699320829);
-user_pref("services.settings.main.addons-manager-settings.last_check", 1699320829);
-user_pref("services.settings.main.anti-tracking-url-decoration.last_check", 1699320829);
+user_pref("services.settings.blocklists.addons-bloomfilters.last_check", 1722289152);
+user_pref("services.settings.blocklists.gfx.last_check", 1722289152);
+user_pref("services.settings.clock_skew_seconds", 0);
+user_pref("services.settings.last_etag", "\"1722289070683\"");
+user_pref("services.settings.last_update_seconds", 1722289399);
+user_pref("services.settings.main.addons-manager-settings.last_check", 1722289152);
+user_pref("services.settings.main.anti-tracking-url-decoration.last_check", 1722289152);
user_pref("services.settings.main.cfr-fxa.last_check", 1632749682);
-user_pref("services.settings.main.cfr.last_check", 1699320829);
-user_pref("services.settings.main.cookie-banner-rules-list.last_check", 1699320829);
-user_pref("services.settings.main.devtools-compatibility-browsers.last_check", 1699320829);
-user_pref("services.settings.main.devtools-devices.last_check", 1699320829);
-user_pref("services.settings.main.doh-config.last_check", 1699320829);
-user_pref("services.settings.main.doh-providers.last_check", 1699320829);
-user_pref("services.settings.main.fxmonitor-breaches.last_check", 1699320829);
-user_pref("services.settings.main.hijack-blocklists.last_check", 1699320829);
-user_pref("services.settings.main.language-dictionaries.last_check", 1699320829);
-user_pref("services.settings.main.message-groups.last_check", 1699320829);
+user_pref("services.settings.main.cfr.last_check", 1722289152);
+user_pref("services.settings.main.cookie-banner-rules-list.last_check", 1722289152);
+user_pref("services.settings.main.devtools-compatibility-browsers.last_check", 1722289152);
+user_pref("services.settings.main.devtools-devices.last_check", 1722289152);
+user_pref("services.settings.main.doh-config.last_check", 1722289152);
+user_pref("services.settings.main.doh-providers.last_check", 1722289152);
+user_pref("services.settings.main.fingerprinting-protection-overrides.last_check", 1722289152);
+user_pref("services.settings.main.fxmonitor-breaches.last_check", 1722289152);
+user_pref("services.settings.main.hijack-blocklists.last_check", 1722289152);
+user_pref("services.settings.main.language-dictionaries.last_check", 1722289152);
+user_pref("services.settings.main.message-groups.last_check", 1722289152);
user_pref("services.settings.main.messaging-experiments.last_check", 1604995344);
-user_pref("services.settings.main.ms-images.last_check", 1699320829);
-user_pref("services.settings.main.nimbus-desktop-experiments.last_check", 1699320829);
-user_pref("services.settings.main.normandy-recipes-capabilities.last_check", 1699320829);
+user_pref("services.settings.main.ms-images.last_check", 1722289152);
+user_pref("services.settings.main.nimbus-desktop-experiments.last_check", 1722289399);
+user_pref("services.settings.main.normandy-recipes-capabilities.last_check", 1722289152);
user_pref("services.settings.main.normandy-recipes.last_check", 1573409021);
user_pref("services.settings.main.onboarding.last_check", 1565793602);
-user_pref("services.settings.main.partitioning-exempt-urls.last_check", 1699320829);
-user_pref("services.settings.main.password-recipes.last_check", 1699320829);
-user_pref("services.settings.main.password-rules.last_check", 1699320829);
-user_pref("services.settings.main.personality-provider-models.last_check", 1699320829);
-user_pref("services.settings.main.personality-provider-recipe.last_check", 1699320829);
-user_pref("services.settings.main.pioneer-study-addons-v1.last_check", 1699320829);
-user_pref("services.settings.main.pioneer-study-addons.last_check", 1699320829);
-user_pref("services.settings.main.public-suffix-list.last_check", 1699320829);
-user_pref("services.settings.main.query-stripping.last_check", 1699320829);
-user_pref("services.settings.main.search-config.last_check", 1699320829);
-user_pref("services.settings.main.search-default-override-allowlist.last_check", 1699320829);
-user_pref("services.settings.main.search-telemetry-v2.last_check", 1699320829);
-user_pref("services.settings.main.search-telemetry.last_check", 1699320829);
-user_pref("services.settings.main.sites-classification.last_check", 1699320829);
-user_pref("services.settings.main.tippytop.last_check", 1699320829);
-user_pref("services.settings.main.top-sites.last_check", 1699320829);
-user_pref("services.settings.main.translations-identification-models.last_check", 1699320829);
-user_pref("services.settings.main.translations-models.last_check", 1699320829);
-user_pref("services.settings.main.translations-wasm.last_check", 1699320829);
-user_pref("services.settings.main.url-classifier-skip-urls.last_check", 1699320829);
-user_pref("services.settings.main.websites-with-shared-credential-backends.last_check", 1699320829);
-user_pref("services.settings.main.whats-new-panel.last_check", 1699320829);
-user_pref("services.settings.security-state.cert-revocations.last_check", 1696465583);
-user_pref("services.settings.security-state.intermediates.last_check", 1696465583);
-user_pref("services.settings.security-state.onecrl.last_check", 1696465583);
+user_pref("services.settings.main.partitioning-exempt-urls.last_check", 1722289152);
+user_pref("services.settings.main.password-recipes.last_check", 1722289152);
+user_pref("services.settings.main.password-rules.last_check", 1722289152);
+user_pref("services.settings.main.personality-provider-models.last_check", 1722289152);
+user_pref("services.settings.main.personality-provider-recipe.last_check", 1722289152);
+user_pref("services.settings.main.pioneer-study-addons-v1.last_check", 1722289152);
+user_pref("services.settings.main.pioneer-study-addons.last_check", 1722289152);
+user_pref("services.settings.main.public-suffix-list.last_check", 1722289152);
+user_pref("services.settings.main.query-stripping.last_check", 1722289152);
+user_pref("services.settings.main.search-config-icons.last_check", 1722289152);
+user_pref("services.settings.main.search-config-overrides-v2.last_check", 1722289152);
+user_pref("services.settings.main.search-config-overrides.last_check", 1722289152);
+user_pref("services.settings.main.search-config-v2.last_check", 1722289152);
+user_pref("services.settings.main.search-config.last_check", 1722289152);
+user_pref("services.settings.main.search-default-override-allowlist.last_check", 1722289152);
+user_pref("services.settings.main.search-telemetry-v2.last_check", 1722289152);
+user_pref("services.settings.main.search-telemetry.last_check", 1722289152);
+user_pref("services.settings.main.sites-classification.last_check", 1722289152);
+user_pref("services.settings.main.tippytop.last_check", 1722289152);
+user_pref("services.settings.main.top-sites.last_check", 1722289152);
+user_pref("services.settings.main.translations-identification-models.last_check", 1722289152);
+user_pref("services.settings.main.translations-models.last_check", 1722289152);
+user_pref("services.settings.main.translations-wasm.last_check", 1722289152);
+user_pref("services.settings.main.url-classifier-skip-urls.last_check", 1722289152);
+user_pref("services.settings.main.websites-with-shared-credential-backends.last_check", 1722289152);
+user_pref("services.settings.main.whats-new-panel.last_check", 1722289152);
+user_pref("services.settings.security-state.cert-revocations.last_check", 1722289152);
+user_pref("services.settings.security-state.intermediates.last_check", 1722289152);
+user_pref("services.settings.security-state.onecrl.last_check", 1722289152);
user_pref("services.settings.security.onecrl.checked", 1657210965);
user_pref("services.sync.clients.lastSync", "0");
user_pref("services.sync.declinedEngines", "");
@@ -305,10 +317,12 @@ user_pref("services.sync.globalScore", 0);
user_pref("services.sync.nextSync", 0);
user_pref("services.sync.tabs.lastSync", "0");
user_pref("signon.importedFromSqlite", true);
+user_pref("signon.management.page.os-auth.optout", "MDIEEPgAAAAAAAAAAAAAAAAAAAEwFAYIKoZIhvcNAwcECEXQXms5e8ZjBAgV2JmXEfR7xg==");
user_pref("signon.usage.hasEntry", false);
+user_pref("storage.vacuum.last.content-prefs.sqlite", 1717283882);
user_pref("storage.vacuum.last.index", 0);
-user_pref("storage.vacuum.last.places.sqlite", 1699324489);
-user_pref("toolkit.startup.last_success", 1699324396);
+user_pref("storage.vacuum.last.places.sqlite", 1722289190);
+user_pref("toolkit.startup.last_success", 1722289096);
user_pref("toolkit.telemetry.archive.enabled", false);
user_pref("toolkit.telemetry.bhrPing.enabled", false);
user_pref("toolkit.telemetry.cachedClientID", "c0ffeec0-ffee-c0ff-eec0-ffeec0ffeec0");
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/search.json.mozlz4 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/search.json.mozlz4
index dbfa277f..78207f5a 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/search.json.mozlz4 and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/search.json.mozlz4 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage-sync-v2.sqlite-shm b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage-sync-v2.sqlite-shm
index 32bbdba1..4b036bd2 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage-sync-v2.sqlite-shm and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage-sync-v2.sqlite-shm differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage-sync-v2.sqlite-wal b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage-sync-v2.sqlite-wal
index cbfb7d7d..ab1a4252 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage-sync-v2.sqlite-wal and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage-sync-v2.sqlite-wal differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage.sqlite b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage.sqlite
index 3a7e5987..a4e613ef 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage.sqlite and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage.sqlite differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++2f4890c9-7ffb-4c51-a3fe-9d7425f7ed15^userContextId=4294967295/.metadata-v2 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++2f4890c9-7ffb-4c51-a3fe-9d7425f7ed15^userContextId=4294967295/.metadata-v2
index aaab822b..0248b1ea 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++2f4890c9-7ffb-4c51-a3fe-9d7425f7ed15^userContextId=4294967295/.metadata-v2 and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++2f4890c9-7ffb-4c51-a3fe-9d7425f7ed15^userContextId=4294967295/.metadata-v2 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++5fa9f4d9-b1b6-436a-976d-16c0d1f6a207^userContextId=4294967295/.metadata-v2 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++5fa9f4d9-b1b6-436a-976d-16c0d1f6a207^userContextId=4294967295/.metadata-v2
index 603f87f9..964e964b 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++5fa9f4d9-b1b6-436a-976d-16c0d1f6a207^userContextId=4294967295/.metadata-v2 and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++5fa9f4d9-b1b6-436a-976d-16c0d1f6a207^userContextId=4294967295/.metadata-v2 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++5fa9f4d9-b1b6-436a-976d-16c0d1f6a207^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++5fa9f4d9-b1b6-436a-976d-16c0d1f6a207^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite
index d2ec5dc0..400caa1c 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++5fa9f4d9-b1b6-436a-976d-16c0d1f6a207^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++5fa9f4d9-b1b6-436a-976d-16c0d1f6a207^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++6324d648-7848-44fe-a00c-5f64b5971fe8^userContextId=4294967295/.metadata-v2 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++6324d648-7848-44fe-a00c-5f64b5971fe8^userContextId=4294967295/.metadata-v2
index 9b3e9102..1127601d 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++6324d648-7848-44fe-a00c-5f64b5971fe8^userContextId=4294967295/.metadata-v2 and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++6324d648-7848-44fe-a00c-5f64b5971fe8^userContextId=4294967295/.metadata-v2 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++6324d648-7848-44fe-a00c-5f64b5971fe8^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++6324d648-7848-44fe-a00c-5f64b5971fe8^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite
index 21f13a98..4074c9d8 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++6324d648-7848-44fe-a00c-5f64b5971fe8^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++6324d648-7848-44fe-a00c-5f64b5971fe8^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/.metadata-v2 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/.metadata-v2
index 82333443..47ecb0a3 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/.metadata-v2 and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/.metadata-v2 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1560 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1560
deleted file mode 100644
index 97a3d899..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1560 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1561 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1561
deleted file mode 100644
index 733a5530..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1561 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1562 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1562
deleted file mode 100644
index be326b46..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1562 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1563 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1563
deleted file mode 100644
index d74660a6..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1563 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1564 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1564
deleted file mode 100644
index df04fab4..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1564 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1565 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1565
deleted file mode 100644
index 426b0e12..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1565 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1566 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1566
deleted file mode 100644
index dc7d67be..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1566 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1567 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1567
deleted file mode 100644
index 45ece658..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1567 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1568 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1568
deleted file mode 100644
index 78a15b8f..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1568 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1569 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1569
deleted file mode 100644
index 59866077..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1569 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1570 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1570
deleted file mode 100644
index 2b34ad8f..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1570 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1571 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1571
deleted file mode 100644
index 52e6d890..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1571 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1572 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1572
deleted file mode 100644
index 9c1498a3..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1572 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1573 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1573
deleted file mode 100644
index 3d5bf318..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1573 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1574 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1574
deleted file mode 100644
index 4200eab2..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1574 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1575 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1575
deleted file mode 100644
index 1fe62c64..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1575 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1576 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1576
deleted file mode 100644
index 9cc98bc9..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1576 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1577 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1577
deleted file mode 100644
index 35f721c2..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1577 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1578 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1578
deleted file mode 100644
index ac4215ed..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1578 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1579 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1579
deleted file mode 100644
index a9c973b9..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1579 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1580 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1580
deleted file mode 100644
index 32af2fd7..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1580 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1581 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1581
deleted file mode 100644
index 1c765d59..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1581 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1582 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1582
deleted file mode 100644
index 7ba71faa..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1582 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1583 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1583
deleted file mode 100644
index 872b3476..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1583 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1584 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1584
deleted file mode 100644
index c70e0209..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1584 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1585 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1585
deleted file mode 100644
index c48b39d1..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1585 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1586 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1586
deleted file mode 100644
index 5955d463..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1586 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1587 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1587
deleted file mode 100644
index d6cec5f3..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1587 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1588 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1588
deleted file mode 100644
index 161b9663..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1588 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1589 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1589
deleted file mode 100644
index c36559cf..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1589 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1590 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1590
deleted file mode 100644
index c06fc58b..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1590 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1591 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1591
deleted file mode 100644
index f9c30002..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1591 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1592 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1592
deleted file mode 100644
index 25a6d590..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1592 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1593 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1593
deleted file mode 100644
index 7cb445f8..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1593 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1594 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1594
deleted file mode 100644
index d5c6811d..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1594 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1596 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1596
new file mode 100644
index 00000000..85dfd4b4
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1596 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1597 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1597
new file mode 100644
index 00000000..1d948e44
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1597 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1599 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1599
new file mode 100644
index 00000000..4ea2ec51
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1599 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1601 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1601
new file mode 100644
index 00000000..810896c2
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1601 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1603 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1603
new file mode 100644
index 00000000..8ffd4559
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1603 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1604 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1604
new file mode 100644
index 00000000..f3287990
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1604 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1606 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1606
new file mode 100644
index 00000000..461b0f48
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1606 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1608 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1608
new file mode 100644
index 00000000..f4dfcb6a
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1608 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1610 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1610
new file mode 100644
index 00000000..bcc72cae
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1610 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1612 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1612
new file mode 100644
index 00000000..2a5ff91f
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1612 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1614 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1614
new file mode 100644
index 00000000..e4f2a961
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1614 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1616 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1616
new file mode 100644
index 00000000..3f0a50e0
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1616 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1618 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1618
new file mode 100644
index 00000000..9b028f19
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1618 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1620 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1620
new file mode 100644
index 00000000..7cf169ef
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1620 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1666 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1666
new file mode 100644
index 00000000..538ad12f
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1666 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1667 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1667
new file mode 100644
index 00000000..6b979693
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1667 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1668 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1668
new file mode 100644
index 00000000..a4497f5c
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1668 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1669 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1669
new file mode 100644
index 00000000..ff6f958b
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1669 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1670 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1670
new file mode 100644
index 00000000..a243d5b5
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1670 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1671 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1671
new file mode 100644
index 00000000..f0766147
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1671 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1672 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1672
new file mode 100644
index 00000000..0fc08e03
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.files/1672 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.sqlite b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.sqlite
index ff0e3ba4..534c9bfe 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.sqlite and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41/idb/1671402671ueBglaorcokt0SCeahc.sqlite differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/.metadata-v2 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/.metadata-v2
index 68285ef3..4af0c7bf 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/.metadata-v2 and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/.metadata-v2 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/50 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/50
new file mode 100644
index 00000000..6e34a3ca
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/50 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/51 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/51
new file mode 100644
index 00000000..3b236352
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/51 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/52 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/52
new file mode 100644
index 00000000..7a0a2714
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/52 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/53 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/53
new file mode 100644
index 00000000..2dd12d65
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/53 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/54 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/54
new file mode 100644
index 00000000..b17a07cf
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/54 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/55 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/55
new file mode 100644
index 00000000..a1d13912
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/55 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/56 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/56
new file mode 100644
index 00000000..df950556
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/56 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/57 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/57
new file mode 100644
index 00000000..686adbbc
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/57 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/58 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/58
new file mode 100644
index 00000000..19f0cd92
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/58 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/39 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/59
similarity index 52%
rename from tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/39
rename to tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/59
index ff0f72f4..6e26c3e3 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/39 and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/59 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite
index a074c3e2..e0b6c3d5 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++90be17cd-7169-4943-9a04-3cd8bf7fec41^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++ac01c99c-ee6d-49f3-bbce-5ef76b0c7c04^userContextId=4294967295/.metadata-v2 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++ac01c99c-ee6d-49f3-bbce-5ef76b0c7c04^userContextId=4294967295/.metadata-v2
index f0380255..fd97da3a 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++ac01c99c-ee6d-49f3-bbce-5ef76b0c7c04^userContextId=4294967295/.metadata-v2 and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++ac01c99c-ee6d-49f3-bbce-5ef76b0c7c04^userContextId=4294967295/.metadata-v2 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++ac01c99c-ee6d-49f3-bbce-5ef76b0c7c04^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++ac01c99c-ee6d-49f3-bbce-5ef76b0c7c04^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite
index bc2d7f81..aeefa0d7 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++ac01c99c-ee6d-49f3-bbce-5ef76b0c7c04^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++ac01c99c-ee6d-49f3-bbce-5ef76b0c7c04^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++d439fe79-e9bd-449b-b9ec-cc2b271f80c0^userContextId=4294967295/.metadata-v2 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++d439fe79-e9bd-449b-b9ec-cc2b271f80c0^userContextId=4294967295/.metadata-v2
index 479525c8..1680adf3 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++d439fe79-e9bd-449b-b9ec-cc2b271f80c0^userContextId=4294967295/.metadata-v2 and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++d439fe79-e9bd-449b-b9ec-cc2b271f80c0^userContextId=4294967295/.metadata-v2 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++d439fe79-e9bd-449b-b9ec-cc2b271f80c0^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/25 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++d439fe79-e9bd-449b-b9ec-cc2b271f80c0^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/25
new file mode 100644
index 00000000..98773676
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++d439fe79-e9bd-449b-b9ec-cc2b271f80c0^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/25 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++d439fe79-e9bd-449b-b9ec-cc2b271f80c0^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/9 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++d439fe79-e9bd-449b-b9ec-cc2b271f80c0^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/9
deleted file mode 100644
index a60ac03d..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++d439fe79-e9bd-449b-b9ec-cc2b271f80c0^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/9 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++d439fe79-e9bd-449b-b9ec-cc2b271f80c0^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++d439fe79-e9bd-449b-b9ec-cc2b271f80c0^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite
index 067bba57..b2314d7c 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++d439fe79-e9bd-449b-b9ec-cc2b271f80c0^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++d439fe79-e9bd-449b-b9ec-cc2b271f80c0^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++dbb00a92-98b5-481a-8acc-56821f5c1539^userContextId=4294967295/.metadata-v2 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++dbb00a92-98b5-481a-8acc-56821f5c1539^userContextId=4294967295/.metadata-v2
index d71c64b9..06566217 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++dbb00a92-98b5-481a-8acc-56821f5c1539^userContextId=4294967295/.metadata-v2 and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++dbb00a92-98b5-481a-8acc-56821f5c1539^userContextId=4294967295/.metadata-v2 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f393b4c4-359a-4d1e-b377-fd4b41112e16^userContextId=4294967295/.metadata-v2 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f393b4c4-359a-4d1e-b377-fd4b41112e16^userContextId=4294967295/.metadata-v2
index e7c3a1da..a4882a5b 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f393b4c4-359a-4d1e-b377-fd4b41112e16^userContextId=4294967295/.metadata-v2 and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f393b4c4-359a-4d1e-b377-fd4b41112e16^userContextId=4294967295/.metadata-v2 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f393b4c4-359a-4d1e-b377-fd4b41112e16^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/210 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f393b4c4-359a-4d1e-b377-fd4b41112e16^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/210
deleted file mode 100644
index a9b88f0e..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f393b4c4-359a-4d1e-b377-fd4b41112e16^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/210 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f393b4c4-359a-4d1e-b377-fd4b41112e16^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/214 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f393b4c4-359a-4d1e-b377-fd4b41112e16^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/214
new file mode 100644
index 00000000..b185848a
Binary files /dev/null and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f393b4c4-359a-4d1e-b377-fd4b41112e16^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.files/214 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f393b4c4-359a-4d1e-b377-fd4b41112e16^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f393b4c4-359a-4d1e-b377-fd4b41112e16^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite
index 4242c6a2..0774fcd2 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f393b4c4-359a-4d1e-b377-fd4b41112e16^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f393b4c4-359a-4d1e-b377-fd4b41112e16^userContextId=4294967295/idb/3647222921wleabcEoxlt-eengsairo.sqlite differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f8dd7684-2dbc-43ca-9c82-fa266c3c5a18^userContextId=4294967295/.metadata-v2 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f8dd7684-2dbc-43ca-9c82-fa266c3c5a18^userContextId=4294967295/.metadata-v2
index 17296aca..6b8ef3fe 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f8dd7684-2dbc-43ca-9c82-fa266c3c5a18^userContextId=4294967295/.metadata-v2 and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/default/moz-extension+++f8dd7684-2dbc-43ca-9c82-fa266c3c5a18^userContextId=4294967295/.metadata-v2 differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/1059394878bslnoicgkullipsFt2s%.sqlite b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/1059394878bslnoicgkullipsFt2s%.sqlite
index f5ea32dc..b4673f10 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/1059394878bslnoicgkullipsFt2s%.sqlite and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/1059394878bslnoicgkullipsFt2s%.sqlite differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/1451318868ntouromlalnodry--epcr.sqlite b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/1451318868ntouromlalnodry--epcr.sqlite
index 640ed52f..ce7644ab 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/1451318868ntouromlalnodry--epcr.sqlite and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/1451318868ntouromlalnodry--epcr.sqlite differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/1657114595AmcateirvtiSty.sqlite b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/1657114595AmcateirvtiSty.sqlite
index 504267a8..0227746f 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/1657114595AmcateirvtiSty.sqlite and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/1657114595AmcateirvtiSty.sqlite differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/1725441852bxlfogcFk2l%isst.sqlite b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/1725441852bxlfogcFk2l%isst.sqlite
index a8f1dd82..05a21656 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/1725441852bxlfogcFk2l%isst.sqlite and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/1725441852bxlfogcFk2l%isst.sqlite differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3345959086bslnoocdkdlaiFs2t%s.sqlite b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3345959086bslnoocdkdlaiFs2t%s.sqlite
index dadd3ff2..0aa74a76 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3345959086bslnoocdkdlaiFs2t%s.sqlite and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3345959086bslnoocdkdlaiFs2t%s.sqlite differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/10 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/10
deleted file mode 100644
index 254a7d16..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/10 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/11 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/11
deleted file mode 100644
index 0e754514..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/11 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/12 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/12
deleted file mode 100644
index e2c376fc..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/12 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/13 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/13
deleted file mode 100644
index 71ab15ef..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/13 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/14 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/14
deleted file mode 100644
index bcf438d9..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/14 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/15 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/15
deleted file mode 100644
index b75aa8e8..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/15 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/16 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/16
deleted file mode 100644
index c85ee5e2..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/16 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/17 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/17
deleted file mode 100644
index 42b90784..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/17 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/18 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/18
deleted file mode 100644
index 0e754514..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/18 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/19 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/19
deleted file mode 100644
index 71f82cbe..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/19 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/20 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/20
deleted file mode 100644
index ef0039b0..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/20 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/21 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/21
deleted file mode 100644
index f1e0b051..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/21 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/22 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/22
deleted file mode 100644
index f443be08..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/22 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/23 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/23
deleted file mode 100644
index 047953e8..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/23 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/24 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/24
deleted file mode 100644
index ca332718..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/24 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/25 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/25
deleted file mode 100644
index ca332718..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/25 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/26 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/26
deleted file mode 100644
index c85ee5e2..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/26 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/27 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/27
deleted file mode 100644
index bf68b0fb..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/27 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/28 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/28
deleted file mode 100644
index 0fc43590..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/28 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/29 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/29
deleted file mode 100644
index 5ff4f712..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/29 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/30 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/30
deleted file mode 100644
index bf94f5fe..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/30 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/31 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/31
deleted file mode 100644
index d675adbb..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/31 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/32 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/32
deleted file mode 100644
index 86aed183..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/32 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/33 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/33
deleted file mode 100644
index ef811178..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/33 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/34 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/34
deleted file mode 100644
index 3baf0410..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/34 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/35 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/35
deleted file mode 100644
index f453167c..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/35 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/36 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/36
deleted file mode 100644
index bf68b0fb..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/36 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/37 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/37
deleted file mode 100644
index 59271877..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/37 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/38 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/38
deleted file mode 100644
index 047953e8..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/38 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/4 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/4
deleted file mode 100644
index cb0c04fb..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/4 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/40 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/40
deleted file mode 100644
index f5f177ea..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/40 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/41 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/41
deleted file mode 100644
index 1c3c7479..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/41 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/42 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/42
deleted file mode 100644
index 88504fe2..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/42 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/43 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/43
deleted file mode 100644
index e525dca8..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/43 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/44 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/44
deleted file mode 100644
index 4498611c..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/44 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/45 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/45
deleted file mode 100644
index f453167c..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/45 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/46 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/46
deleted file mode 100644
index f00682e5..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/46 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/48 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/48
deleted file mode 100644
index 69ae3591..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/48 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/49 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/49
deleted file mode 100644
index 8da13653..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/49 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/5 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/5
deleted file mode 100644
index df0f6d73..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/5 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/50 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/50
deleted file mode 100644
index c1fc0cd4..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/50 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/53 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/53
deleted file mode 100644
index 4fe26f53..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/53 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/54 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/54
deleted file mode 100644
index 1a2dae1a..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/54 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/55 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/55
deleted file mode 100644
index 004126b3..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/55 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/6 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/6
deleted file mode 100644
index f7ce2599..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/6 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/7 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/7
deleted file mode 100644
index e525dca8..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/7 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/8 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/8
deleted file mode 100644
index c1adac06..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/8 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/9 b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/9
deleted file mode 100644
index fd994227..00000000
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.files/9 and /dev/null differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.sqlite b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.sqlite
index 0bbbab26..c9badff0 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.sqlite and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/3870112724rsegmnoittet-es.sqlite differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/727688008bsleotcakcliifsittsr%.sqlite b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/727688008bsleotcakcliifsittsr%.sqlite
index d3985882..b4748282 100644
Binary files a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/727688008bsleotcakcliifsittsr%.sqlite and b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/storage/permanent/chrome/idb/727688008bsleotcakcliifsittsr%.sqlite differ
diff --git a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/xulstore.json b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/xulstore.json
index 2f11d0aa..5e0f21cc 100644
--- a/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/xulstore.json
+++ b/tromjaro/xfce/desktop-overlay/etc/skel/.mozilla/firefox/6q5q3muz.default/xulstore.json
@@ -1 +1 @@
-{"chrome://browser/content/browser.xhtml":{"main-window":{"screenX":"150","screenY":"3","width":"1623","height":"927","sizemode":"normal"},"sidebar-box":{"sidebarcommand":"viewBookmarksSidebar","width":""},"sidebar-title":{"value":"Bookmarks"}},"chrome://browser/content/places/places.xhtml":{"placesContentTags":{"ordinal":"3"},"placesContentUrl":{"ordinal":"5"},"placesContentDate":{"ordinal":"7","sortDirection":"descending"},"placesContentVisitCount":{"ordinal":"9"},"placesContentDateAdded":{"ordinal":"11"},"placesContentLastModified":{"ordinal":"13"},"places":{"screenX":"628","screenY":"288","width":"700","height":"500","sizemode":"normal"}},"chrome://browser/content/sanitize.xhtml":{"SanitizeDialog":{"screenX":"541","screenY":"257"}},"chrome://mozapps/content/downloads/unknownContentType.xhtml":{"unknownContentTypeWindow":{"screenX":"527","screenY":"254"}},"chrome://devtools/content/framework/toolbox-window.xhtml":{"devtools-toolbox-window":{"screenX":"486","screenY":"221","width":"1173","height":"607","sizemode":"normal"}}}
\ No newline at end of file
+{"chrome://browser/content/browser.xhtml":{"main-window":{"screenX":"176","screenY":"75","width":"1476","height":"825","sizemode":"normal"},"sidebar-box":{"sidebarcommand":"viewBookmarksSidebar","width":""},"sidebar-title":{"value":"Bookmarks"}},"chrome://browser/content/places/places.xhtml":{"placesContentTags":{"ordinal":"3"},"placesContentUrl":{"ordinal":"5"},"placesContentDate":{"ordinal":"7","sortDirection":"descending"},"placesContentVisitCount":{"ordinal":"9"},"placesContentDateAdded":{"ordinal":"11"},"placesContentLastModified":{"ordinal":"13"},"places":{"screenX":"628","screenY":"288","width":"700","height":"500","sizemode":"normal"}},"chrome://browser/content/sanitize.xhtml":{"SanitizeDialog":{"screenX":"541","screenY":"257"}},"chrome://mozapps/content/downloads/unknownContentType.xhtml":{"unknownContentTypeWindow":{"screenX":"527","screenY":"254"}},"chrome://devtools/content/framework/toolbox-window.xhtml":{"devtools-toolbox-window":{"screenX":"486","screenY":"221","width":"1173","height":"607","sizemode":"normal"}}}
\ No newline at end of file
diff --git a/tromjaro/xfce/profile.conf b/tromjaro/xfce/profile.conf
index 9fa08395..b3568317 100644
--- a/tromjaro/xfce/profile.conf
+++ b/tromjaro/xfce/profile.conf
@@ -34,7 +34,7 @@ displaymanager="lightdm"
# unset defaults to given values
# names must match systemd service names
-enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'cups' 'tlp' 'haveged' 'ufw' 'apparmor' 'touchegg.service' 'touchegg')
+enable_systemd=('avahi-daemon' 'bluetooth' 'cronie' 'ModemManager' 'NetworkManager' 'cups' 'tlp' 'haveged' 'ufw' 'apparmor' 'touchegg.service' 'touchegg' 'systemd-timesyncd')
enable_systemd_timers=('fstrim' 'pacman-filesdb-refresh')
disable_systemd=('pacman-init')