diff --git a/modules/FloccusChrome.php b/modules/FloccusChrome.php
new file mode 100644
index 0000000..4273723
--- /dev/null
+++ b/modules/FloccusChrome.php
@@ -0,0 +1,15 @@
+patch->setBranch('for Chrome');
+ }
+ function check() : bool {
+ if ($this->fetch('https://chrome.google.com/webstore/detail/floccus-bookmarks-sync/fnaicdffflnofjppbagibeoednhnbjhg'))
+ return $this->parse('//');
+ return false;
+ }
+}
+
+?>
diff --git a/modules/UBlockChrome.php b/modules/UBlockChrome.php
new file mode 100644
index 0000000..0e6a851
--- /dev/null
+++ b/modules/UBlockChrome.php
@@ -0,0 +1,15 @@
+patch->setBranch('for Chrome');
+ }
+ function check() : bool {
+ if ($this->fetch('https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm'))
+ return $this->parse('//');
+ return false;
+ }
+}
+
+?>