Inspect and view changes in Amor News Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"icons": {
"16": "icon16.plasmo.e4cbaf71.png",
"32": "icon32.plasmo.769539be.png",
"48": "icon48.plasmo.ef142941.png",
"64": "icon64.plasmo.92f9ec70.png",
"128": "icon128.plasmo.230cb201.png"
},
"manifest_version": 2,
"browser_action": {
"default_icon": {
"16": "icon16.plasmo.e4cbaf71.png",
"32": "icon32.plasmo.769539be.png",
"48": "icon48.plasmo.ef142941.png",
"64": "icon64.plasmo.92f9ec70.png",
"128": "icon128.plasmo.230cb201.png"
},
"default_popup": "popup.html"
},
"version": "0.0.3",
"author": "Sixto García Merinero",
"name": "Amor News Extension - GSI",
"description": "Browser extension for exploring and analysing news articles with moral and manipulative framing detection.",
"background": {
"scripts": [
"static/background/index.js"
]
},
"permissions": [
"storage",
"*://*.elpais.com/*",
"*://*.elmundo.es/*",
"*://*.abc.es/*",
"*://*.lavanguardia.com/*",
"*://*.elconfidencial.com/*",
"*://*.20minutos.es/*",
"*://*.elespanol.com/*",
"*://*.okdiario.com/*",
"*://*.eldiario.es/*",
"*://*.larazon.es/*",
"*://*.publico.es/*",
"*://*.infolibre.es/*",
"*://*.huffingtonpost.es/*",
"*://*.infobae.com/*",
"*://*.clarin.com/*",
"*://*.lanacion.com.ar/*",
"*://*.eluniversal.com.mx/*",
"*://*.reforma.com/*",
"*://*.milenio.com/*",
"*://*.eltiempo.com/*",
"*://*.elespectador.com/*",
"*://*.elcomercio.pe/*",
"*://*.larepublica.pe/*",
"*://*.elmercurio.com/*",
"*://*.latercera.com/*",
"*://*.cnnespanol.cnn.com/*",
"*://*.bbcmundo.com/*",
"*://*.nytimes.com/*",
"*://*.washingtonpost.com/*",
"*://*.wsj.com/*",
"*://*.cnn.com/*",
"*://*.foxnews.com/*",
"*://*.bbc.com/*",
"*://*.bbc.co.uk/*",
"*://*.theguardian.com/*",
"*://*.reuters.com/*",
"*://*.apnews.com/*",
"*://*.bloomberg.com/*",
"*://*.npr.org/*",
"*://*.nbcnews.com/*",
"*://*.cbsnews.com/*",
"*://*.abcnews.go.com/*",
"*://*.usatoday.com/*",
"*://*.time.com/*",
"*://*.newsweek.com/*",
"*://*.theatlantic.com/*",
"*://*.thetimes.co.uk/*",
"*://*.telegraph.co.uk/*",
"*://*.independent.co.uk/*",
"*://*.nypost.com/*",
"*://*.thesun.co.uk/*",
"*://*.dailymail.co.uk/*",
"*://*.mirror.co.uk/*",
"*://*.express.co.uk/*",
"*://*.huffpost.com/*",
"*://*.buzzfeednews.com/*",
"*://*.vox.com/*",
"*://*.vice.com/*",
"*://*.thedailybeast.com/*",
"*://*.politico.com/*",
"*://*.axios.com/*",
"*://*.cnbc.com/*",
"*://*.forbes.com/*",
"*://*.ft.com/*",
"*://*.aljazeera.com/*",
"*://*.scmp.com/*",
"*://*.theglobeandmail.com/*",
"*://*.thestar.com/*",
"*://*.smh.com.au/*",
"*://*.theaustralian.com.au/*",
"*://*.thehindu.com/*",
"*://*.timesofindia.indiatimes.com/*"
],
"content_scripts": [
{
"matches": [
"*://*.elpais.com/*",
"*://*.elmundo.es/*",
"*://*.abc.es/*",
"*://*.lavanguardia.com/*",
"*://*.elconfidencial.com/*",
"*://*.20minutos.es/*",
"*://*.elespanol.com/*",
"*://*.okdiario.com/*",
"*://*.eldiario.es/*",
"*://*.larazon.es/*",
"*://*.publico.es/*",
"*://*.infolibre.es/*",
"*://*.huffingtonpost.es/*",
"*://*.infobae.com/*",
"*://*.clarin.com/*",
"*://*.lanacion.com.ar/*",
"*://*.eluniversal.com.mx/*",
"*://*.reforma.com/*",
"*://*.milenio.com/*",
"*://*.eltiempo.com/*",
"*://*.elespectador.com/*",
"*://*.elcomercio.pe/*",
"*://*.larepublica.pe/*",
"*://*.elmercurio.com/*",
"*://*.latercera.com/*",
"*://*.cnnespanol.cnn.com/*",
"*://*.bbcmundo.com/*",
"*://*.nytimes.com/*",
"*://*.washingtonpost.com/*",
"*://*.wsj.com/*",
"*://*.cnn.com/*",
"*://*.foxnews.com/*",
"*://*.bbc.com/*",
"*://*.bbc.co.uk/*",
"*://*.theguardian.com/*",
"*://*.reuters.com/*",
"*://*.apnews.com/*",
"*://*.bloomberg.com/*",
"*://*.npr.org/*",
"*://*.nbcnews.com/*",
"*://*.cbsnews.com/*",
"*://*.abcnews.go.com/*",
"*://*.usatoday.com/*",
"*://*.time.com/*",
"*://*.newsweek.com/*",
"*://*.theatlantic.com/*",
"*://*.thetimes.co.uk/*",
"*://*.telegraph.co.uk/*",
"*://*.independent.co.uk/*",
"*://*.nypost.com/*",
"*://*.thesun.co.uk/*",
"*://*.dailymail.co.uk/*",
"*://*.mirror.co.uk/*",
"*://*.express.co.uk/*",
"*://*.huffpost.com/*",
"*://*.buzzfeednews.com/*",
"*://*.vox.com/*",
"*://*.vice.com/*",
"*://*.thedailybeast.com/*",
"*://*.politico.com/*",
"*://*.axios.com/*",
"*://*.cnbc.com/*",
"*://*.forbes.com/*",
"*://*.ft.com/*",
"*://*.aljazeera.com/*",
"*://*.scmp.com/*",
"*://*.theglobeandmail.com/*",
"*://*.thestar.com/*",
"*://*.smh.com.au/*",
"*://*.theaustralian.com.au/*",
"*://*.thehindu.com/*",
"*://*.timesofindia.indiatimes.com/*"
],
"js": [
"amor-news-analyzer.cd6eff26.js"
],
"exclude_matches": [
"*://*.google.com/*",
"*://*.google.es/*",
"*://*.bing.com/*",
"*://*.youtube.com/*",
"*://*.twitter.com/*",
"*://*.x.com/*",
"*://*.facebook.com/*",
"*://*.wikipedia.org/*",
"*://*.instagram.com/*",
"*://*.amazon.es/*",
"*://*.amazon.com/*"
],
"run_at": "document_idle",
"css": []
}
],
"web_accessible_resources": [
"amor-news-analyzer.a8202888.png"
],
"browser_specific_settings": {
"gecko": {
"id": "amor-news-analyzer@sixtogarcia.com"
}
}
} Best Amor News Analyzer Alternatives
Here are some Firefox add-ons that are similar to Amor News Analyzer:
NewsCord Companion
NewsCord
News Sentiment Analyzer
Lori
Echochamber.ai - Browser extension
Thomas Seropian
The Daily Edit
The Daily Edit, Inc
Media Critic
ciproc
B.S. Detector
The Self Agency, LLC
Sentiment-Based News Summarizer
Bennett
Slant Detective
Rabbit Factory
Fake News Detector 101
Jazli
Sentiment Analyzer
Ganfiel
Fake News Detector 101
Jazli
main-currents
main-currents