Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

Commit

Permalink
bump to specially-released 1.4.99 default opt-in for controlled profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
vecna committed Feb 14, 2021
1 parent 3094e9a commit 81de6bf
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -47,4 +47,4 @@
"web_accessible_resources": [
"*.png"
]
}
}
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions extension/src/chrome/background/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -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') {
Expand Down Expand Up @@ -90,4 +90,4 @@ function configUpdate (payload, sendResponse) {
console.log("ConfigUpdate completed and return", val)
sendResponse(val);
})
}
}
5 changes: 5 additions & 0 deletions methodology/extension/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Here goes the unpacked zip from:
<URL>

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.

0 comments on commit 81de6bf

Please sign in to comment.