Izegrar i yiminig Firefox
  • Isiɣzaf
  • Isental
    • I Firefox
    • Imawalen & ikemmusen n tutlayin
    • Ismal nniḍen n tunigin
    • Izegrar i Android
Qqen
Tignit n uzegrir

IpProtocols azray n lqem - 10 ileqman

IpProtocols sɣur jisse44

Yettwasezmel 3,1 ɣef 5
3,1 n yitran ɣef 5
5
6
4
1
3
2
2
3
1
4
IpProtocols azray n lqem - 10 ileqman
  • Ɣur-k ɣef yileqman yezrin! TTwaseknen-d kan i usekyed akked umuqel.Yessefk yal tikkelt ad tesqedceḍ lqem aneggaru n uzegrir.

  • Lqem aneggaru

    Lqem 1.2.1resigned1

    Yeffeɣ-d deg 25. apr. 2024 - 192,87 KB
    Iteddu d firefox 54.0 d yileqman imaynuten, android 54.0 ɣer 68.*

    Tangalt taɣbalut teffeɣ-d s turagt GNU General Public License v2.0 only

    Ilaq-ak·am Firefox i useqdec n usiɣzef-a
    Sader Firefox syen awi isiɣzaf
    Sader afaylu
  • Ileqman iqbuṛen

    Lqem 1.2.0

    Yeffeɣ-d deg 10. mars 2018 - 187,73 KB
    Iteddu d firefox 54.0 d yileqman imaynuten, android 54.0 ɣer 68.*
    - upgrade Jto Query 3

    Tangalt taɣbalut teffeɣ-d s turagt GNU General Public License v2.0 only

    Sader afaylu
  • Lqem 1.1.4

    Yeffeɣ-d deg 1. feb. 2018 - 139,26 KB
    Iteddu d firefox 54.0 d yileqman imaynuten, android 54.0 ɣer 68.*
    - FFx 58 compatibility
    - Fix options window blinking

    Tangalt taɣbalut teffeɣ-d s turagt GNU General Public License v2.0 only

    Sader afaylu
  • Lqem 1.1.3

    Yeffeɣ-d deg 29. jan. 2018 - 138,66 KB
    Iteddu d firefox 54.0 d yileqman imaynuten, android 54.0 ɣer 68.*
    Add Firefox 58 compatibility

    Tangalt taɣbalut teffeɣ-d s turagt GNU General Public License v2.0 only

    Sader afaylu
  • Lqem 1.1.2

    Yeffeɣ-d deg 27. sep. 2017 - 139,29 KB
    Iteddu d firefox 54.0 d yileqman imaynuten, android 54.0 ɣer 68.*
    - Removal of unused functions
    - Add '<pre>' to HTML blacklist elements
    - Remove GitHub link at setup. Now in the addon Preferences</pre>

    Tangalt taɣbalut teffeɣ-d s turagt GNU General Public License v2.0 only

    Sader afaylu
  • Lqem 1.1.1

    Yeffeɣ-d deg 26. sep. 2017 - 139,39 KB
    Iteddu d firefox 54.0 d yileqman imaynuten, android 54.0 ɣer 68.*
    - Add "display:inline;" for recognized IP <div>
    - Add 2 custom commands: 'ext+ipprotocols-custom1' and 'ext+ipprotocols-custom2' handlers</div>

    Tangalt taɣbalut teffeɣ-d s turagt GNU General Public License v2.0 only

    Sader afaylu
  • Lqem 1.1.0

    Yeffeɣ-d deg 25. sep. 2017 - 137,87 KB
    Iteddu d firefox 54.0 d yileqman imaynuten, android 54.0 ɣer 68.*
    - Add Protocol Handlers in manifest.json (https://developer.mozilla.org/fr/Add-ons/WebExtensions/manifest.json/protocol_handlers)
    - Changes 'ipprotocols-XXX' into 'ext+ipprotocols-XXX'
    - Improve IP recognition (multiple IP in one line)

    Tangalt taɣbalut teffeɣ-d s turagt GNU General Public License v2.0 only

    Sader afaylu
  • Lqem 1.0.2

    Yeffeɣ-d deg 22. sep. 2017 - 137,7 KB
    Iteddu d firefox 54.0 d yileqman imaynuten, android 54.0 ɣer 68.*

    Tangalt taɣbalut teffeɣ-d s turagt GNU General Public License v2.0 only

    Sader afaylu
  • Lqem 1.0.1

    Yeffeɣ-d deg 22. sep. 2017 - 136,4 KB
    Iteddu d firefox 54.0 d yileqman imaynuten, android 54.0 ɣer 68.*

    Tangalt taɣbalut teffeɣ-d s turagt GNU General Public License v2.0 only

    Sader afaylu
  • Lqem 1.0

    Yeffeɣ-d deg 7. sep. 2017 - 136,27 KB
    Iteddu d firefox 54.0 d yileqman imaynuten
    Due to new policy of Web Extensions, some class, components or actions are not available anymore.
    In old IPProtocols, programs were launched with 'nsIProcess' component
    ( Components.classes["@mozilla.org/process/util;1"].createInstance(Components.interfaces.nsIProcess); )

    This component is now replaced by 'Native Messaging', which, as you can see here: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Native_messaging
    is very complicated and restrictive to put in place.



    So I decided to use Network Protocol Handler from Firefox and one simple script instead.

    When you click on recognised IP and, for example, VNC protocol, the extension is trying to open
    a custom protocol uri: "ipprotocol-vnc://ip_address".

    So you had to set this booleans values to FALSE in Firefox 'about:config' menu: (FIGURE 02: https://github.com/jisse44/ipprotocols/blob/master/02-Firefox-about_config.png)

    - network.protocol-handler.expose.ipprotocols-vnc
    - network.protocol-handler.expose.ipprotocols-rdp
    - network.protocol-handler.expose.ipprotocols-ssh
    - network.protocol-handler.expose.ipprotocols-telnet
    - network.protocol-handler.expose.ipprotocols-ping
    - network.protocol-handler.expose.ipprotocols-nmap


    In 'about:preferences#applications', you had to associate your bash/batch script to the new protocols. (FIGURE 04: https://github.com/jisse44/ipprotocols/blob/master/04-Firefox-about_preferences_applications.png)
    You can also do this by clicking on the different protocols offered when you click on an IP. (FIGURE 03: https://github.com/jisse44/ipprotocols/blob/master/03-Firefox-protocol-handler.png)

    Tangalt taɣbalut teffeɣ-d s turagt GNU General Public License v2.0 only

    Sader afaylu
Ddu γer usebter agejdan n Mozilla

Izegrar

  • Γef
  • Ablug n yizegrar Firefox
  • Tanemselt ɣef usiɣzef
  • Tarbaɛt n ineflayen
  • Tasertit i yineflayen
  • Ablug n temɣiwent
  • Anmager
  • Azen-d abug
  • Aḍris n ucegger

Iminigen

  • Desktop
  • Mobile
  • Enterprise

Ifarisen

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Tabaḍnit
  • Inagan n tuqqna
  • Usḍif

Ala ma yettwammel akken-nniḍen, agbur n usmel-agi yella ddaw n turagt Creative Commons Attribution Share-Alike v3.0 neɣ ileqman imaynuten.