Paris Eternal
Paris Eternal Extension
What is Paris Eternal?
Paris Eternal is a Chrome extension developed by Paul Souillé, and its main feature is "Paris Eternal Extension".
Extension Screenshots
Download Paris Eternal Extension CRX File
Download Paris Eternal extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension shows you when Paris Eternal are playing in the Overwatch League and when their players are streaming. Follow Paris Eternal on Twitter https://twitter.com/ParisEternal and Instagram https://www.instagram.com/pariseternal/
Extension Basic Information
Name | |
ID | fpkffamilkeaaikokoigfgbiikcknnnc |
Official URL | https://chrome.google.com/webstore/detail/paris-eternal/fpkffamilkeaaikokoigfgbiikcknnnc |
Description | Paris Eternal Extension |
File Size | 2.41 MB |
Installation Count | 68 |
Current Version | 1.9.3 |
Last Updated | 2019-04-01 |
Publish Date | 2019-03-28 |
Rating | 4.62/5 Total 13 Ratings |
Developer | Paul Souillé |
[email protected] | |
Payment Type | free |
Supported Languages | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Paris Eternal", "description": "Paris Eternal Extension", "version": "1.9.3", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "https:\/\/api.twitch.tv\/" ], "icons": { "64": "\/img\/pariseternal.png" }, "content_scripts": [ { "js": [ "jquery.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "scripts": [ "jquery.js", "data.js", "background.js" ] } } |