From 81de6bf593ce0c5260f41ed7944bd64229c0862c Mon Sep 17 00:00:00 2001 From: Claudio Date: Sun, 14 Feb 2021 16:28:06 +0100 Subject: [PATCH] bump to specially-released 1.4.99 default opt-in for controlled profiles --- extension/manifest.json | 4 ++-- extension/package.json | 2 +- extension/src/chrome/background/account.js | 4 ++-- methodology/extension/README.md | 5 +++++ 4 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 methodology/extension/README.md diff --git a/extension/manifest.json b/extension/manifest.json index 9cb160bf6..77bbb0025 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -5,7 +5,7 @@ "short_name": "ytTREX", "description": "A tool for academic researchers. Part of the tracking.exposed project, is meant to analyze the algorithm of a popular video portal.", - "version": "1.4.2", + "version": "1.4.99", "author": "The team of Tracking Exposed", "icons": { @@ -47,4 +47,4 @@ "web_accessible_resources": [ "*.png" ] -} \ No newline at end of file +} diff --git a/extension/package.json b/extension/package.json index 1a4d13eb1..14a627616 100644 --- a/extension/package.json +++ b/extension/package.json @@ -1,6 +1,6 @@ { "name": "yttrex", - "version": "1.5.0", + "version": "1.4.99", "description": "yttrex is the extension + backend for youtube algorithm analysis. This is part of the https://tracking.exposed umbrella project", "homepage": "https://youtube.tracking.exposed", "bugs": "https://github.com/tracking-exposed/yttrex/issues", diff --git a/extension/src/chrome/background/account.js b/extension/src/chrome/background/account.js index 3066fc1ef..37e0a7e7d 100644 --- a/extension/src/chrome/background/account.js +++ b/extension/src/chrome/background/account.js @@ -10,7 +10,7 @@ const bo = chrome || browser; const FIXED_USER_NAME = 'local'; // defaults of the settings stored in 'config' and controlled by popup -const DEFAULT_SETTINGS = { active: false, ux: false }; +const DEFAULT_SETTINGS = { active: true, ux: false }; bo.runtime.onMessage.addListener((request, sender, sendResponse) => { if (request.type === 'localLookup') { @@ -90,4 +90,4 @@ function configUpdate (payload, sendResponse) { console.log("ConfigUpdate completed and return", val) sendResponse(val); }) -} \ No newline at end of file +} diff --git a/methodology/extension/README.md b/methodology/extension/README.md new file mode 100644 index 000000000..6f14dd619 --- /dev/null +++ b/methodology/extension/README.md @@ -0,0 +1,5 @@ +Here goes the unpacked zip from: + + +This is the .zip version 1.4.99 and the different with other extension is that opt-in is by default. This is not mean to be distributed in chrome/firefox stores. +